Search in:
Home
Login Form
Username

Password

Remember me

Forgotten your password?
No account yet? Create one
555 Resources listed in over 1289 categories 0 Resources added in past 3 days
 AJAX (25) Articles (33) ASP (4)
 ASP.NET (3) C and C++ (3) CFML (3)
 CGI and Perl (10) CSS (1) Java (10)
 JavaScript (3) PHP (429) Python (5)
 Remotely Hosted (15) Ruby on Rails (4) Tutorials (4)
 XML (3)
Just Added New This Week Prior To This Week
 
New Discussions
Last Post Title Replies Views
08-Dec-2009 20:05:48 Information Regarding Web Development 1 81
09-Feb-2009 21:49:08 What is the best movie you have seen this year? 0 285
09-Feb-2009 21:47:43 WSO2 offers open source, componentized SOA 0 300
09-Feb-2009 21:44:14 Microsoft lends Google a license for Sync 0 270
08-Feb-2009 11:11:22 MySQL Co-founder Leaves Sun 0 229
08-Feb-2009 11:01:16 C program to print the sourcecode of itself 1 245
13-Nov-2008 08:12:11 Gasoline is now at $1.94! 1 236
12-Nov-2008 15:39:32 Any idea of what the most used script is? 0 278
12-Nov-2008 15:37:39 Have you been good this year? Either way, what do you want for Christmas? 0 312
26-Oct-2008 22:00:50 Book Suggestions Needed for New Member Choice Books Feature 2 269

New Articles
How to Use an RSS Feed to Provide Content for Your Website  by The Administrator
Mon Feb 16, 2009
Learn how to use an XML RSS Feed to automatically deliver quality content to your website.
How Ajax Works With J2EE And Scripting Languages  by The Administrator
Mon Feb 09, 2009
Here I am going to discuss the benefits of the Ajax application using J2EE and scripting and the advantage of using them together.
Know When You Should not Use Ajax  by The Administrator
Mon Feb 09, 2009
First let me describe the meaning of Ajax before moving to our discussion Ajax (sometimes called Asynchronous JavaScript and XML) is a way of programming for the Web that gets rid of the hourglass. Data, content, and design are merged together into a seamless whole. When your customer clicks on something on an Ajax driven application, there is very little lag time.
The Importance of Using Comments in PHP Programming  by The Administrator
Sun Feb 08, 2009
A detailed look at how comments are used in PHP and how to use them. Furthermore, details on troubleshooting with PHP comments is outlined and explained.
How to Find the Proper PHP Book For Your Needs  by The Administrator
Sun Feb 08, 2009
PHP books are becoming harder and harder to find. Not because there is a lack of quantity, but quality. The right PHP book should guide your certain skill level to an advanced level.
How Much Traffic Do Most Web Sites Get?  by The Administrator
Wed Nov 26, 2008
There are plenty of articles around giving good advice on how to drive traffic to your web site, but how much traffic do most web sites get?
How Much Revenue Can You Make by Placing Adverts on Your Website?  by The Administrator
Wed Nov 26, 2008
One thing that is often difficult to gauge is how much traffic you need before you can start to make some money out of your site from adverts. Of course, if you allow Google to place Adsense units (adverts) on your site you can, at least in theory, start earning money from day one. The reality though, is that you need to get some serious traffic before this type of advertising will reap any real financial rewards.
A Quick Guide to Using the Regular Expression Substitution Operator  by The Administrator
Wed Nov 26, 2008
Regular expressions enable you to find patterns in strings, for example, all the H1 tags in an HTML file, or all the words beginning with the letter 'p'. Although the use of regular expressions is possible in several programming languages, it is Perl's support for regular expressions that makes it the language of choice for pattern matching and substitution.
Using Perl to Convert Hyperlinks and Filenames to Lowercase  by The Administrator
Wed Nov 26, 2008
Like a lot of web developers, I'm not always that disciplined when it comes to the file naming convention I use and I sometimes end up with a situation whereby I have some files that are in lowercase, some that begin with a capital, and some that are a bit of a mixture.
Ajax Applications Development  by The Administrator
Mon Nov 24, 2008
AJAX has not only sprouted but has got root hold in developing dynamic web applications, that reflects changes in micro seconds thereby saving reloading time, improving usability, providing faster accessibility, to more web pages in lesser time. AJAX, acronym for Asynchronous Javascript And XML is the term whispered from almost every software developer mind and its waves are touching the network boundaries.
New Tutorials
 Using PHP and Regular Expressions to Tidy Up Variables  by The Administrator
Mon Feb 16, 2009
I recently had to develop a very simple email manager for a client. It was necessary to extract some text from a database and then to insert that text into an email message, which was then fired off to a mailing list. The problem I had was that the text contained HTML tags as well as other HTML characters (for example, nbsp;), and I only wanted plain text in the email.
 PHP Redirect - How to Send Someone to Another URL With PHP  by The Administrator
Mon Feb 16, 2009
When designing a web site, it is occasionally necessary to redirect a user to another URL to the one they have tried to access. This can normally be accomplished using HTTP redirect, however sometimes they just are not applicable or you would prefer to do it with PHP, this article will show you how.
 Using Include Files to Make Changes to All Your Website Pages Instantly  by The Administrator
