-
Create Interactive Web Pages with The Ajax Control Kit
Any programmer today knows how crucial .NET technologies are to their development careers. In particular, ASP.NET has caught the eyes of so many development companies that applications are being coded with this language every week. The ASP.NET Control Toolkit is another open source project and allows coders to develop controls …
By Stephen DaviesRead More
September 19, 2011 -
Smooth Your Design and Round Those Corners
Designers are constantly looking for methods to make their design work more slick and smooth. There are various ways of doing this with flash as nothing is smoother than vector graphics. Though, CSS is often overlooked still today as a coding toolset for producing some visually impressive web pages. One …
By Stephen DaviesRead More
December 18, 2009 -
10 Useful Free Ajax Tools to Add To Your Toolbox
AJAX is the abbreviation for asynchronous JavaScript and XML. In spite of the name, the use of XML and JavaScript is not actually required. AJAX can reduce the bandwidth usage and load time by updating only the content that needs to be updated. There are many useful tools that can …
By Stephen DaviesRead More
September 14, 2009 -
CSS Button Animation without Images
CSS allows us to omit images from button rollovers. It also can add effects such as animation and glowing tints to any button. This same effect consumes considerably more time if using images; also loading times are higher. CSS solves this problem. Here are the buttons we shall create:
By Stephen DaviesRead More
August 25, 2009 -
How To Use CSS Margins On Pages
Composition is the top factor in web design, how the page elements are positioned in relation to each other. This is where an understanding of white space between elements like text and images becomes important. Spacing should be consistent through every page hence why we use style sheets. One aspect …
By Stephen DaviesRead More
August 19, 2009 -
Top CSS Navigation Menu For Commercial Sites
Commercial sites need nice clean menu systems that don’t confuse visitors at all. You really do not want to mess around with flashy graphic intensive menus on a site that relies on landing pages being visited to sell products or services. Make it easy for visitors to sift from one …
By Stephen DaviesRead More
July 23, 2009 -
Best Ways To Write Clean CSS Code
CSS introduced a set of standards some years ago that has continuously improved over the years of its development. CSS has allowed designers to customize their web pages with the least fuss and no repetitive work through the use of styling tags for positioning and layout.
By Stephen DaviesRead More
July 16, 2009 -
How to Deploy Web Projects Fast with Deploy
Deployment of web applications to a client or internally within a corporate department can be tiresome if your job involves creating and updating applications on a regular basis. Bespoke applications that perform certain database tasks or serve a purpose such as a financial analysis tool are amongst the hundreds of …
By Stephen DaviesRead More
June 25, 2009