19
Jun
Posted by: ZenCode
Here’s some of my bookmarked reading sources for SEO http://www.searchengineoptimising.com/link-building http://www.searchengineoptimising.com/link-popularity-explained Of course you can’t miss out Google’s Webmaster Tools/Guide http://www.google.com/support/webmasters/bin/answer.py?answer=35769 and there is also Yahoo! Search Content Quality Guidelines… http://help.yahoo.com/l/us/yahoo/search/basics/basics-18.html MSN Live’s Bing Webmaster Center Tools and Guidelines http://help.live.com/help.aspx?mkt=en-us&project=wl_webmasters
Read the rest of the story » Some of my bookmarked “Essential SEO resource reading materials”
19
Jun
Posted by: ZenCode
Simple explaination here: http://www.desilva.biz/php/zlib.html I used to do this in our mini CMS PHP driven sites.
Read the rest of the story » Compress Your Web with ob_gzhandler
19
Jun
Posted by: cooljane
A friendster group turned forum, hidecodesgalore
Read the rest of the story » A friendster group turned forum, hidecodesgalore
19
Jun
Posted by: ZenCode
I found this in my bookmarks too, I will try to use this later also… http://www.phpmotion.com/
Read the rest of the story » Trying out PHPmotion
19
Jun
Posted by: ZenCode
http://www.oooff.com/, just bookmarking this here.
Read the rest of the story » PHP Screen Scraping List by Smaxor
19
Jun
Posted by: ZenCode
I have downloaded some java games from http://www.xtremegamex.com/uk_productos.php, check out their simple but cool games. I’ve been playing from my LG KU250 cellphone, love the asteroid clone. This reminds me, I wanted to make games when I was a kid (10-12 years old don’t really remember), maybe I’ll try making games using JAVA. Good luck [...]
Read the rest of the story » Cool Java Games for your mobile phone
19
Jun
Posted by: ZenCode
In case somebody out there is eager to learn how to do this, I’m sharing this guides. http://phpbuilder.com/columns/jason_gilmore20080425.php3 http://phpbuilder.com/columns/jason_gilmore20080502_2.php3 So there it is, you may try right now how to make an AJAX-driven Shopping Cart with PHP and Prototype.
Read the rest of the story » Developing AJAX-driven Shopping Cart with PHP and Prototype
19
Jun
Posted by: ZenCode
I just found this in my firefox bookmarks (I’m cleaning my bookmarks at the moment. I have this nasty and messy habit of dragging my surfed sites out in the bookmarks area and don’t check ‘em out later… or maybe forever) Enjoy, what is Web 2.0… the web is evolving…
Read the rest of the story » The Web is evolving, check out this youtube video
19
Jun
Posted by: ZenCode
I found this microblogging from tweeter.com, tweetmygaming.com… I’ll try to implement this in GamerPinoy.com later…
Read the rest of the story » TweetmyGaming.com, microblogging for gamers
19
Jun
Posted by: ZenCode
This error message occurs when a functional PHP script exceeds the default memory allocation which is only 8MB limit. To manually allocate your required memory size include this at the top of your script. ini_set(“memory_limit”, “12M”); The 12M sets the limit to 12 mb, if this doesn’t work just increase the memory limit till it [...]
Read the rest of the story » Solve PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried…