Archive for April 2009
Do you want to know how to represent ascii codes in html?
Look no further than this fabulous link!
http://www.ascii.cl/htmlcodes.htm
Enable GET for CodeIgniter
I am not sure how much I love the fact that CI thinks that it is ok to ignore GET’s… With OAuth, we are forced to have a GET come in upon authentication. So, this is really frustrating. I don’t know if I want to patch my code, I kind of like having stock CI install. But, maybe it is irrelevant because I am modifying application code which is inside the CI directory structure anyway, but it is a principle thing. Why should I modify CI just to get what PHP gave me in the first place ARRGGGG.
http://codeigniter.com/forums/viewthread/46809/
http://snipplr.com/view/5967/allow-get-in-codeigniter/
CSS Resources
=============
Do you want an ENGLISH translation of a particular CSS selector?
http://penguin.theopalgroup.com/cgi-bin/css3explainer/selectoracle.py
fantastic tool!
Do you want to know what the roles mean in wordpress?
http://codex.wordpress.org/Roles_and_Capabilities
Javascript Unit Testing
======================
http://ajaxpatterns.org/Browser-Side_Test
Apache Mod Rewrite
===================
http://httpd.apache.org/docs/1.3/mod/mod_rewrite.html
Here are some javascript references
Javascript
============
http://www.c-point.com/javascript_tutorial/javascript_keyword_list.htm
http://www.quirksmode.org/js/this.html
How do you make classes and objects in javascript?
http://www.phpied.com/3-ways-to-define-a-javascript-class/
Javascript shell
http://www.billyreisinger.com/jash/
Here are some good links for Scriptaculous / Prototype
==========
http://wiki.github.com/madrobby/scriptaculous/tabs
http://en.wikipedia.org/wiki/Script.aculo.us
http://wiki.github.com/madrobby/scriptaculous/combination-effects-demo
http://wiki.github.com/madrobby/scriptaculous/test-unit-runner
http://www.sergiopereira.com/articles/prototype.js.html
http://www.phpriot.com/articles/javascript-classes-with-prototype/6
Here are some links on POCO and OAuth
PoCo / OAuth
==========
http://portablecontacts.net/draft-spec.html
http://blog.charlvn.com/2008/11/google-contacts-api-with-zend-framework.html
http://sites.google.com/site/oauthgoog/Overlap
http://code.google.com/apis/accounts/docs/AuthForWebApps.html
http://blog.adsdevshop.com/2008/04/18/import-gmail-contacts-using-ruby-on-rails/
http://developer.yahoo.com/oauth/
http://oauth.net/code/
http://developer.yahoo.com/oauth/guide/oauth-libraries.html
http://oauth.googlecode.com/svn/code/php/example/echo_api.php
http://oauth.net/documentation/getting-started
http://portablecontacts.net/
http://googlesocialweb.blogspot.com/2009/03/take-your-google-contacts-with-you.html
http://googlecodesamples.com/oauth_playground/
http://code.google.com/apis/accounts/docs/OAuth.html

