Pagination with jQuery, MySQL and PHP.

November 29th, 2011 admin Posted in JavaScript & AJAX Tutorials, PHP & MySQL | No Comments »

I received lot of requests from my readers that asked to me how to implement Pagination with jQuery, PHP and MySQL. so I had developed a simple tutorial. It’s looks big but very simple script. Take a look at this live demo

Read the rest of this entry »

AddThis Social Bookmark Button

C# Code Snippet - Extract Emails

November 2nd, 2011 admin Posted in ASP & .NET Tutorials | No Comments »

(C-Sharp) C# code snippet to extracts all the Emails from a string. ExtractEmails returns string array of Emails successful matches by iteratively applying a regular expression pattern to the input string.

Read the rest of this entry »

AddThis Social Bookmark Button

codepad is an online compiler/interpreter, and a simple collaboration tool

July 13th, 2011 admin Posted in PHP & MySQL | No Comments »

Codepad is an online compiler/interpreter, and a simple collaboration tool.
Paste your code below, and codepad will run it and give you a short URL you can use to share it in chat or email.

codepad was created by Steven Hazel, one of the founders of Sauce Labs.

Sauce Scout lets you check out your web site in any browser, without running virtual machines or installing anything.

AddThis Social Bookmark Button

Import and export data mysql size large

January 16th, 2011 admin Posted in Open source, PHP & MySQL | No Comments »

1. MySQLDumper is a PHP and Perl based tool for backing up MySQL databases. You can easily dump your data into a backup file and - if needed - restore it. It is especially suited for shared hosting webspaces, where you don’t have shell access. MySQLDumper is an open source project and released under the GNU-license. Read the rest of this entry »

AddThis Social Bookmark Button

Verify your site on Bing Webmaster Tools

January 6th, 2011 admin Posted in Site Marketing, Web Services | No Comments »

Doesn’t offer as many tools as Google webmaster tools, but still gives you a general idea how Bing is viewing your site.  Please follow directions carefully!
Read the rest of this entry »

AddThis Social Bookmark Button

PHP MySQL Shopping Cart Tutorial

January 4th, 2011 admin Posted in Open source | No Comments »

Yes, this is a another shopping cart tutorial. I am planning to make this tutorial to cover a more sophisticated shopping cart solution but for now it only explains a basic shopping cart. I will improve it in time so stay tuned. Read the rest of this entry »

AddThis Social Bookmark Button

Visual LightBox

December 13th, 2010 admin Posted in HTML & XHTML Tutorials, JavaScript & AJAX Tutorials | No Comments »

Overview

Visual LightBox JS is a free wizard program that helps you easily generate web photo galleries with a nice Lightbox-style overlay effect, in a few clicks without writing a single line of code. Just drag&drop your photos into Visual LightBox window, press “Publish” and your own web gallery with beautiful LightBox 2 effects will open in the browser instantly! No javascript,css,html coding, no image editing, just a click to get your gallery ready.
Visual LightBox is available as Prototype or jQuery plugin, for Windows and Mac, it is translated by volunteers to 28 languages!

Read the rest of this entry »

AddThis Social Bookmark Button

jQuery Bubble Popup

December 13th, 2010 admin Posted in HTML & XHTML Tutorials, JavaScript & AJAX Tutorials | No Comments »

“jQuery Bubble Popup” is a plugin to display smart, animated & shadowed, “bubble” popups or tooltips with few lines of code in jQuery. The plugin support HTML5 and it is fully compatible with IE, Firefox, Chrome, Opera and Safari. It needs jQuery v.1.4.2 to run, the fastest and concise JavaScript Library. Read the rest of this entry »

AddThis Social Bookmark Button

script php xml to array

December 8th, 2010 admin Posted in PHP & MySQL | No Comments »

xml2array() is a easy to use PHP function that will convert the given XML text to an array in the XML structure. Kind of like my Javascript xml2array() function. Read the rest of this entry »

AddThis Social Bookmark Button

A Modular Directory Structure Quickstart: Module Switcher Front Controller Plugin

November 12th, 2010 admin Posted in Open source, PHP & MySQL | No Comments »

Hello and welcome to the second installment in the Zend_Application tutorial series.  In this tutorial, we are going to create a front controller plugin that is going to change out modules based on the user’s request.

In the front controller design pattern, a single controller takes and handles all user requests. For an application of moderate to severe complexity, a front controller delegates the responsibility to command controllers (also called dispatchers), routers that map user requests and various URIs to actual controllers and actions, registers view helpers and other resources that a user may request.  A front controller can help eliminate duplicate code on a series of requests by routing the requests through the front controller and factoring the duplicate code from the requests into the front controller.Here are some excellent resources on the subject:

Hopefully by now you have a bit more understanding about what the Front Controller is, and how it operates in the Zend Framework.

Now we will create our Front Controller Plugin that will switch our modules layouts. Read the rest of this entry »

AddThis Social Bookmark Button