C# Analog Clock Program
In this tutorial we are going to use a bit of graphics class to design a C# analog clock. We have also used a timer to continuously move our clock’s pointer. Concept We will first initialize …
In this tutorial we are going to use a bit of graphics class to design a C# analog clock. We have also used a timer to continuously move our clock’s pointer. Concept We will first initialize …
PHP is a server side scripting language that uses server resources for processing the outputs. It is a free open source coding language allowing you to customize it according to your needs and requirements. Creating dynamic websites can conveniently be done with the widely available scripts. PHP being a free and open source language, you …
PHP Custom Web Development – Its Applications, Advantages & Disadvantages Read More »
Here you will learn about dynamic sql in dbms. What is Dynamic SQL? When the pattern of database access is known in advance then static SQL is very adequate to serve us. Sometimes, in many applications we may not know the pattern of database access in advance. For example, a report writer must be able to decide …
CppCode is an awesome offline C/C++ ide and compiler for ios platform. Using this you can easily write and run C/C+ code even on your iphone or ipad. This is a recently launched ios app which is available for free on itunes. CppCode is same as CppDroid which is a free C/C++ ide for android. Below …
JavaScript is the de facto language of the web today, but it is not a perfect language. Many programmers dislike coding in JavaScript because it turns up weird bugs and it is easy to make mistakes with large applications. Also testing, JavaScript on the browser is not very convenient given the state of tools today. …
Responsive design has great promise and it indeed does work on multiple devices seamlessly. However, as your site design becomes more complex and bigger in scope it becomes increasingly difficult to maintain form across browsers. This is especially true, if there is a lot of JavaScript on your website. There are a number of jQuery …
15 Best jQuery Plugins to Make Responsive Design Easier Read More »
The structured query language provides us 2 features: It allows us to write queries. It allows us to use it in programming languages so that database can be accessed through application programs also. Due to this duality SQL is sometimes called dual mode language. Actually all the queries can’t be expressed in SQL alone. There …
Of all the websites that have server side scripting, more than 85% of them use PHP at the backend. It is simply the easiest and more useful web programming out there. It has been around for 2 decades and it is supported by just about every web host out of the box. If you develop …
PHP Frameworks and Libraries That Every Web Developer Must Know About Read More »