Hi, This is my first post on blogaddition.com. In this tutorial, I’ll talk about “Data Integrity And Consistency Through Trigger” in MYSQL. As we know that, It is very important for data in a database to be accurate and correct.There are various methods to ensure this , but triggers have their own significance in maintaining
Category Archive: Tutorials

Facebook Style Link Preview Using Jquery And Simple HTML Dom Hi friends, Today I’ve brought a very interesting tutorial (specially for Jquery and Ajax beginners). In this post, I’m going to teach you, that how to create a facebook style link preview widget in your website. I don’t know which technologies does facebook use to

Live Table Edit And Delete With Pagination Using Jquery Ajax Although there are many jquery plugins available on the Internet to live edit the data tables but in this article we are writing our own simple php and javascript files to achieve the same target using ajax. I’m a big fan of Shrinivas Tamada (Owner

What are CSS Preprocessors And How to use them One morning in the office, I had a look at the computer screen of one of my colleagues Jitendra Thakur while shaking hands with him. He was reading about a very funny word “SASS”. Why funny?? Because SASS is generally tends to “Mother in Law” in

What Are Sessions And How Do They Work With PHP Hi Friends, I’ve come back after a long time on your blogaddition. Actually I couldn’t write due to some of my technical works (was busy with developing my new video website way2clip.com) but now I’ve decided to be regular on it and write as much

Database Driven Multi-Level Horizontal CSS Menu With PHP And MYSQL There is no doubt in the truth that A website should have a good and proper navigation from user point of view to attract more visitors. Creating css navigation using php and mysql is always a headache for php newbies. In this article I’ve told

Install Node.js On Windows And Ubuntu System In the previous article you understood that what actually node.js is, if you read that. Now I’m going to tell “How to install node.js in both windows and ubuntu system”. After installing it properly, we’ll make a simple node program to test our installation. Install Node.js In Windows

What is Node.js And How It Works? Till today, you all have used javascript on client side only in your web applications for validation purpose, event handling functions or something else. Have you tried it on server side before ever?? Now you must be thinking, what nonsense I’m talking about. I’m just not joking because

What Are Web Services And How Do They Work Today we will talk about Web Services. Before reading the further, I would like to tell you that web services are of two kinds. The first one is SOAP service and second is RESTFUL web services. In this article I’ll be telling you all about SOAP