Archive for the 'Programming Issues' Category

Top 10 Php/Mysql code security Tips

Monday, November 9th, 2009 one Commented
Under: Programming Issues

In this post we are going to see about how to form php and mysql coding securely .It is a list of  top mistakes we make while coding.Precautions to be taken while coding .Here are the samples 1. Do not trust user input If you are expecting an integer call intval() (or use cast) or [...]

Top 10 Useful tips to secure you Joomla Website

Saturday, October 31st, 2009 No Commented
Under: Internet Updates, Programming Issues

We are going to see about the security tips to maintain and secure your joomla based website .Each Cms is perfectly developed and properly coded but still it must be maintained with proper security .So here are some useful tips to maintain your joomla based website Proper Hosting Environment A properly configured server is highly [...]

Best video scripts to start your own video sharing website

Friday, September 18th, 2009 9 Commented
Under: Internet Updates, Programming Issues

All have an idea of maintaning a video sharing portal for those there are some free scripts which help you in maintaining your own video sharing website .These scripts are efficiently coded in Php and mysql by professional which allows you self install and cutomization ,Also they are very poular in the market .Here the [...]

Tips for optimizing Php code

Monday, September 7th, 2009 No Commented
Under: Programming Issues

You all techies know that PHP is widely  used scripting language ,and it is also easy to code but everything must be done in a proper manner.here are the some useful tips to for optimizing the php code If a method can be static, declare it static. Speed improvement is by a factor of 4. [...]

Firebug with Firefox for Web Engineers

Sunday, August 30th, 2009 No Commented
Under: Programming Issues

Firefox is widely used browser in the internet it is available with plenty off addons one such important and most used addon is firebug for development people Firebug integrates with Firefox to put a wealth of development tools at your fingertips while you browse. You can edit, debug, and monitor CSS, HTML, and JavaScript live [...]