The Code You Will Love

Load More style Pagination in PHP/MYSQLi

Posted on: Thursday September 29, 2016

Author: CodexWorldAuthor URL: http://www.codexworld.com/Author Email: contact@codexworld.comTutorial Link: http://www.codexworld.com/load-more-data-using-jquery-ajax-php-from-database/ ============ [...]

Read More

DIV Scrollbar Style

Posted on: Thursday July 28, 2016

CSS3 – Webkit – Vertical Scrollbars. Create fancy vertical scrollbar of DIV with style. used only CSS for DIV scrollbar Way back in the day, you could customize scrollbars in IE (5.5) [...]

Read More

Fullscreen HTML5 Page Background Video

Posted on: Tuesday July 26, 2016

HTML5 video compatibility is really high. In fact, it’s supported in all modern browsers (> IE8). The inner workings of video in general can be complicated, especially when you start to dig into [...]

Read More

Get part of the current url PHP

Posted on: Thursday July 7, 2016

Get a specific part of the current url. Break URL in part by slash ‘/’. Get every section of URL by slash ‘/’   [crayon-680123f6f2de6272204347/] [...]

Read More

Create Base URL and include PHP file with Base URL in Core PHP

Posted on: Friday July 1, 2016

You have to define first and then you can include any php file with SERVER_ROOT.  if you are using URL without extension or you want to call a php file with slash e.g. (http://xyz.com/services/web) [...]

Read More

Parallax theme Bootstrap & Cool animations

Posted on: Thursday June 30, 2016

https://mobirise.com/bootstrap-template/slider.html http://bootsnipp.com/tags/sidebar (Responsive Sidebar) http://codepen.io/Hornebom/pen/clDsr (Bulb on/off) http://ianlunn.github.io/Hover/ (button [...]

Read More

Website URL without file extension

Posted on: Monday June 27, 2016

First, verify that the mod_rewrite module is installed. Then, be careful to understand how it works, many people get it backwards. Redirect All Requests To Index.php Using .htaccess  Get characters [...]

Read More

Compress website for fast Loading

Posted on: Wednesday June 22, 2016

For fast loading website you have to do some compression. 🙂 you can check page speed here: https://tools.pingdom.com/ https://developers.google.com/speed/pagespeed/insights/   Compress .jpg [...]

Read More

Maximum Number of Tables To Display In PHPMyAdmin

Posted on: Tuesday June 21, 2016

  PHPMyAdmin’s default configuration has the following directive: [crayon-680123f6f3a4d482404906/]   In order to override this setting all you need to do is add the following entry to [...]

Read More

Redirect All Requested URL To Index.php Using .htaccess

Posted on: Tuesday June 21, 2016

So you want to redirect all URL to index.php, and then want to manage requested URL like include landing pages or particular function as per URL. Right? So here we go 🙂  First thing is that [...]

Read More
Translate »