Exchange does not like Null character (\0) in outgoing email bodies
Last time I was developing for Microsoft Exchange, I was seeing a wierd exception in our application trying to send an email using Exchange (the application uses EWS Managed API to interact with Exchange).The exception message went something like this when it was...
WIF – Security Token Service for Active Directory Lightweight Directory Services
We had recently integrated Claims Authentication support in one of our enterprise applications. And it soon-after went into evaluation for a prospective clients. We had advised them to use ADFS (Active Directory Federation Services) to create the authentication...
DotNetNuke – Rendering PayPal button using a simple aspx page and an iframe
A beginner ASP.NET developer also knows pretty well that each ASP.NET page needs to have a <form runat="server"> tag on the page and that all server controls need to be present inside this tag (although this is not entirely true; you can place server controls...
Drupal 7 – Displaying available Tokens in UI and replacing Tokens in code
In the latest 7.x version of my Take Control module for Drupal released a couple of weeks before, I added the ability to specify per role and per user base path for File Browser access. Additionally Tokens were allowed to be present in base path for file browser...
Windows ODBC – DB: database – getDriverType – Data Source Does not Exist in ODBC.INI file
Sometime ago I was installing Autonomy's WorkSite Server on my new Win 7 64-bit machine for development purposes. Folks who have used WorkSite would know WorkSite connects to its database via ODBC. I had earlier installed WorkSite on a Win 2003 32-bit machine and I...
Visual Studio builds loaded projects only when building solution from command line
One of my Visual Studio 2010 solutions has a comparatively larger number of projects (more than 30). And we use PowerShell scripts extensively to automate many build and packaging tasks for this solution.For example, the main PowerShell build script rebuilds all the...
Drupal – Customizing View filters programatically
So it happened last week that I created a View in Drupal 7 and I wanted to customize conditions (aka Filters) in a way that I thought cannot be done with the Views interface (I later discovered I was wrong and D7 Views UI could have been used to express the filters in...
ExtJs – Slider component with ability to add items dynamically
Sometime earlier, I wrote a blog post demonstrating a Ticker component for ExtJs to which items can be added dynamically (here). The client for whom I originally wrote that Ticker component changed the specification recently, now requesting the ability for the ticker...
Drupal – Defining plugins for Views Wizards
It has been the first time since I started blogging somewhere in 2009 that a full calendar month (of April 2012) passed without me writing any blog in that month. It feels good to be back to the blogging world.To jump on to the topic of the present blog post, I...
ExtJs 3 – Enabling multiple file uploads using TextField
Well I just committed code on one of my projects enabling multiple file uploads using an ExtJs 3 TextField. And it appeared to me I can write a quick blog post about it.So without wasting too much time, I will allow you to straightaway get your hands dirty with...
Recent Comments