December 23, 2009
Posted by: Joy : Category:
Facebook Tips,
Programming
Lately, i’ve been playing with facebook application module and managed to create one simple facebook application called “Lebay Wall Poster”. I added bookmark, share and add to profile button on canvas page, profile box available on profile page (wall tab) with animated picture when user click the button, you can see the preview on this fan page, i really dont know if it against their TOS or not to make it that way as it makes us be able to use images not using facebook domain as the initial url, hope it will be fine.

Profile Box @ Wall Tab
Read more…
July 06, 2009
Posted by: Joy : Category:
Web Development
What is
referrer? based on wiki’s article, the referrer, or HTTP referrer — also known by the common misspelling referer that occurs as an HTTP header — identifies, from the point of view of an internet webpage or resource, the address of the webpage of the resource which links to it. By checking the referrer, the new page can see where the request came from. Referrer logging is used to allow websites and web servers to identify where people are visiting them from, for promotional or security purposes.
Read more…
March 27, 2009
Posted by: Joy : Category:
Programming
Have you ever got a problem with importing big files? For example restoring sql file to phpMyAdmin? I have experienced that once, when i tried to make a hosting migration for our
forum. They said the file imported couldn’t be more than 2mb, then how to restore my sql file which was around 25mb at that time? Copy paste the code one by one? huh?! Not recomended, it would take so much time though.
I came up with the solution by writing simple file splitter codes on vfp.
here’s the code :
Read more…