 |
Title |
User |
Language |
Tags |
Description |
Date |
|
|
|
Live stream player
|
mikael12
|
PHP |
live-stream-player
|
|
May 24, 2011 |
|
Simple INSERT, UPDATE from form to MySQL DB
|
mikael12
|
PHP |
simple-insert-update
|
|
March 31, 2011 |
|
Seconds to time
|
mikael12
|
PHP |
seconds2time
|
|
March 13, 2011 |
|
Initializing Variables in PHP
|
mikael12
|
PHP |
initialize-variables
|
Credit goes to Amit Arora
|
March 11, 2011 |
|
AJAX show hide loader
|
mikael12
|
jQuery |
ajax-show-hide-loader
|
|
March 2, 2011 |
|
One line random password generator
|
mikael12
|
PHP |
random-password-generator
|
|
February 24, 2011 |
|
Read directory files to array
|
mikael12
|
PHP |
read-dir-array
|
Alternative solution http://php.net/manual/en/function.glob.php
|
January 11, 2011 |
|
Modify URL param
|
mikael12
|
PHP |
modify-url-param
|
Current URL http://www.example.com/page.php?p=5&show=list&style=2 and after
$url = modify_url(array('p' => 4, 'show' => 'column'));
URL will become http://www.example.com/page.php?p=4&show=column&style=2
|
December 19, 2010 |
|
Non recursive chmod script with dir listing
|
mikael12
|
PHP |
chmod-nonrecursive
|
Type mode into input than hit Enter
|
November 12, 2010 |
|
Cookie-Free Subdomain using htacces
|
mikael12
|
Apache |
|
|
November 5, 2010 |
|
Repository dump, load and change location
|
mikael12
|
SVN |
|
|
November 4, 2010 |
|
Get content into variable with require
|
mikael12
|
PHP |
get-content
|
|
November 3, 2010 |
|
String concatenation with array join
|
mikael12
|
JavaScript |
js-concat
|
|
October 30, 2010 |
|
HTML IE conditional for CSS styling
|
mikael12
|
HTML |
ie-conditional
|
http://paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/
|
October 30, 2010 |
|
Window open with custom dimension
|
mikael12
|
JavaScript |
windowopen
|
|
October 28, 2010 |