HOT CSS
Free Beautiful Css templates, Web designer tricks from expert
Pages
(Move to ...)
Home
Tutorial
Css
jQuery
SEO
Opencart Expert
Woocommerce Expert
Wordpress Expert
Joomla Expert
▼
Sunday, August 10, 2014
How to style the first occurrence of an element inside of another element?
›
Here's my problem. HTML <div id="content"> <h1>Headline</h1> <p>First paragraph that need...
PDO query to fetch all tables
›
Execute the query with PDO ::query(): SHOW TABLES; If you fetch an associative array, the name of the column will be: Tables_in_databas...
Friday, August 1, 2014
PHP Fix errors if mbstring is not loaded
›
My script work good on shared hosting until hosting disable mbstring Now my script can't run. Many functions MB_ mb_strrpos mb_get_i...
Thursday, July 31, 2014
How to download Free pdf from Scribd without paying
›
Download pdf from Scribd without paying : Are you searching for pdf or ebook??? Scribd.com is world largest digital library and has ...
Monday, July 21, 2014
Htaccess show no_found picture if picture is not exist
›
RewriteEngine On RewriteCond %{REQUEST_URI} \.(jpg|jpeg|gif|png)$ [NC] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} ...
auto refresh for every 5 mins in Javascript
›
We can do this function with just html or just javascript Refresh document every 300 seconds using HTML Meta tag add this in...
Sunday, June 1, 2014
jQuery javascript regex Replace br tag with \n
›
var str = document.getElementById('mydiv').innerHTML; document.getElementById('mytextarea').innerHTML = str.replace(/<br\...
‹
›
Home
View web version