Archive for the 'Uncategorized' Category
Loading and previewing fonts from files in ASP.NET
Few weeks back I created a free fonts preview and download site www.freedownloadablefonts.net. There are around 6000 fonts in .ttf files and I needed to display a preview of the fonts. All the fonts were copied to a folder “~/Fonts”. Then I created a http handler “GetFontImage.ashx” to which the font path and text to [...]
Embed google maps easily in your asp.net pages
I found a nice and simple control Artem Google Map control . Its free, very simple to use and instructions are clearly provided . Just download the control file and put it in your bin directory. Sign up for a new Google Map key and note down the key. Here is an example of using [...]
About
I have been working ASP and ASP.NET since almost a decade back. Here I would just like to put down some stuff which I had difficulty finding the answers to. Hope it helps some guys looking for answers