The Code You Will Love

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-66489c36106ea741136974/]   HTML/Javascript: [crayon-66489c36106f3718336171/] [...]

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-66489c361193a113130624/]   HTML: [crayon-66489c3611942812481573/] [...]

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-66489c3611ec4425553283/] and [...]

Read More

Rotate Image on Hover

Posted on: Monday April 4, 2016

  Rotate social media icon / image on mouse hover: CSS: [crayon-66489c3612850486339900/] HTML: [crayon-66489c3612857865318163/]     [...]

Read More

Boostrap Pagination

Posted on: Monday April 4, 2016

  Pagination in bootstrap: Javascript [crayon-66489c3612bc2844197873/]   HTML: [crayon-66489c3612bca082487132/]   Source: [...]

Read More

show hide div on click using display none and show onclick

Posted on: Saturday April 2, 2016

  Working Example: [crayon-66489c3613061596018767/] 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

DIV Gradient with CSS

Posted on: Wednesday March 30, 2016

  Gradient with using CSS only: [crayon-66489c36137f6027649804/]   HTML: [crayon-66489c36137fd608456535/] [...]

Read More

Cool Div Box Shadow

Posted on: Wednesday March 30, 2016

    Get this type of shadow effect:     CSS: [crayon-66489c361443e819980185/]   HTML: [crayon-66489c3614446116842515/] [...]

Read More
Translate »