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 [...]
Tags: Php/Mysql code security Tips
Posted in Programming Issues | 1 Comment »
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 [...]
Tags: joomla security tips, server security tips
Posted in Internet Updates, Programming Issues | No Comments »
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 [...]
Tags: php video scripts, video sharing scripts, video sharing websites
Posted in Internet Updates, Programming Issues | 9 Comments »
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. [...]
Tags: php tips, php tutorials
Posted in Programming Issues | No Comments »
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 [...]
Tags: addons, firebug, firefox
Posted in Programming Issues | No Comments »