Namespaces required for methods 1 2 using System.Data; using System.Data.SqlClient; Namesapce System.Data is required for DataTable, and System.Data.SqlClient is required for SqlDataAdapter... Read more
If you’re a web developer and your development machine is a Mac you have likely discovered that “Web Sharing” was removed from OSX Mountain Lion. There are a few tutorials on the web that c... Read more
To sort Word Press posts by post modified date and time. You may need this to show posts that have recently updated or some other reason to sort this way. Word Press provide query_posts func... Read more
For a complete list of variable functions see http://www.php.net/manual/en/ref.var.php. PHP provides built-in functions for checking if a variable exists, checking if a variable holds a valu... Read more
Before we look at PHP syntax, we should briefly mention the php.ini file. This is a plain text file that is used to configure PHP. When the PHP interpreter is started, it reads the php.ini f... Read more
Collection of jQuery Image Zoom Effect Plugins NuvuZoom 2.0 – Simple, Elegant jQuery Zoom – MORE INFO / DEMO With the NuvuZoom jQuery zoom plugin you get various great visual zoom effe... Read more
1. What is an IL? A. MSIL stands for Microsoft Intermediate Language in short MSIL or IL(Intermediate Language). When you compile a program the CLR will compile the code into MSIL code. Whic... Read more
When it comes to form handling in WordPress, Gravity forms stands ahead of all other plugins. Even it is a premium plugin, its worth the cost. It satisfies an absolute beginner by its users... Read more
Many people would say that they don’t like the big phones and that they can’t handle these kinds of phones. But, Samsung didn’t just make a big phone in fact, they introduced marvelous featu... Read more
GoDaddy windows server by default show generic 500 Internal Server Error page instead of showing actual detailed error message. The default page prevent application developers from debugging... Read more