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
No .xxx yet: Internet agency delays porn decision
  AP - Fri Mar 12, 2010 7:34 am CST
  AP - Porn Web sites can't park themselves at a ".xxx" address quite yet.
Chinese minister insists Google obey the law
  AP - Fri Mar 12, 2010 5:39 am CST
 

Li Yizhong, Chinese Minister of Industry and Information Technology, gestures during a press conference in Beijing Friday, March 12, 2010. Li, China's top Internet regulator, insisted Friday that Google must obey its laws or 'pay the consequences,' giving no sign of a possible compromise in their dispute over censorship and hacking. (AP Photo/Vincent Thian)AP - China's top Internet regulator insisted Friday that Google must obey its laws or "pay the consequences," giving no sign of a possible compromise in their dispute over censorship and hacking.


Lenovo says business will focus on mobile Internet
  AP - Fri Mar 12, 2010 2:38 am CST
 

FILE - In this file photo taken Thursday May 25, 2006, a Chinese model uses a mobile phone to control a robot made by Chinese computer maker Lenovo at a high-tech exhibition in Beijing, China.   Lenovo Group expects wireless Internet products to account for up to 80 percent of its sales within five years as it pursues expansion in faster-growing emerging markets, CEO Yang Yuanqing said Friday, March 12, 2010. (AP Photo, File)AP - Lenovo Group expects wireless Internet products to account for up to 80 percent of its sales within five years as it pursues expansion in faster-growing emerging markets, CEO Yang Yuanqing said Friday.


'Uncharted 2' nabs 5 trophies at video game awards
  AP - Fri Mar 12, 2010 2:29 am CST
 

FILE - In this undated video game file image released by Sony Computer Entertainment America Inc., a scene is shown from 'Uncharted 2: Among Thieves.' The high-octane PlayStation 3 action-adventure game developed by Naughty Dog won five trophies at the Game Developers Conference ceremony Thursday March 11, 2010 including game of the year. (AP Photo/Sony Computer Entertainment America Inc., File)AP - "Uncharted 2: Among Thieves" stole the show at the Game Developers Choice Awards.


Report finds online censorship more sophisticated
  AP - Thu Mar 11, 2010 3:21 pm CST
 

A woman works online in her cubicle at an office in Beijing on February 4, 2010. China's homegrown social media sites like Weibo are booming thanks to their better knowledge of the world's largest Internet market, and the censorship stifling foreign rivals like Facebook, Twitter, and Google-owned YouTube.(AFP/Frederic J. Brown)AP - Repressive regimes have stepped up efforts to censor the Internet and jail dissidents, Reporters Without Borders said in a study out Thursday.


Feds pledge tough review of Comcast-NBC deal
  AP - Thu Mar 11, 2010 3:54 pm CST
  AP - Federal regulators are pledging rigorous reviews of Comcast Corp.'s proposed purchase of NBC Universal to ensure that it would not stifle competition or harm consumers.
China warns Google as Internet row deal seen soon
  Reuters - Fri Mar 12, 2010 6:34 am CST
  Reuters - China warned Google, the world's largest search engine, against flouting the country's laws on Friday, as expectations grow for a resolution to a public battle over censorship and cyber-security.
BioShock 2 Cleans Up, Xbox 360 Overtakes Wii in February Game Sales
  PC World - Fri Mar 12, 2010 6:00 am CST
  PC World - Down again overall, with upticks in Xbox 360 and PS3 sales and BioShock 2 ruling the software roost, that's February's US video game narrative in a nutshell courtesy NPD Group's retail industry figures. Overall video game industry sales slumped 15 percent, falling from $1.48 billion to $1.26 billion, raising year-to-date sales to just $2.42 billion, a 14 percent deficit against last year's $2.82 billion for the same period.
Nokia revises 2009 market share down to 34 pct
  AP - Fri Mar 12, 2010 9:17 am CST
  AP - Nokia Corp. on Friday revised its global market share estimate for mobile phones in 2009 to 34 percent, from an earlier 38 percent, and said it expected no growth this year.
Appeal filed in Phil Spector case
  AP - Fri Mar 12, 2010 3:32 am CST
  AP - Lawyers for legendary music producer Phil Spector have asked an appellate court to throw out his second-degree murder conviction on grounds of judicial error and prosecutorial misconduct.


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