Kitten With Nicotine Addiction

Vote This Post DownVote This Post Up (+2 rating, 2 votes)
Loading ... Loading ...

Kitten With Nicotine Addiction

Posted in: Uncategorized by idobkin No Comments

Talking Parrot

Vote This Post DownVote This Post Up (No Ratings Yet)
Loading ... Loading ...

This is Einstein the Talking Parrot

Posted in: Video by idobkin No Comments ,

Bubble Baby

Vote This Post DownVote This Post Up (No Ratings Yet)
Loading ... Loading ...

so i decided since i dont have too much content ill start posting funny vids that come my way.

no i will no go back in time and find all the once that made me laugh, but from now on when i do come across one ill post it

enjoy, and try NOT to laugh

http://www.liveleak.com/view?i=066_1303390976

Posted in: Video by idobkin No Comments , ,

Code highlighting

Vote This Post DownVote This Post Up (+2 rating, 2 votes)
Loading ... Loading ...

This is the plugin i use to highlight my code in my posts:

code-highlighter

enjoy

Posted in: Wordpress by idobkin No Comments ,

Using php in your blog

Vote This Post DownVote This Post Up (+2 rating, 2 votes)
Loading ... Loading ...

Get the exec-php plugin and you can play with php code in your blogs.
Just follow the installation steps and also the post steps involving changing some settings.
enjoy.

http://wordpress.org/extend/plugins/exec-php/

Posted in: PHP by idobkin No Comments , , ,

How i calculate my age in About

Vote This Post DownVote This Post Up (+1 rating, 1 votes)
Loading ... Loading ...

This is how i make sure the about me page stays dynamic and updates my age accordingly.
If any can make this code into a one line statement, without making it ugly, please share.

 
function getMyAge(){
     $today = date('Y-m-d');
     $myBd = "1984-07-08";
     $diff = abs(strtotime($myBd) - strtotime($today));
     $years = floor($diff / (365*60*60*24));
 
     return $years;
}
 

code highlighting

Also, does any one know how to put a link into the title of post?
Doing so the conventional way just breaks everything because the title, with our newly added a href, is also added to the 'title' property of the href that points to the post itself.

Posted in: PHP by idobkin Comments Off , , ,

Resume update

Vote This Post DownVote This Post Up (+1 rating, 1 votes)
Loading ... Loading ...

Just finished updating my software developer and web master resumes. also created one here on wordpress. who needs a personal site when you have wp.

Posted in: Uncategorized by idobkin No Comments , , ,

My first post

Vote This Post DownVote This Post Up (+1 rating, 1 votes)
Loading ... Loading ...

Watching Chelsea play ManU, nothing special so far, not like the Barca game this afternoon, that was a treat.

Posted in: Uncategorized by idobkin 2 Comments