Basic PHP Security

When it comes to PHP, some 99% of amateur sites and 60-70% of all sites use the professional scripting language called PHP. But is it safe to use PHP? Does the implementation of the language not have any gaps that are critical to the operation of our applications? But remember… (Continue)

Backup Whole System of Window 7

I was looking for the way of backing up everything – Normal files, Window 7 files that can be reverted to everything as it is when I have taken the backup. For this just Backup does not work as it taken normal files for restore later. Window 7 has a… (Continue)

Most commonly used programming language for Mobile App Development

What is most commonly used programming languages for Mobile Application Development? If you are not into mobile application development then this question may have come into your mind!

I also have this question and I saw that PHP is not good enough.
If you are mainly a PHP programmer then… (Continue)

Selecting the Right Tablet PC

When you think of purchasing Tablets PC then many things will come into mind. OS, Manufacturers, Version of OS etc. Which one is more important for you and which one is not. It all depends on your use case. How are you going to use it. Tablet PC is limited… (Continue)

Adobe Flash Player version 11.2 is the Last one for Linux

Adobe Flash Player 11.2 is the last version for Linux users. It won’t relase new versions for Linux user. Adobe will continue to support 11.2 ver for 5 more years. So, security updates etc will be updated till then.
Adobe Flash Player is dying slowly! Many tech experts are predicting… (Continue)

Buffalo WCR-GN AirStation: Wireless Router Setup

CD provided with it is useless. You do not need it. But no harm in checking it. It is for using AOSS connection which is not needed generally. 
This guide is about Baffalo WCR-GN N150 Wireless Router but the information should be helpful for other routers as well.
Just connect… (Continue)

IFRAME in HTML5

Few important change in IFrame in HTML5… (Continue)

NoSQL – Who should use this?

You may have heard about NoSQL a lot from past few years. Do you have a doubt about whether I should use it or not!
Here are few points about NoSQL related databases:
NoSQL does not provide sql for query language. Data is not necessarily represented as fixed schema. Data… (Continue)

Coding Standards for CSS, HTML, JavaScript, Python, C and others by Google

Google has made coding standards and style guide for CSS, HTML, JavaScript, Python, C++ and Objective C. If you work on any of these then you may like to have a look at those page. As usual the guidelines writing is simple yet useful. For CSS and HTML there are… (Continue)

Few Newer JavaScript Functions

Here are few newer JavaScript functions: querySelector, querySelectorAll, matchesSelector, and classList.
querySelector is for selecting DOM based on CSS selector. It is native to JS. So, it is faster than earlier methods libraries (jQuery) used to give us. Details here.
Now, libraries will start adopting it as first choice instead… (Continue)