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-68d6ade05bc86415307296/] and [...]

Read More

Rotate Image on Hover

Posted on: Monday April 4, 2016

  Rotate social media icon / image on mouse hover: CSS: [crayon-68d6ade05c10f189873094/] HTML: [crayon-68d6ade05c114195933637/]     [...]

Read More

Boostrap Pagination

Posted on: Monday April 4, 2016

  Pagination in bootstrap: Javascript [crayon-68d6ade05c2c7020366693/]   HTML: [crayon-68d6ade05c2cc969131362/]   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-68d6ade05c84a335019364/]   HTML: [crayon-68d6ade05c84f115163316/] [...]

Read More

Cool Div Box Shadow

Posted on: Wednesday March 30, 2016

    Get this type of shadow effect:     CSS: [crayon-68d6ade05ca8c301332428/]   HTML: [crayon-68d6ade05ca92520007076/] [...]

Read More