boywhoroared + interesting   28

defunkt/jquery-pjax - GitHub
pjax loads HTML from your server into the current page without a full reload. It's ajax with real permalinks, page titles, and a working back button that fully degrades.

pjax enhances the browsing experience - nothing more.
javascript  interesting  ajax 
february 2012 by boywhoroared
#dt Blog on deviantART: Mixing DOM and PHP objects for fun & profit
Interesting  stuff > When following MVC strictly, data access must happen in controllers. If two controllers need similar data from the same database table, in most MVC implementations the separation of code between controllers won’t even make it possible to group these similar data needs together.
Better MVC implementations manage to identify these common data needs across controllers and group the calls. For instance a meta-controller could iterate through all the controllers of a page and ask them what their data needs are. The meta-controller can then efficiently group the data access calls together, reducing the round trips to the data stores. 
php  mvc  howto  tips  interesting 
march 2011 by boywhoroared
Don’t Be Ugly By Accident! « OkTrends
How to look hot in a photo, and generally take better pictures of yourself. Plus statistics.
photos  interesting  photography  statistics  article  advice  funny 
august 2010 by boywhoroared
So, What Does "HREF" Stand For, Anyway?
I didn't know either. Take a guyess; I won't spoil it, read it :)
html  web  interesting  article 
august 2010 by boywhoroared
Maxing out your Triangle — Jack Cheng
Getting the most out of the things you do. And I like the visuals. The navigation is also pretty nifty.
design  inspiration  productivity  career  fun  visualization  interesting 
december 2009 by boywhoroared
Project Euler
A collection of problems (mathematical and otherwise) to solve using your head and your code :) Good for staying sharp!
code  development  geek  learning  math  algorithm  interesting  puzzle  problems 
june 2009 by boywhoroared
Forget the resume, kill on the cover letter - (37signals)
I've always thought this to be true, but where I live, very rarely will find a company who values personality. :(

Also, this guy really did set the gold standard: http://thinkcage.com/svn/. That's brilliant!
career  resume  job  interesting  article 
june 2009 by boywhoroared
How FriendFeed uses MySQL to store schema-less data - Bret Taylor's blog
A pretty interesting way of storing data without a schema. They use a combination of Python's pickled object files & MySQL to store a crazy amount of data, and be able to modify it without locking up the database for hours on end.
database  python  mysql  interesting  ideas  developer  schema 
march 2009 by boywhoroared
google-mobwrite - Google Code
Neal Fraser’s terrifyingly clever differential synchronization algorithm (for SubEthaEdit-style collaboration over the web) is now available as an open source Python and JavaScript library.
code  web  interesting  library  synchronization  api  javascript  developer  via:simonwillison 
february 2009 by boywhoroared

Copy this bookmark:



description:


tags: