»  Home  »  Programming

Programming

PHP, Javascript and CSS Programming articles and tutorials. This section may also contain tutorials on adding features to or customizing ArticleLive PHP content management system.

    (Page 1 of 2)   
    « Prev
     | 
    1
     | 2 | Next »
    » Getting started with CAPTCHA
    By Rodney Amato | Published 07/19/2006 | Programming | Rating: ratingfullratingfullratingfullratingfullratingempty Unrated

    The most common use of CAPTCHA on the web today is to try and prevent the automatic submission of forms by programs designed to submit a form repeatedly, typically called a bot, usually for the purpose of spam. In this article we will learn the basics of CAPTCHA and how to build our own.

    » Syndicating Content with RSS and ArticleLive
    By Jordie Bodlay | Published 07/19/2006 | Web Technologies , Programming , ArticleLive | Rating: ratingfullratingfullratingfullratingfullratingempty Unrated

    Most of the news, article and blog websites on the Internet use RSS feeds to syndicate their content to users and other websites. In this article I will give you a brief introduction to RSS and what its uses are, as well as a quick guide on how to include an external RSS feed as a panel in ArticleLive.


    » Version Control 101 With CVS
    By Rodney Amato | Published 06/20/2006 | Programming , Web Design , Web Technologies | Rating: ratingfullratingfullratingfullratingfullratingfull Unrated

    How can version control make your job as a web developer easier? Well, version control adds a small amount of time to your day-to-day activities, however if you are planning on working on a web site or product for more then a week, or want multiple people to be able to work on the same code at the same time, then version control systems can make things much easier in the long run.

    » Development Diary of ActiveKB NX
    By Rodney Amato | Published 05/29/2006 | Programming | Rating: Unrated

    I've spent the last 4-5 months working on what has become ActiveKB NX. In that time I've fixed bugs, but I've also added dozens of new features. Today, I'm going to explain some of those features, and also how I accomplished them from a technical point of view.

    » Database Joins
    By Chris Smith | Published 03/8/2006 | Programming | Rating: ratingfullratingfullratingfullratingfullratingfull Unrated

    In part three of this series I showed you how to index your database. I also mentioned table joins and how to index them. In this tutorial we will take a further look at table joins and how we can use them effectively.

    » Introduction to Database Indexes
    By Chris Smith | Published 02/15/2006 | Programming | Rating: ratingfullratingfullratingfullratingfullratingfull Unrated

    In part one of this series of tutorials I discussed the process of designing a database. In part two I looked at some of the different types of data you can store. Today, part three looks at how to speed up your database using indexes.

    » 3 Practical Uses For AJAX
    By Mitchell Harper | Published 01/31/2006 | Web Technologies , Web Design , Programming | Rating: ratingfullratingfullratingfullratingfullratingempty Unrated

    AJAX is the newest buzz word in web development. In this article I'm going to give show you 3 simple and practical uses for AJAX on your web site.

    » An Introduction to Database Variable Types
    By Chris Smith | Published 01/10/2006 | Programming | Rating: ratingfullratingfullratingfullratingfullratingfull Unrated

    In part one of this series of tutorials, I discussed the process of designing a database. Databases contain many different types of data, including integers, text, dates and so forth. Selecting the right data for your application can improve performance and make your code easier to maintain. Today I'll look at some of the more common data types.


    » An Introduction to Databases
    By Chris Smith | Published 12/13/2005 | Programming | Rating: ratingfullratingfullratingfullratingfullratingempty Unrated

    The first step in creating a database is not actually anything technical - it is designing and planning. In this article I'll introduce you to databases and we'll touch on how to design a robust database.

    » Using Inline Form Validation
    By Eddie Machaalani | Published 12/11/2005 | Programming | Rating: ratingfullratingfullratingfullratingfullratingfull Unrated

    Javascript alert boxes have long been used for validating HTML forms. For example, if you forget to type your name into a contact form, then a Javascript alert pops up telling you about your error and how to correct it. While this is a lot better than no warning message or validation at all, I find alert messages quite annoying, ugly and outdated.

    What I'd like to do in this article, is show you a more elegant way of displaying error messages cleanly, using some easy to implement Javascript. This not only makes your forms a lot cleaner and more usable, but also shows your attention to detail as a web designer.

    (Page 1 of 2)   
    « Prev
     | 
    1
     | 2 | Next »