Nifty Navigation Using CSS 28 november 2007 0 Unless you limit yourself to one-page web sites, you’ll need to design navigation. In fact, navigation is among the most important parts of any web design, and requires a great deal of thought if visitors are to move around your…
Take the Leap: First Steps in Freelancing 28 november 2007 0 Very few people will ever achieve their greatest life goals. How many people do you know who have achieved their dream? Take the Leap: First Steps in Freelancing
Running ASP.NET applications under Community Server 28 november 2007 0 In this article you will learn how to successfully setup your own ASP.NET 2.0 application to run as a virtual directory under the Community Server 2.1 website. Running ASP.NET applications under Community Server
UML TOOLBOX: 20+ UML Tools & Tutorials 27 november 2007 0 UML is a globally accepted standard for software modeling in the technology community. Visualization with UML gives a punch to the whole development process. We’ve gathered over 20 Tools & Tutorials to help you get going with UML. Mashable.com –…
VectorMagic | The Online Tool for Precision Bitmap to Vector Conversion 26 november 2007 0 The Online Tool for Precision Vectorization VectorMagic – The Online Tool for Precision Bitmap to Vector Conversion
Dust-Me Selectors Version 2.0 26 november 2007 0 After many months of toiling in our secret underground laboratories, Dust-Me Selectors Version 2.0 is finally here!If you’re one of the many people who made suggestions or commented on the original version, you’ll be pleased to know that the new…
How To Create A Custom Control 21 november 2007 0 Create a new ASP.NET Web Application, Windows Forms Control Library or Class Library project Create a new class and inherit from System.Web.UI.WebControls.WebControl or from a specific control (like TextBox) Override the Render method and call writer.write() to write raw HTML…
.NET Design Guidelines & Coding Conventions 21 november 2007 0 .NET Framework Developer’s Guide:Design Guidelines for Developing Class Libraries .NET Framework General Reference:Design Guidelines for Class Library Developers
CSS: The Great Spicificity Swindle 15 november 2007 0 Great understandable article about the 3 most important subjects in CSS: the cascade, inheritance and specificity!I recently held a workshop for my colleagues covering these as the primary subjects and more advanced CSS techniques. This article explains them in an…
How To Minimize Your Javascript and CSS Files for Faster Page Loads 8 november 2007 0 Over the last 11 years I’ve spent a great deal of time trying to improve client websites with an eye for minimalist interface design and code. While the minimalist design esthetic is not the choice for every client the notion…
Google Code Revamps with jQuery 8 november 2007 0 This is a very nice example of how the open technologies of jQuery and Google API’s can be combined to create very powerful websites. We have revamped Google Code, the site which is the home to developers, and open source…
C# MYSQLWrapper Class and PHPWrapper-Script 8 november 2007 0 The MYSQLWrapper Class is a small and simple to use solution for accessing serverside MySQL Databases at a standard webspace that supports php and mysql.I thought it would be useful because many of you have got those cheep php/mysql supported…