I had to export an excel file into a DB. The excel file contains cross tab information. So I had to store it in the DB as normal table. When I insert row by row, it took 150 seconds for…
wkhtmltopdf – inconsistent conversion
For the past 2-3 days, i stuck with wkhtmltopdf tool. We have an ASP.NET application converting some html files to pdf files. It worked perfectly in dev/QA server. We are using .NET Process class to start the conversion. The development…
Windows updates
Nothing to say!!
Google X-mas “Easter Egg”
Go to Google Search for “let it snow” [OR] Simply click hereย It is a new “Easter Egg” from Google for this winter (2011) you can wipe the screen after sometime. ๐ oxoxox
ContentQueryWebPart Error
After we upgraded to SharePoint 2010, few web parts were giving the below error. Unable to display this Web Part. To troubleshoot the problem, open this Web page in a Microsoft SharePoint Foundation-compatible HTML editor such as Microsoft SharePoint Designer…
Will it be, Bye bye Adobe Flash & Silverlight
Read about the HTML5 and CSS3 recently. Wow, its gonna be another big fight between HTML developers and Adobe Flash/Microsoft Silverlight. You can do plenty of stuff with HTML5. Before it was just unfair comparing/competing HTML and flash developers. Now…
Oracle String aggregation
This post is about string aggregation in oracle. Let’s say you have a table structure like below Country State USA CA USA WA USA TX India Tamil Nadu India Kerala India Andhra Pradesh India Karnataka UK Essex UK Surrey UK…
Number of working days – Oracle
Most of us would have come across this task. ie., to find the number of working days between two given dates. Method 1 I got a function to calculate the same from my colleague. function getDays(d1 IN DATE, d2 IN…