DevPinoy.org
A Filipino Developers Community
            

Browse Site by Tags

Showing related tags and posts accross the entire site.
  • How To: Creating an ASP.NET Font Viewer

    After creating this article , i realized that i can use a new utility in my toolbox. A Font Viewer. I don't want to download a new spyware so decided to code a simple one, something that i could use from time to time whenever i have the need to view a font before placing it on my Photoshop design...
    Posted to Keith Rull (Weblog) by keithrull on 10-11-2006
  • How To: List The Installed Fonts In Your Machine

    This is a really basic stuff that alot of developers tend to forget(just like me :D) [C# VERSION] using System; using System.Collections.Generic; using System.Text; using System.Drawing.Text; using System.Drawing; namespace KeithRull.MachineFonts { class Program { static void Main( string [] args) {...
    Posted to Keith Rull (Weblog) by keithrull on 10-11-2006
  • How To: Creating a .NET Color Chart revisited

    After reviewing my first example .. i realized that doing reflection is not the easy way to do get the known color collection(thanks to Chris Vega who pointed to me the Enum called KnownColor which basically contains .NET known colors). Somebody also told me that the demo would be nicer if the colors...
    Posted to Keith Rull (Weblog) by keithrull on 09-26-2006
  • How To: Redirect a user to a page using popups

    I was browsing dotnet.org.za today when i stumbled into an interesting problem that Derek Adkins posted on his blog. The problem was about redirecting users to a page to a new blank window(_blank) instead of using the same window to display the redirected page. I don't know the full detail about...
    Posted to Keith Rull (Weblog) by keithrull on 08-29-2006
Page 1 of 1 (4 items)

Copyright DevPinoy 2005-2008
Powered by Community Server (Commercial Edition), by Telligent Systems