Tumblelog archive for year 2008
Feb
Photo // Mon 11 Feb 2008, 10:44 p.m. // 0 comments
Mar
Photo // Fri 07 Mar 2008, 12:40 p.m. // 0 comments
Link // django for non … // Sat 15 Mar 2008, 2:19 p.m. // 0 comments
Croft gave a detail view of using django for non programmers. I liked the models and generic views.
Visit site..
Photo // Sat 15 Mar 2008, 3:04 p.m. // 28 comments
Link // jquery tutorial… // Sat 15 Mar 2008, 9:52 p.m. // 0 comments
This is a very good tutorial for designers. I found that author mentioned the right elements to acheive a effect. I appreicate the effort.
Visit site..
Link // expandrive brin… // Sun 16 Mar 2008, 10:33 a.m. // 0 comments
Mount your SFTP on your mac.. No client needed. Just access as a local drive... So cool right....
Visit site..
Link // defying classif… // Sun 16 Mar 2008, 7:51 p.m. // 0 comments
Extending generic views helps developers by a huge amount.
Visit site..
Link // untitled // Mon 17 Mar 2008, 9:36 p.m. // 0 comments
Visit site..
Link // restkit a http … // Thu 02 Sep 2010, 2:11 p.m. // 0 comments
restkit a http resource kit for python from benoitc allows you to quickly build http objects and get response. I love the Resource class which allows you to make a bunch of simultaneous calls to an API. particularly an Oauth api where you get accesstoken and get logged in user information.
Visit site..
Link // integrating rec… // Sat 22 Mar 2008, 12:49 p.m. // 0 comments
the use of captcha in django
Visit site..
Link // url shortener u… // Tue 27 Jul 2010, 6:26 p.m. // 0 comments
A simple regex method of performing redirects in nginx and apache
Visit site..
Link // fiam code highl… // Sat 29 Mar 2008, 9:56 a.m. // 0 comments
a tutorial to highlight code in Django. It uses markdown code hilite extension.
Visit site..
Link // 5 types of comm… // Sat 24 Jul 2010, 3:35 p.m. // 0 comments
Some hilarious comments while coding. Infact I do comment as described ...
Visit site..
Link // code highlightj… // Sat 29 Mar 2008, 9:59 a.m. // 0 comments
Highlight code in presentation level rather than the server level using the javascript. Simple and a powerfull solution.
Visit site..
Link // debuggingmuninp… // Wed 21 Jul 2010, 12:43 p.m. // 0 comments
documentation on how to debug munin plugins. I waste a ton of time trying to configure plugins and wait till they update on graphs instead call munin-update with debug flag and assert if something is generated.
Visit site..Mar
Link // highlight me co… // Sat 29 Mar 2008, 10:06 a.m. // 0 comments
Highlight code using textmate in blog posts. Bundles > TextMate > Create CSS From Current Theme select the text and do Bundles > TextMate > Create HTML From Selection.
Visit site..
Link // innodb configur… // Mon 07 Jun 2010, 11:44 p.m. // 0 comments
pretty good tutorial
Visit site..
Link // how to create a… // Sun 30 Mar 2008, 10:11 a.m. // 0 comments
Create style accessible tables through CSS. Use of CSS for tables.
Visit site..
Link // install memcach… // Mon 07 Jun 2010, 10:48 p.m. // 0 comments
Small tip to evade the shared library libevent error on centos
Visit site..
Link // css switch with… // Sun 30 Mar 2008, 10:55 a.m. // 0 comments
Start layout of a website using CSS grids. Use of grease monkey to set background for the files running from http://localhost/ and file://....
Visit site..
Link // installing post… // Mon 07 Jun 2010, 10:44 a.m. // 0 comments
A good indepth tutorial on installing postgres on snow leopard. The tricky part is creating postgres user and assigning proper permissions.
Visit site..
Link // gridbased desig… // Sun 30 Mar 2008, 1:02 p.m. // 0 comments
A very good example of making grid based design. A full pledged example carved from grid to css... i loved the demo example at the bottom of the page.
Visit site..
Link // jquery lightbox // Sat 05 Jun 2010, 2:24 p.m. // 0 comments
another good light box jquery plugin
Visit site..
Link // a list apart ar… // Sun 30 Mar 2008, 1:30 p.m. // 0 comments
a good article on CSS positionning. A list apart is a good resource for designer based articles,
Visit site..
Link // invalidating th… // Sat 05 Jun 2010, 10:48 a.m. // 0 comments
A good article on invalidating linux buffer cache and freeing memory for the applications. Not sure if its a good idea...
Visit site..
Link // blueprint css r… // Sun 30 Mar 2008, 2:37 p.m. // 0 comments
A good list of tutorials to use blueprint CSS. All the compressions techniques are good. The use of Ruby to compress CSS files is real new to me.. Intresting have to try it.
Visit site..
Link // glusterfs on am… // Sat 29 May 2010, 1:28 p.m. // 0 comments
GlusterFS on amazon EC2
Visit site..
Link // semantify and c… // Sun 30 Mar 2008, 10:55 p.m. // 0 comments
An article showing good examples on tools based on blueprint CSS. The article contains links to tools like grid generator, layout builder etc. Well done Christian Montoya!!!
Visit site..
Link // understanding p… // Fri 28 May 2010, 10:10 p.m. // 0 comments
Pretty good explanation what yield actually does
Visit site..
Link // installing mysq… // Mon 31 Mar 2008, 11:39 p.m. // 0 comments
I have followed many tutorials to install mysql on leopard, but only this procedure worked for me. I started off with hivelogic but I found no luck. Anyway I found this extremely easy and working. Thanks
Visit site..
Link // mount amazon ec… // Tue 11 May 2010, 3:03 p.m. // 0 comments
unmounting a EBS volume on sdh and mounting a brand new creates an error "Can't find ext3 filesystem on dev sdh". Just create a filesystem and mount it manually.
Visit site..Apr
Link // geopy geocoding… // Tue 01 Apr 2008, 5:02 p.m. // 0 comments
This geocoder is used to insert google maps into a django application. All we need is address in the application.
Visit site..
Link // compile mysql i… // Tue 04 May 2010, 10:13 p.m. // 0 comments
A small tutorial on installing mysql from sources heavily optimized for innodb.
Visit site..
Link // the highly exte… // Tue 01 Apr 2008, 7:38 p.m. // 0 comments
a good tutorial showing the extensibility of css... Good work cameron moll..
Visit site..
Link // automated deplo… // Fri 30 Apr 2010, 7:33 p.m. // 0 comments
A great overview of how fabric works from Grig Gheorghiu
Visit site..