What’s New in SQL Server 2012 -Part 1
Columnstore technology has introduced to SQL Server 2012 is the columnstore index. This is an index created just like any other, but it stores index data in a highly compressed, column-wise fashion. For certain…
An Introduction to Stored Procedures in MySQL 5
MySQL 5 introduced a plenty of new features – stored procedures being one of the most significant. In this tutorial, we will cover the basics of stored procedures and its significance in web programming.
Important areas to be considered while testing web applications
There are some important areas to be considered while testing a web application. Here is a web testing cheat sheet, which is a kind of checklist of items to remember while testing a website. Even though this…
An Android computer in the size of a USB stick – ‘Project Ophelia’
The Dell Inc. (formerly Dell Computer), one of the leading American multinational computer technology corporation based in Round Rock, Texas, United States, that develops, sells, repairs and supports computers and…
Best Practices in Automation Testing
Did you ever think why automation testing is so beneficial? We have come across lots of reasons like time saving, repeatability, and maintenance of test suites which ensures the test scripts are kept up to date and…
Do you think it’s the time to revamp testing strategies?
Project Management tools
Project management is the application of knowledge, skills, tools and techniques to a broad range of activities in order to meet the requirements of a particular project.
Dos and Don’ts of A Web Design
Apt and optimized title tags is a very important item Search engine optimization. Try not to go over 70 characters and create unique titles for each page. Checking for broken links and images in your articles is…
Service-Oriented Architecture from a Java Developer Perspective
In IT Industry the use of different technologies and applications is a reality. At a time when resources are scarce, IT shops cannot just throw away their existing applications; rather, they must leverage their…
Secure Your Upload Methods in PHP
In most of our web applications, developers provide upload file functionality such as image upload, for example. This functionality could be exploited by attackers to upload malicious “Web shell” code, which might…