The Code You Will Love
Pagination in PHP/Mysql with URL of every page.
Posted on: Friday April 15, 2016
dbConfig.php // Database connection [crayon-6985ae0669c93820442615/] function.php // set Database table name here [crayon-6985ae0669ca4801255997/] index.php // View pagination with [...]
Read MoreTouch-enabled jQuery Carousel Slider Plugin with jQuery – Prrple Slider
Posted on: Monday April 11, 2016
Responsive slider, continue slider, slide on loop. Prrple Slider is a jQuery plugin for creating a simple yet feature-rich carousel slider that features responsive layout, touch events, custom [...]
Read MoreBack to top link in HTML
Posted on: Sunday April 10, 2016
If you want a link in HTML page for going to top, and appear after scroll. CSS: [crayon-6985ae066bd46785554805/] HTML/Javascript: [crayon-6985ae066bd52426367347/] [...]
Read MoreImages or Images and Text in Tooltips
Posted on: Friday April 8, 2016
The JavaScript Tooltip is well-suited for display of images or images with text. JavaScript ( on top ): [crayon-6985ae066bfc5073666314/] HTML: [crayon-6985ae066bfce503750117/] [...]
Read MoreMysqli to mysql query in Xampp 3.2.2
Posted on: Thursday April 7, 2016
Using mysql in new xampp | Disable Mysqli | easy migrate Mysqli to mysql used code in localhost. If your using ‘mysql_query’ in your PHP code and your code is not working or [...]
Read MoreConfirm before a form submit or link
Posted on: Wednesday April 6, 2016
Ask before process, confirm before process, popup before process in php. ask before delete. you can always use inline JS code like this: [crayon-6985ae066c1d6197839091/] and [...]
Read MoreRotate Image on Hover
Posted on: Monday April 4, 2016
Rotate social media icon / image on mouse hover: CSS: [crayon-6985ae066c4ef764118486/] HTML: [crayon-6985ae066c4f7183298312/] [...]
Read MoreBoostrap Pagination
Posted on: Monday April 4, 2016
Pagination in bootstrap: Javascript [crayon-6985ae066c751082603854/] HTML: [crayon-6985ae066c75a143016743/] Source: [...]
Read Moreshow hide div on click using display none and show onclick
Posted on: Saturday April 2, 2016
Working Example: [crayon-6985ae066caab109966407/] Source: [...]
Read MoreAnimated Fireworks in HTML
Posted on: Friday April 1, 2016
STEP 1: Copy and paste the code below so that it sits between the <head> and </head> tags at the top of your web-page: STEP 2: If you wish, change the colours at the start of the script [...]
Read More