Mon Feb 16, 2009
You have a template you use to make changes to your menubar and page header. Is there a way you can apply those changes to all your pages instantly?
 Create Dynamic Database Driven CSS Navigation Menus with Dreamweaver, PHP and MySQL  by The Administrator
Mon Feb 16, 2009
Create dynamic, easy-to-update CSS menus using PHP, MySQL and Dreamweaver. The CSS menus are very search engine friendly, easily changeable via MySQL and CSS, and can be included in a Dreamweaver template for simple site-wide navigation management.
 PHP Strings  by The Administrator
Mon Feb 16, 2009
Learn what strings are and how to work with strings in php
 PHP Web Development: PHP Variables  by The Administrator
Mon Feb 16, 2009
In this lesson we cover the basics of variables. What variables are, what they are used for and how to work with variables in PHP using some examples.
 Using PHP Buttons In Dreamweaver  by The Administrator
Mon Feb 16, 2009
Even if you don't know how to code one line bit of PHP, the Dreamweaver PHP buttons can help you create database functions on your webpages. Learn about the easy PHP buttons features of Dreamweaver to build your own web-based PHP/SQL applications, even if you are a total newbie.
 How to Implement CAPTCHA With PHP and GD  by The Administrator
Mon Feb 16, 2009
When you have a public submission form on your website (contact page, forum submission) and need to prevent spam auto-submitters - common way to do this is to implement CAPTCHA - an image with randomly generated string.
 Introduction To Regular Expressions In PHP  by The Administrator
Mon Feb 16, 2009
Regex can be scary at first but if you can get the basics, it is really not too hard to understand. In this article, we are going to look at how regex comes into the picture when writing php applications.
 Working With Fractions In PHP  by The Administrator
Mon Feb 16, 2009
Most of us are uncomfortable with using fractions when writting programs. If we encounter a fraction, we will first convert it into a floating point number (with decimals) and proceed from there. Most programming languages would prefer to use 0.5 as opposed to 1/2 because the later conflicts with the syntax of the languages. In this article, I will discuss my attempt to work with fractions in one of the PHP projects that I have done.

Industry Press
MochaHost.com – Announces new 30% OFF Summer Sale!
Mon Aug 10, 2009
MochaHost.com (San Jose, California) is pleased to announce to its new & current customers that some very attractive promotions are now available for the new Summer Season!  All promotions will be valid for not only new, but also current customers.
eBridge offers free in-depth site review to attendees at HostingCon 2009
Thu Aug 06, 2009
Visitors to the eBridge booth at HostingCon 2009 will have a chance to win an in-depth review of their website from eBridge’s usability and optimization experts
eBridge president delivers the expert view on marketing at HostingCon 2009
Thu Aug 06, 2009
Hartland Ross, founder and president of eBridge Marketing Solutions, will deliver a break-out presentation on Day 1 of HostingCon 2009 on ways hosting companies can make their marketing more effective.
FOCUSONPCI.COM LAUNCHES TO ANSWER THOUSANDS OF QUESTIONS ABOUT PCI COMPLIANCE
Tue Jul 07, 2009
Educational website created to help companies answer questions on PCI compliance
Accucom Corporation Introduces SafeID, Allowing Online Merchants, Auction Sites and Social Networks to Quickly and Easily Authenticate User Identities
Tue Jun 30, 2009
ID verification service protects online merchants and communities from fraudulent purchases and behavior
MochaHost.com Announces new Summer Specials!
Mon Jun 01, 2009

MochaHost.com (San Jose, California) is pleased to announce to its new & current customers that some very attractive promotions are now available for the new Summer Season!

HostGator Announces Partnership with SmarterTools
Wed May 20, 2009
HostGator.com LLC, a world leading provider of shared, reseller, and dedicated Web hosting, is proud to announce a partnership with SmarterTools Inc. to provide a new line of Web hosting software for its Windows dedicated server customers.
David and Goliath battle shapes up between GoDaddy and One World Hosting
Fri May 08, 2009
Ohio-based hosting provider One World Hosting has slung the first stone in a battle with hosting Goliath GoDaddy.
Limestone Networks now offers secure server access via Google’s G1 mobile phone
Mon Apr 06, 2009
Limestone Networks, a dedicated server provider located in Dallas, TX, has written and launched a Google phone application that clients can use to manage their accounts and dedicated servers.
Limestone Networks opens new, highly secure data center in downtown Dallas
Fri Nov 07, 2008
Limestone Networks has opened a new dedicated hosting facility and data center in the DataBank building in downtown Dallas. The facility features all-fiber connectivity, multiple connections to the power grid, redundant power and cooling systems, and multiple security layers.
Industry News
Sony unveils new motion contoller to slow Nintendo
  AP - Thu Mar 11, 2010 5:59 am CST
 

