Submit a New Listing Search for in Advanced

  Links
Ajax
ASP
ASP.NET
CGI and Perl
Databases
HTML and CSS
Java
JavaScript
PHP
Tools and Utilities
Web Design
Web Hosting
XML
  Articles
Ajax
JavaScript
PHP
  Videos
Ajax
ASP.NET
Databases
Development Tools
Java
JavaScript
PHP
  News
PHP
Web Development General
RSS Feeds - Links
New links
Editor's pick
Popular links
RSS Feeds - Articles
New articles
Editor's pick
Popular articles
RSS Feeds - Videos
New videos
Editor's pick
Popular videos
RSS Feeds - News
New items
Editor's pick
Popular items
  Select Style
 

LINKS
 Ajax(336)

 HTML and CSS(652)

 Web Design(151)

 ASP(836)

 Java(992)

 Web Hosting(2232)

 ASP.NET(86)

 JavaScript(407)

 XML(2)

 CGI and Perl(739)

 PHP(7972)

 
 Databases(14)

 Tools and Utilities(127)

 

ARTICLES
 Ajax(0)

 JavaScript(1)

 PHP(3)


VIDEOS
 Ajax(15)

 Development Tools(225)

 PHP(29)

 ASP.NET(219)

 Java(229)

 
 Databases(401)

 JavaScript(179)

 

NEWS
 PHP(626)

 Web Development General(75)

 

Annotations:    New last 1 day   New last 3 days   New last 7 days   New last 14 days   Other folders

Latest Links
Joomla Website Developers
Joomla Website Developers Strongcode is a joomla web design company that focuses solely on joomla. we work with joomla everyday and provide outstanding joomla web design services.
Php Experts
Php ExpertsYour reliable partner for custom web development,web programming,webdesign,offshore software development,php website development,seo,system integration and support and other services at affordable rates from acumensoft technologies
Iliad Web Development, Design And Online Marketing Services
Iliad Web Development, Design And Online Marketing ServicesIliad web design services, specializing in seo, web design and development and ppc advertising with gareth jones online marketing
Allerin Technologies
Allerin TechnologiesRuby on rails development
Philadelphia Web Design & Web Development - Pepper Lillie
Philadelphia Web Design & Web Development - Pepper LillieWeb design and development from beautiful philadelphia, pennsylvania

Latest Articles
Tips for Speeding Up your PHP Code
My job requires that I write Web applications that do some pretty hefty lifting, often over slowish connections. I've been hard at work recently on an application that retrieves data from a MS SQL server and builds complex multi-tabbed dynamic Web fo
Regular expressions in JavaScript
JavaScript is useful for a lot more than opening pop-ups. If you use HTML forms on your website, and want to make sure that your visitors submit valid data on those forms, you might want to consider using some regular expressions in JavaScript.
PHP for Beginners by a Beginner: Simple Login, Logout, and Session Handling New
In this article, James presents a very simple way to add login/logout security in PHP using session handling.First off, let me say that, yes, I am still a beginner with PHP.
Creating a Multi-File Upload Script in PHP New
Frustrated with single-file upload scripts? Looking for an alternate route? Read as Jonathan shows us how easy it really is to setup a multi-file upload script using PHP.

