Substring vs Substr | Javascript
The substring() method extracts the characters from a string, between two specified indices, and returns the […]
Foxpro | Import table to Excel Error
Tried to import a foxpro table to an excel file but the following errors loaded…
Excel | Print First Row on every page
To be able to print the first row on every page, you need to do the […]
Mime Types
Was searching for the flash content mime type and found this list of all the mime […]
Set Negative and Zero Formatting in String.Format
Apart from setting the format you want the string to be shown, the format parameter in […]
Remove Special Characters (like !, %, &, #) from String | Javascript
No, this post is not about dieting or anything like that… but to remove Special Kharacters. […]
Free Tools | Convert Documents to PDF
To print out documents as PDF for email sending or otherwise, without adobe reader, you can […]
Google Event Tracking Failing
We’ve been using Google Analytics events tracking starting from this year and they are very useful. […]
Response.End()
This is added after the text needed in the response stream is written using the Response.Write() […]
Return Array From WebService
Here’s the simplest way to accomplish what you want. Have your webservice return a simple string array: […]