Markandey - markandey.com - Markandey's Blog

Latest News:

How to use Google Script to pull data from YQL in a spreadsheet 23 May 2013 | 10:35 am

Here are few simple steps to pull data in an spreadsheet using google scripts. Step-1 Create a Google Spreadsheet here https://drive.google.com/ Step-2 Create a new blank script Step-3 Paste the co...

How to get output of multiple asynchronous calls in one callback 21 Dec 2012 | 11:48 am

Javascript IO is asynchronous, which is awesome but sometime you might land into a situation where you wanted to call several asynchronous function and when all of them are ready you have to perform s...

Codefoo Plugin for Sublime Text 2 12 Dec 2012 | 09:21 pm

Hi, I developed a Sublime Text 2 Plugin, named codefoo which does some magic for you. This plugin helps you in retrieving code snippet from web. Do not leave the browser simply get code in 3 easy s...

Javascript Language Sugar (one liners) 27 Nov 2012 | 12:56 pm

Here are some good one liners in javascript Hello World Program Which is Palindrome Reverse a string Trim a string HTML escape Shuffle an array Detect IE Force String to be a Number (multiply o...

YUI DateTime Chooser 27 Nov 2012 | 11:55 am

I just created YUI3 DateTime Chooser Module. What is it? At some time in a webform you have to capture date and time together with timezone. This YUI3 module is to help you in progressively enhance ...

Introduction To Yahoo Mojito and Its Client and Server Seamlessness [screencast] 14 Jul 2012 | 08:59 pm

Hi There, Mojito is a model-view-controller (MVC) application framework built on YUI 3 and its open source. Most notable feature of mojito is its capability to give you seamless MVC framework to mana...

why text-overflow ellipsis does not work? 8 Jun 2012 | 07:55 pm

Text-overflow is (almost) always required to be used along with white-space: nowrap; property, and this is solution to your problem if you are reading this article. check this jsFiddle Thank You for...

How to generate rainbow colors 1 May 2012 | 06:19 pm

Hi There, At times you might have to generate few colors which almost covers entire rainbow (visible spectrum) range. Here in this article I am giving away a function which generates as many colors ...

How to extract people/person names from text? (javascript code) 18 Apr 2012 | 07:04 pm

This is a very simple guide which will answer questions like 1) How to extract people/person names from text? 2) How to extract company names from text? 3) How to extract entities from text? For a...

Shell Script to Execute commands in parallel 29 Mar 2012 | 01:32 am

Hi There, Do you have some kind of {network operation / file operation} to do in parallel? Here is shell script  to help you. Suppose you have 10 thousand items in a file (one item per line) which r...

Recently parsed news:

Recent searches: