CodeGolem 
CodeGolem last signed in Nov 21 2009 and has been on Bukisa since Jul 07, 2009.
33 years old, 10+ experienced Microsoft® Certified Professional Developer.
Visit my technical blog: http://www.codegolem.com
ASP.NET - C# - How to code a reusable round corner box
A FULLY CODE-FORMATTED COPY OF THIS ARTICLE, WITH FULL SOURCE CODE AND RENDERING SAMPLES, IS AVAILABLE ON THE CODE GOLEM BLOG. We will use CSS absolute positioning to place the rounded corners on top of the square ones, hence giving the illusion of a round corner box. Each corner will
-
ASP.NET - C# - Dynamic text image control
by CodeGolem | in Science & Technology > Programming
Many programmers already use GDI functionalities to dynamically render images on the server with some custom font. I bet most of you just create a fake ASPX page that creates the image, then you make your <img /> or tags point to the fake page as the image source. What about turning it all into a handy and reusable Custom Control?
-
Anti-spam-crawler e-mail jQuery
by CodeGolem | in Science & Technology > Programming
Web crawlers are able to read the full html source code, but should not be able to run scripts from the page. So, finding a way to code e-mail addresses on the source pages, and translating them on the fly using jQuery, should hide the addresses from crawlers.
-
ASP.NET - C# - Theme based stylesheet parameterizer
by CodeGolem | in Science & Technology > Programming
Here I'm going to explain a way to create a Theme-based styleheet parameterizer which will allow us to place variable placeholders in our .css files. The variables' values can be assigned from a Theme-dependant .xml file, our we could customize this parameterizer to get the values from a database.
-
ASP.NET - C# - Using UserControls as Mail Templates
by CodeGolem | in Science & Technology > Programming
Here I will propose a way to use UserControls as mail templates to easily compose HTML messages without the need to write each single tag by code.
-
ASP.NET - C# - How to code a reusable CheckBoxValidator
by CodeGolem | in Science & Technology > Programming
How to code a reusable, universal CheckBoxValidator, able to validate: •a single CheckBox •a minimum/maximum amount of CheckBoxes within a CheckBoxList •a minimum/maximum amount of CheckBoxes within any containing Control (for example within a Panel)







