Faster HTML and CSS: Layout Engine Internals for Web Developers (@GoogleTechTalks)
I think I never cared about these - but the way David Baron from Mozilla describes these, I think I will now.
The points he was making started seeming so crucial that...
Ever since we implemented content filtering mechanisms at AdoMado, our own site was being blocked - and this made me heck curious - why??
Today morning, using Rubular (which is an excellent online regex tool) - I discovered the culprit.
And it...
Problem Scenario
I migrated my blog from makuchaku.info to makuchaku.in - and wanted everyone who was linking to my ".info" domain, automagically gets linked to my ".in" domain. Ofcourse, I cannot change all the possible places from where my .info blog...
Okay, to start off - I really wanted Firefox to come on the top... I've been a dedicated firefox user ever since and simply love the product. The fact that it has addons for any conceivable functionality - makes it r0ck even more!
However, to my...
The methodology is very simple.
Redirect the user to grant access to your app for a particular Google service.
Once access is granted, use the authentication token to retrieve information related to the user.
I demonstrate this with a very simple...
Courtesy - yet again, Ruby!
#!/usr/bin/env ruby
require "rubygems"
require "mechanize"
module SMS
class OneSixtyByTwo
attr_accessor :agent, :uid
attr_accessor :urls
def initialize(username, password)
@urls = {
...
Google Suggest - (as put by Google) use a wide range of information to predict the queries users are most likely to want to see. For example, Google Suggest uses data about the overall popularity of various searches to help rank the refinements it offers....
Drawing boards are so much more fun than paper'n pencil :)
Pushing ApnaBill.com into a Zarro Boogs state suddenly gave me the much needed time to start tinkering with other things in the roadmap. Hence the next obvious destination for me was OpenSocial - about which I've been hearing for quite some time now,...
Latest comments