Quantcast
Channel: The Doers' Blog
Browsing all 68 articles
Browse latest View live

$.print: A jQuery plugin for printing

We build up a neat little jQuery-plugin to print only particular parts of the current page, instead of the whole of it.Using  it is as simple as...

View Article



What's in a name?

We’ve been thinking hard about what to name our budding enterprise, we found a bunch of interesting names, but nothing that we really love.Who knew picking a great name can be so damn hard …We try to...

View Article

jQuery DOM-Swapping plugin

We always thought of building a jQuery plugin that could swap the DOM elements along with events with ease.The main part was to swap the events.In this plugin,we are using jQuery .clone() and...

View Article

Image may be NSFW.
Clik here to view.

A screenshot of my Hourly-Status popup app outlined here.

A screenshot of my Hourly-Status popup app outlined here.

View Article

Image may be NSFW.
Clik here to view.

Getting Started with Chrome Extensions: A Tutorial

I never knew developing a extension would be that simple till I built one. Named my first extension for chrome as “Timely”, As it works as an hourly reminder.Timely : This Add-on reminds every single...

View Article


There is no such thing as Half-a-pixel

There is no such thing as Half-a-pixel: This Fiddle demonstrates the fact that decimal values in Pixel-based properties, like the CSS width of an element and impossible to render, unless the browser’s...

View Article

Ripple: A mobile Emulator for your browser

Ripple: A mobile Emulator for your browser: Ripple is an extension for Chrome, that allows you to test how your application might look on various mobile devices. Although it is still in Beta, it has...

View Article

The Ultimate PreventDefault Function

function preventDefault(e) { // Trying all the various prevent-Default mechanisms if (e.preventDefault) { e.preventDefault(); } if (e.stopImmediatePropagation) { e.stopImmediatePropagation(); } if...

View Article


How to install Google Chrome Extensions from outside the webstore

For your own ‘safety’, Google Chrome now prevents you from installing extensions that are not registered on the Chrome-Webstore.Although this may be a good thing for security, it prevents you from...

View Article


Amazingly Simple, Responsive LightBox

Amazingly Simple, Responsive LightBox: Here is a very simple, responsive light-box, that can be used to display anything you’d like. Please feel free to fiddle around with it and tune it to your needs....

View Article

Publish Crossrider extension to Chrome store

It’s pretty simple to publish a Crossrider extension to the Chrome store, All you need to do is:Step 1: Copy the following URL and paste it in your...

View Article

"The effort that is not absolutely necessary for learning what the customers...

“The effort that is not absolutely necessary for learning what the customers want, can be eliminated.” - The Lean Startup, by Eric Ries

View Article

"Don’t make users think!"

“Don’t make users think!” - Don’t Make Me Think! : A common sense approach to web usability by Steve KrugThat’s the first principle that any web designer or developer has to keep in mind.  It means...

View Article


"Success is not in delivering a feature, but it is in learning how to solve...

“Success is not in delivering a feature, but it is in learning how to solve the Customer’s Problem.” - Mark Cook, Ex. VP, KodakWe found this wonderful quote in the book: The Lean Startup, by Eric Ries 

View Article

"Web Pages should be designed for scanning, not reading"

“Web Pages should be designed for scanning, not reading” - Krug, Steve - Don’t Make Me Think - A Common Sense Approach To Web Usability We usually tend to skim through pages so it makes sense to design...

View Article


"Treat your product as an experiment; Identify parts of your plan that are...

“Treat your product as an experiment; Identify parts of your plan that are assumptions rather than facts and figure out ways to test them.” - The Lean Startup by Eric RiesInstead of wasting precious...

View Article

Image may be NSFW.
Clik here to view.

Gen. Knowledge, at your service.

Gen. Knowledge, at your service.

View Article


Image may be NSFW.
Clik here to view.

“You just have to fight your way through” - Ira...

“You just have to fight your way through” - Ira Glass: Advice for beginners - Illustrated by zenpencils.com

View Article

Running Web2Py on Heroku

I have been using the Web2PY Framework for Python for almost an year now and I like it for all the abstraction it provides, allowing me to run my app virtually anywhere, without changing the code.So...

View Article

What if money was no object?

What if money was no object?: “After all, if you really like what you are doing, it doesn’t matter what it is, you can eventually become a master of it”Be a Doer!

View Article
Browsing all 68 articles
Browse latest View live




Latest Images