Really Easy to follow PHP security tutorials for beginners
If you’re just starting with PHP, it’s essential to at least get the basic PHP security stuff right as to avoid bad habits as your skills grow. Hope you’ll find these articles and resource useful.
Really Easy to follow Object Oriented PHP tutorials for beginners
There are 3 kind of object oriented PHP tutorials on the web, first using real world example, second is the analogy examples and third are the video tutorials.
Really Easy to follow Basic PHP tutorials for Beginners
Learning PHP is easy if you start at the right place. Here are some sites that to help you kickstart with your quest.
Wordpress stats don’t work after installing new wordpress theme
This happens to wordpress stats when you installed a new wordpress theme.You’ll notice that it is as if no one is visiting your site.The stats stays at zero and doesn’t change at all.
My most commonly used tools for debugging websites
Here are a web tools that i must have in my web dev toolbox.Not only that it will help in developing your website the side effect is, you’ll learn a lot much faster in the process.
Connecting two web parts, so that it will filter the other web part
A few days ago someone asked me a question on SharePoint: How do I get a web part to filter another web part? In other words…
3 websites that will help make your presentation better
There are a lot of sites that will help you make fantastic presentations. Here are three that i find so very much useful.
Equal web page length for all pages
As you know, creating a div container with different length of content will in turn determine the length of each of your web page.One page might be 200px, but another would be 1200px.
So how do you make sure that your web page length is the same for all the pages?