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-67683f9432176006182236/]   function.php  // set Database table name here [crayon-67683f943217b532296849/] index.php // View pagination with [...]

Read More

Touch-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 More

Back 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-67683f94326c3906694423/]   HTML/Javascript: [crayon-67683f94326c8655269448/] [...]

Read More

Images 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-67683f943291c557045975/]   HTML: [crayon-67683f943291f795778396/] [...]

Read More

Mysqli 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 More

Confirm 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-67683f94329af882411340/] and [...]

Read More

Rotate Image on Hover

Posted on: Monday April 4, 2016

  Rotate social media icon / image on mouse hover: CSS: [crayon-67683f9432bc0589442473/] HTML: [crayon-67683f9432bc4152641293/]     [...]

Read More

Boostrap Pagination

Posted on: Monday April 4, 2016

  Pagination in bootstrap: Javascript [crayon-67683f9432e04680245308/]   HTML: [crayon-67683f9432e09429086141/]   Source: [...]

Read More

show hide div on click using display none and show onclick

Posted on: Saturday April 2, 2016

  Working Example: [crayon-67683f943304a033081109/] Source: [...]

Read More

Animated 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
Translate »