Main Page Content

Code

Picture of 53x11

These Things I Know, PHP Tips

There is more than one way to achieve the same result when programming in PHP. There are many shortcuts I wish someone had explained to me when I began learning the language. Here are my favorites. Read More »

ASP BreadCrumb Class

by pittster | This is an ASP class that generates a breadcrumb style navigation based on the website's directory structure. It is an implementation of the BreadCrumbs PHP Class @ www.backettcase.com and some code 'borrowed' from Adrian Roselli's "Breadcrumbs for Those Using ASP" on this very site. Read More »

Java Localization with TMX standard

by nicolaasuni | One of the main concerns of internationalization consists of separating the main source code from the texts, the labels, the messages and all the other objects related to the specific language in use. This article briefly explain the TMX standard and a simple TMX Java bridge. Read More »

Why standards-compliant HTML matters

by raphael | High-quality, compact, elegant and standards-compliant code is one of the most obvious tools of good web development nowadays. However, it is sometimes difficult to convince the client to invest in that kind of quality. Here are some elements that can be used to build a case: outlining abuse patterns and their reasons, the fundamental problem with creative use of technologies, and its consequences. Read More »

PHP Login System with Admin Features

by jpmaster77 | Describes a complete PHP Login System with full Administrative Features that uses a MySQL database and can be easily integrated into any PHP/MySQL website. Read More »

Ten CSS tricks you may not know

by trenton | With so many different ways of using CSS some important tricks and techniques may have passed you by. See how many of the ten you already know and maybe learn something new! Read More »

A touch of class - skinable Javascript

by codepo8 | By now, almost all web developers have realised that it does make sense to separate structure from presentation and behaviour. Sadly enough, not too many openly available Javascripts do the same. Learn how to enhance markup while keeping the visuals in the CSS rather than in Javascript variables. Create scripts that others can use without messing with your code. Read More »

CSS3 - The new Frontier

by DanteCubed | Web Development stands on the edge of mostly unexplored territory — the mysterious realm of CSS3. How will CSS3 radically change the way we create websites? More importantly, what bits of CSS3 are already supported? This article will answer these questions. Read More »

Play it Again, Sam: FLASH Timelines in Reverse

by ideahamster | Sooner or later, every Flash developer is surprised to learn how difficult it is to play a movie backwards in FLASH. This brief tutorial presents an innovative approach. Read More »

Socket Programming in Python

by premshree | In this article I shall discuss socket programming in Python. I have explained the concepts using a sample Python client and a server. Read More »
XML feed