Feeds:
Posts
Comments

Archive for the ‘Open source’ Category

12 htaccess Tips

1. Redirect to a secure https connection
If you want to redirect your entire site to a secure https connection, use the following:

RewriteEngine On
RewriteCond %{HTTPS} !on
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}

Read Full Post »

Building traffic to your website is not an easy task. “If you build it, they will come” concepts work only for movies and it does not work with your website. A well designed website is just the first step in your internet business venture. Driving traffic to your website takes Knowledge, proper [...]

Read Full Post »

1. Unvalidated Parameters
Most importantly, turn off register_globals. This configuration setting defaults to off in PHP 4.2.0 and later. Access values from URLs, forms, and cookies through the superglobal arrays $_GET, $_POST, and $_COOKIE.
Before you use values from the superglobal arrays, validate them to make sure they don’t contain unexpected input. If you know what type [...]

Read Full Post »

Tuesday, Jan 22, 2008
For a while now webmasters have fretted over why all of the pages of their website are not indexed. As usual there doesn’t seem to be any definite answer. But some things are definite, if not automatic, and some things seem like pretty darn good guesses.
Editor’s Note: If you know [...]

Read Full Post »

The TIOBE Programming Community index gives an indication of the popularity of programming languages. The index is updated once a month. The ratings are based on the world-wide availability of skilled engineers, courses and third party vendors. The popular search engines Google, MSN, Yahoo!, and YouTube are used to calculate the ratings. [...]

Read Full Post »

Python has been declared as programming language of 2007. It was a close finish, but in the end Python appeared to have the largest increase in ratings in one year time (2.04%). There is no clear reason why Python made this huge jump in 2007. Last month Python surpassed Perl for the first [...]

Read Full Post »

Results
2007 Overall Open Source Content Management System Award:

1. Drupal
2. Joomla!
3. CMS Made Simple
Read on for more details about the Overall Open Source CMS Award result
Most Promising Open Source Content Management System:

1. MODx
2. TYPOlight, dotCMS
Read on for more details about the Most Promising Open Source CMS result
Best PHP Open Source Content Management System:

1. Joomla!
2. Drupal
3. e107
Read [...]

Read Full Post »