In this undated image released by Sony Computer Entertainment Inc., Sony's new motion controller is shown. The Japanese maker of the PlayStation 3 unveiled Thursday, March 10, 2010, its highly anticipated motion controlling system, as it takes aim at Nintendo's dominance in the gaming sector. Used with the existing PlayStation Eye camera, the new wireless motion controller can track players' body movements. The controller, in turn, has on its end a light-emitting orb that is recognized by the camera. (AP Photo/Sony Computer Entertainment Inc.)AP - Sony has a new message for Nintendo Wii gamers: Come join us.


Palm Inc. teeters in crowded smart phone market
  AP - Wed Mar 10, 2010 6:06 pm CST
 

In This March 8, 2010 photo, a customer uses a Palm Pre Plus at Best Buy in Mountain View, Calif. Last year, Palm Inc. thought it had all the right pieces for a rebirth in the market it helped create. Palm had a new CEO who helped rival Apple make the iPod a household name, a well-regarded new smart phone called the Pre and fresh, intuitive operating software. Now Palm might be the latest company to learn that great technology and an accomplished leader don't guarantee success.  (AP Photo/Paul Sakuma)AP - Last year, Palm thought it had all the pieces for a turnaround in the market it pioneered: A new CEO known for making the iPod a household name, a sleek new smart phone called the Pre and fresh, intuitive operating software.


Global agency reconsiders `.xxx' for porn sites
  AP - Wed Mar 10, 2010 1:43 pm CST
 

FILE - In this March 22, 2007 file photo, Stuart Lawley, chief executive of ICM Registry Inc., poses for a photo in his Jupiter, Fla home, Thursday, March 22, 2007 by one of his computers. A key global Internet oversight body is reopening discussions about whether to create a '.xxx' address for pornographic Web sites after an outside panel questioned the grounds for earlier rejecting such an online red-light district.(AP Photo/J. Pat Carter, file)AP - A global Internet oversight agency is reopening discussions about whether to create a ".xxx" domain name as an online red-light district where porn sites can set up shop away from the wandering eyes of children and teenagers.


Huge 'botnet' amputated, but criminals reconnect
  AP - Wed Mar 10, 2010 8:38 pm CST
  AP - The sudden takedown of an Internet provider thought to be helping spread one of the most promiscuous pieces of malicious software out there appears to have cut off criminals from potentially millions of personal computers under their control.
OnLive game streaming service to start in June
  AP - Wed Mar 10, 2010 2:19 pm CST
  AP - In an industry first, a new gaming service will start allowing people to "stream" popular high-end games such as "Assassin's Creed II" over the Internet in June, using a mechanism similar to watching TV shows or listening to music online.
MySpace outlines makeover after exec shake up
  AP - Wed Mar 10, 2010 12:12 pm CST
 

In this photo released Tuesday March 9,2010 by MySpace showing Jason Hirschhorn,38, left, and Mike Jones,34 right at the MySpace headquarters in Beverly Hills, Calif. on Monday March 8, 2010. The two new co-presidents of MySpace were announced this week following the abrupt departure of CEO Owen Van Natta in February after just 10 months on the job. (AP Photo/MySpace) NO SALESAP - Long ago lapped by Facebook in popularity and with fast-growing Twitter on its tail, MySpace is planning a series of updates over the next months that will link its users' posts to the other social networking sites more easily and carve out its niche as an entertainment hub more clearly.


2nd mistrial declared in case against NJ blogger
  AP - Thu Mar 11, 2010 7:30 am CST
  AP - A New York judge has declared a second mistrial in the case against a New Jersey blogger charged with threatening federal judges.
Census campaign targets tech-savvy Hispanic youth
  AP - Thu Mar 11, 2010 7:39 am CST
 

Voto Latino co-founder and actress Rosario Dawson, right, poses with actor Wilmer Valderrama following a news conference at the Miguel Contreras Learning Complex Center in Los Angeles, Wednesday, March 10, 2010. Dawson announced a plan by MALDEF (Mexican American Legal Defense & Educational Fund) and Voto Latino to build momentum for the 2010 census by launching an interactive, multimedia campaign targeting young California Latinos. (AP Photo/Chris Pizzello)AP - Groups pushing for robust Hispanic participation in the 2010 census are enlisting a new corps of foot-soldiers in their battle to reach that hard-to-count demographic: tech-savvy, smart-phone-toting young people.


Opera rolls out mobile browser for Android
  Reuters - Thu Mar 11, 2010 2:17 am CST
  Reuters - Opera Software unveiled on Thursday a version of its Mini mobile browser for use on cellphones running on Google's Android software.
Panasonic Sets the 3D HDTV Bar At Best Buy
  PC World - Wed Mar 10, 2010 4:55 pm CST
  PC World - A scrum of reporters pressed against Brad and Ashley as they shuffled up to the counter at a Best Buy store in Manhattan. Cameras flashed and elbows flew. Was it the end of Brangelina? Some new reality show?


Statistics
Current Stats
New Listings:
0
Referrals:
0
Members Online:
0
Visitors Online:
0
Yesterday's Stats
New Listings:
0
Referrals:
1
This week's Stats
New Listings:
0
Referrals:
7
Totals
Members:
8557
Listings:
555
Categories:
1289
Reviews:
1
Votes:
2
Total Hits:
269259