New Elements in HTML5 The internet has changed a lot since HTML 4.01 became a standard in 1999.
Category Archives: Programming
Online SQLi scanner
Here is a list of online SQli scanner
Application Pinning with META Tags
If there’s one thing I want you to learn from the wide range of blog posts I’ve written, it’s that it’s the small things matter when you’re creating your websites. Whether it’s a one-page showcase, a business website, or an enterprise web application, there are always small details you can add that will really help …
Upcoming PHP6
Seeing technologies you love move forward is an exciting feeling. Another version brings hope of better integrated tools, increased security, and faster ways to complete core tasks, thus making your web application quicker. PHP6’s improvements and and updates are sure to make PHP6 the best version yet.
jsPDF
jsPDF is an open-source library written by our lead developer, James, for generating PDF documents using nothing but Javascript. You can use it in a Firefox extension, in Server Side Javascript and with Data URIs in some browsers.
PHP Accelerators
PHP Accelerators/Cachers will boost the performance of your PHP applications, by caching the compiled form of php scripts to avoid the overhead of parsing and compiling the code every time the page is loaded. A PHP accelerator typically reduces server load and increases the speed of your PHP code by 1-10 times. Normally you will install these in …