ICEDCOFFEESCRIPT – A COFFEESCRIPT SUPERSET

by Hirvesh on January 29, 2012


IcedCoffeeScript is a fork of CoffeeScript. It is superset of the CoffeeScript language. The iced interpreter is a drop-in replacement for the standard coffee interpreter since it will interpret all existing CoffeeScript programs.
IcedCoffeeScript (ICS) adds two new keywords: await and defer. These additions simply and powerfully streamline asynchronous control flow, both on the server and on the browser. Say goodbye to callback pyramids; say adios to massive code rewrites when synchronization requirements change slightly. Say hello to clean, readable, maintainable control flow for network and asynchronous operations!


Requirements: Node.js, npm
Demohttp://maxtaco.github.com/coffee-script/#iced
License: MIT License

SIMPLE RESPONSIVE DESIGN TEST PAGE – BOOKMARKLET

by Hirvesh on January 29, 2012


This bookmarklet lets you see how a page looks within different screen sizes. Very cool and simple idea. The bookmarklet lets you run it on any page (regardless of filename) and saves you the step of having to add the test page to each folder.

Requirements: None
Demohttp://www.benjaminkeen.com/misc/bricss/
License: Unknown, free to use

JSGIF: A GIF PLAYER IN JAVASCRIPT

by Hirvesh on January 28, 2012


Jsgif is an animated GIF player bookmarklet with support for pausing, going frame-by-frame, playing in reverse, and other features that one might expect from a video player.

Requirements: None
Demohttp://slbkbs.org/jsgif/
License: Custom License, see: http://goo.gl/xEVuZ

EatSleepDraw

by Ali on January 28, 2012

Sponsor: Submit your site to 70+ quality design galleries with Gallery Rush

EatSleepDraw

7 Useful Marketing Articles for Your Weekend

by Robert Bruce on January 28, 2012

The Lede | copyblogger.com

This week on The Lede

  • Seth Godin’s simple cure for writer’s block.
  • Why David Ogilvy called himself a lousy copywriter.
  • A case study in the power of the blog.
  • 10 ways to use Pinterest for your business.

If you want more links you can use than the seven we highlight here every week, follow @copyblogger on Twitter.

//

A Stalker’s Guide to Competitive Research
If you ever wanted a shot at becoming a private detective (without the hassle of becoming a private detective), this is it. Comprehensive does not begin to describe this article from Ms. Narayanasamy. In it, she lays out an amazingly simple and incredibly thorough strategy to gain a lasting competitive advantage in your industry.

//

Seth Godin’s Simple Cure for Writer’s Block
Leave it to Mr. Godin to supply a sensible solution to a wicked problem that has plagued writers since we were etching useful content on tablets. Stone tablets, I mean. Like most good advice, you’ll likely say “Of course…” when you read this. Don’t forget to act on it.

//

I am a lousy copywriter ~ David Ogilvy
There is some kind of relief in reading a line like that from a titan of your craft. This honest, engaging little 1955 letter from Mr. Ogilvy says much about practical professionalism, struggle, and getting your work done despite the forces working against you from within and without.

//

How to Find the Time for Content Creation
Warning: do not dismiss this post for its deceptive simplicity. We’ve heard it one hundred times, and could stand to hear it one hundred more. This advice lies at the core of getting good content produced. And yes, that’s the content that can drive your business.

//

Content Marketing is a War of Attrition
Babe Ruth said, “You just can’t beat the person who never gives up.” That, along with a plan that changed and morphed along the way, is pretty much the story of Copyblogger. It can pretty much be the story of anyone who chooses to take it up.

//

The Power of a Blog
Mr. Lefsetz asks if you’re better off being written up in the major media, or on a major blog. Then he answers the question definitively. This might seem a bit like preaching to the choir, but the reminder — in this case — is a valuable one.

//

10 Ways to Use Pinterest for Business
I’ve heard it said that Pinterest is for soccer moms. I also remember hearing that Facebook was just for college kids …

Did you miss anything on Copyblogger this week?

About the Author: Robert Bruce is Copyblogger Media’s copywriter and resident recluse.

Share

JQUERY MAP MARKER PLUGIN

by Hirvesh on January 27, 2012


JQuery Map Marker Plugin makes it easy to put multiple markers on Map using Google Map API V3.
Map Marker is very useful when you have a list of data & you want to show all of them on Map too.


Requirements: JQuery
Demohttp://welancers.com/cc/jquery_map_marker/demo/
License: Not Mentioned, Free To Use