Latest Videos
Make Money Online With YouTube
Make Money Online With YouTubewhich will provide ways for you to e Earn Money Online - Ways To Make Easy Money Online! - Video Here's a NEW way of HOW TO EARN MONEY ONLINE, while using your PC or Computer. MAKE MONEY ONLINE FREE Method To MAKE MONEY ONLINE Earn Make Money Online 7 Ways to Make Money Online Without Involving Internet Marketing MAKE MONEY ONLINE allow publishers to display cost-per-action (CPA) Google ads and earn commission when a MAKE MONEY ONLINE Make Money Online With Top Free Sites. Earn Money With ...
Free Wishes (FRee Money) Free Money"free money today"
Free Wishes (FRee Money) Free Money"free money today"dollars, make money in Second Life and find MAKE MONEY ONLINE or site which will provide ways for you to e Earn Money Online - Ways To Make Easy Money Online! - Video Here's a NEW way of HOW TO EARN MONEY ONLINE, while using your PC or Computer. MAKE MONEY ONLINE FREE Method To MAKE MONEY ONLINE Earn Make Money Online 7 Ways to Make Money Online Without Involving Internet Marketing MAKE MONEY ONLINE allow (CPA) Google ads and earn commission if you want to make money online, How to Make ...
How To Make Money Online 12K Monthly [Paypal PROOF] FREE And
How To Make Money Online 12K Monthly [Paypal PROOF] FREE Andto write, get paid to read and MAKE MONEY ONLINE You will be able to view your earnings on a daily basis when you sign up if you want to make money online, i found this site last week How to Make Money Online How to Make Money Online Easy $7000 Work from Home FREE How I Make Money Online How To Make Money With No Money Make Money Online FREE - EASY WAY $12000 REAL Money Online How to Set Up Google Adwords & start how to make money online fast easy free work from home jobs help tutorial ...
nuBuilder Tutorial7: Javascript on Forms
nuBuilder Tutorial7: Javascript on FormsIn this tutorial we will add custom JavaScript to a form to dynamically update form fields.
nuBuilder Tutorial 8: Advanced Lookups with Javascript
nuBuilder Tutorial 8: Advanced Lookups with JavascriptIn this tutorial we will show some of the advanced features of Lookup objects, including calling a JavaScript function on the parent form.

Latest News
Active Client Pages: Chrys`s Approach
If a user is burdened with a slow Internet connection he will find that it takes time for a web page to be displayed downloaded to his client computer. Now there s a way to arrange it so that only the first page of his requested web site would take a long time to be downloaded the rest of the pages would come very fast. This can be a real advantage. If you want to learn more about this approach referred to as Active Client Pages keep reading.... Windows® Embedded - Free Trial Lower Development Costs & Accelerate Time to Market. Try Windows Embedded Free!
A Vertical Menu for All Browsers
This is the eighth part of a nine-part series that shows you how to build a menu that will work in all browsers. Let us quickly look at the design of a vertical main menu in this part.... Adobe Solutions for Higher Education Prepare Your Students for a Brighter Future.
Fundamental Design Principles for Web Page Layout
Many web site designers build beautiful pages but if you ask them why they constructed a particular page in a certain way they ll simply say that it looked good to them. There are design principles that predate the Internet some of them even go back to ancient Greece and Rome and they re as applicable today as they were then. If you still make pages that look good without knowing the science behind good design this seven-part article series introduces you to concepts that you can consciously apply to your next web site design project.... Download a Windows® Embedded Trial Get Connected Devices Faster to Market with Windows® Embedded. FREE TRIAL!
DevShed: The Destruct Magic Function in PHP 5
DevShed has posted the second to last part of their tutorial series looking at the magic functions in PHP. This time they focus on the destruct function, a method that is fired off when an object is being removed from memory. There are a few [other methods] that can be really useful for performing relatively complex tasks with a minimal amount of code. That's exactly the case with the "__destruct()" method, which will be called automatically by the PHP engine before destroying an instance of a particular class at the end of a script. They update their example class with a new __destruct method that takes the user information inserted previously, serializes it and drops it into the current session.
Phil Sturgeon's Blog: How to: Multi-site CodeIgniter Set-up
The CodeIgniter framework, by default, is set up to work with a one site instance. Unfortunately, this isn't always the case and several developers have found the need to make it support more than one website based on the same codebase. Phil Sturgeon has written up this post to show you exactly how. A few people have asked me recently about setting up CodeIgniter to run accross multiple domains based on the same codebase. This can be handy for sites than run different databases for different geographical areas, all of which need the same code but different content. To get this working I took a little code from PyroCMS and modded a previous article "How to: Support multiple production environments in CodeIgniter" and found a relatively simple solution. You'll need to modify a bit of code to get things working: changing up the config.php to look at the hostname, making a site constant and updating the database.php config file to configure connections for each of the site constant defined.
Site Info
Users online: 1
Links Categories: 425 :: Links: 14546 :: Clicks: 5900 :: Clicks Current Month: 919 :: Average rating: 4.08
Articles Categories: 3 :: Articles: 4 :: Readers: 310 :: Readers Current Month: 271 :: Average rating: 1
Videos Categories: 13 :: Videos: 1644 :: Views: 5414 :: Views Current Month: 4750 :: Average rating: 4
News Categories: 5 :: News: 744 :: Readers: 4030 :: Readers Current Month: 3239 :: Average rating: 0

©2009, ForDevr.Com - All Rights Reserved.