Tuesday, March 31, 2009

Finding broken links using HttpWebRequest/HttpWebResponse in C#


HttpWebRequest/HttpWebResponse can be used to find broken links in website. You can refer below function isBrokenLink. StatusCode in the res... read more

Finding Time duration in C#


We can use TimeSpan for finding Time duration in C#. (e.g) //Get starttime DateTime starttime=DateTime.Now; //To some task (e.g browse www.q... read more

C# webbrowser control - Javascript error suppression


Webbrowser control in C#/.net is having a property to enable/disable javascript error messages while doing navigation/crawling/scrapping. We... read more

Saturday, March 28, 2009

C# webbrowser control - Synchronization for Page navigation/loading


We will face lot of difficulties/errors if we are not handling page synchronization properly when using .NET webbrowser control for scrappin... read more

Friday, March 27, 2009

MySQL - Is select query case sensitive?


Select query in MySQL can be either case sensitive or case insensitive by default. It depends on CHARSET defined while creating the table. B... read more

Tuesday, March 17, 2009

AJAX- Some tags (TABLE,TR,TD) will be readonly in IE


Internet Explorer won't allow to assign innerHTML value for some HTML tags (TABLE,TR,TD). InnerHTML property will be readonly for these ... read more

Saturday, March 14, 2009

FFmpeg - Media file conversion tool


FFmpeg will be more useful for converting any media file. We can use this tool from php by using exec command. Please find below the example... read more

sIFR - The new way of Displaying desired Font in web browser


sIFR (Scalable Inman Flash Replacement) is an Open Source Technology which allows us to see Flash Fonts in web brower while enabling search ... read more

Search This Blog

Blog Archive