19
Jun
Posted by: ZenCode
An article here in http://ago.tanfa.co.uk/css/examples/css-dropdown-menus.html where I found the technique. I haven’t actually use it (maybe later) however I have a similar style in which I used in my portfolio. It’s a on hover mouse image preview, I like doing this css techqniques as it appears to be faster than using other javascript framework like [...]
Read the rest of the story » Learning to use CSS for Drop Down Menus
19
Jun
Posted by: cooljane
I wonder how this works, while surfing the net (like I usually do) I found this site payperpost.com. I will try to signup and check how this works. http://www.amfufu.com/2008/05/20/payperpost-get-paid-to-blog/
Read the rest of the story » Get paid by blogging in your own blog by payperpost
19
Jun
Posted by: ZenCode
There are two ways that I will discuss this topic, first by means of HTTP-EQUIV Refresh and by means of Javascript. Redireting with HTTP-EQUIV Refresh <META http-equiv=”refresh” content=”5; URL=http://www.balitaktakan.com”> …the content=”5; … means that the timeout before redirecting the page will be in 5 seconds. Of course, the URL= will be the page/site or wherever [...]
Read the rest of the story » Auto Redirect the browser to another page
19
Jun
Posted by: ZenCode
It’s been a long time now that it is possible to create PDF files from PHP, there is already a series of functions in PHP to do this. You can find the information on creating PDF documents read the following article from zend: http://www.zend.com/zend/spotlight/creatingpdfmay1.php If you need a ready to use PDF PHP Library, you [...]
Read the rest of the story » Learning How to create PDF files from PHP
19
Jun
Posted by: ZenCode
The environment variable $REMOTE_ADDR is where the users IP address is stored. if you want to resolve the domain name for that IP you can use this code. $domain = GetHostByName($REMOTE_ADDR);
Read the rest of the story » How to get user’s IP address
19
Jun
Posted by: ZenCode
There is an easy way of creating your favicon if you don’t know how to create on in photoshop. You can use favicon.cc, and guess what. You can even import an image, so start converting your pictures into those tiny favicon icons! Now, one thing I noticed in favicon.cc’s logo is that there is resemblance [...]
Read the rest of the story » Easy way to create your website’s favicon
19
Jun
Posted by: ZenCode
Here’s my first hold on a $100 dollars that I will deposit in the bank today.
Read the rest of the story » $100 in the bank
02
Jun
Posted by: ZenCode
After writing my previous post in Coping with your child tantrums, I felt I need to elaborate the “Terrible Twos”. What is “The Terrible Twos?” We don’t expect it, we didn’t realize it until your child is turning two years old and beyond. Terrible Two basically means the two years of your child from birth [...]
Read the rest of the story » What is “The Terrible Twos”?
02
Jun
Posted by: Senior Batikos
Usually, you can see people using avatar image when they comment on blogs. Commonly used nowadays is Gravatar. Gravatar stands for Global Recognizable Avatars, hosted at Gravatar.com (service run by Automattic, creators of WordPress and WordPress.com. Gravatars in wordpress have built in support since version 2.5 using a template tag to display avatar. Lately I’ve [...]
Read the rest of the story » How to display gravatars on your Single Posts in WordPress
02
Jun
Posted by: ZenCode
The title of this article may sound to be a guide, but this is actually some ranting of a confused parent. Me, being a proud father of a 2 year old beautiful daughter also have my own ups and downs when dealing with “tantrums”. While not all toddlers have this, I say you’re a bit [...]
Read the rest of the story » Coping with your child’s tantrums, milestone of a father to parenthood