|
|
|
|
|
Login to share your opinion To pass limits with store procedure in MySQLThis Store procedure was working fine in local mysql but it was not working on live server. For few minutes my mind was blank and… read more Database connection pooling with PHP and React (node.php)Last saturday I meet a new hype: “React” also known as “node.php”. Basically it’s the same idea than node.js but built with PHP instead of… read more Pagination and Switch Case in Where clause in SQL ServerAfter a long time i am going to write any article on SQL Server. That last article i think was before 18 months. As currently… read more Dynamically adding form inputs and submit using jQueryYou may find a need to allow the user to dynamically add or remove text inputs from your application. This is relatively easy to do… read more Create an online radio using jQuery and jPlayerToday, I’m glad to show you how you can use jQuery and the jPlayer plugin to build an online radio using JavaScript, PHP and a… read more Ajax file upload HTML5 drag and drop file upload progress barHTML5 has really changed the way we used to define HTML. For the years we have been using third party javascript libraries like jquery, prototype,… read more Best PHP IDE to work with CUBRID DatabaseWhen developers review various IDE for PHP, it is not accident that PHPStorm is among the top ranked. Because it is one of the best feature-rich PHP Development… read more Using DaDaBIK to create a PHP CRUD Database FrontDaDaBIK is an Open Source PHP project which allows you to create Web front-end and simple database applications without coding. The new stable version 4.4… read more Concatenate Rows Into Single Column Using SQL Group Concat FunctionThis post shows you the need of concatenating rows Into single column using real world example. Consider a situation where users place orders on items… read more Photobooth with PHP, jQuery and CSS3In this tutorial, we will be building a jQuery and PHP powered photobooth. It will allow your website visitors to take a snapshot with their… read more MySQL: How to Use the GRANT StatementThis tutorial will explain what the MySQL GRANT statement does and how it can be used to grant privileges to certain MySQL user accounts. read more Reading Excel Documents with PHP, Ajax and jQueryEvery wanted to display information from an excel document on a website? Ever wanted to do it asynchronously? Today is your lucky day. This article… read more Login simple with Zend_AuthAlmost every Web application today need a way to track information about their users, actions and behaviors. Best way to accomplish this is to authenticate… read more Binding Combobox Control With Multiple Columns of Database TablePreviously we have discussed that how to bind Combo box control with Database Table’s column in WinForm. Today I will tell you that how to… read more An Introduction to Very Large DatabasesBig data’s ancestor is the Very Large DataBase (VLDB) and we’ve been doing VLDBs in SQL Server for years. Making the jump from managing 10-100GB… read more Create a shoutbox using PHP and AJAX (with jQuery)Continuing with the tutorials about AJAX and jQuery we will create a stunning and dynamic shoutbox based in PHP and AJAX (using jQuery). read more Create Packed Indexes with MySQLI am pretty much sure that you are aware of indexes which we are creating on database fields. Indexes are very useful to make your… read more Carbon Fiber Signup Form With PHP, jQuery and CSS3A carbon fiber – style form, build using progressive enhancement. This means that we first ensure that the form works well without JavaScript and fancy… read more SQL SERVER – Introduction to expressor 3.4 Lookup TablesIn this blog post, I am going to take a closer look at expressor’s new and extremely versatile implementation of lookup tables, which they are… read more SQL Server: Database deployment best practicesHere are some of the SQL Server database deployment tips that have been very useful to me. read more |