<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener("load", function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <iframe src="http://www.blogger.com/navbar.g?targetBlogID=8211560&amp;blogName=Web+Development+Tips%2C+Tricks+%26+Trivia&amp;publishMode=PUBLISH_MODE_BLOGSPOT&amp;navbarType=BLUE&amp;layoutType=CLASSIC&amp;searchRoot=http%3A%2F%2Fmvark.blogspot.com%2Fsearch&amp;blogLocale=en_IN&amp;homepageUrl=http%3A%2F%2Fmvark.blogspot.com%2F" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" height="30px" width="100%" id="navbar-iframe" allowtransparency="true" title="Blogger Navigation and Search"></iframe> <div></div>

Web Development Tips, Tricks & Trivia

by 'Anil' Radhakrishna
A seasoned developer's little discoveries and annotated bookmarks.

Search from over a hundred Web Development HOW TO articles, Tips and Tricks


Free eBook: The Principles Of Successful Freelancing‏

The Principles Of Successful FreelancingSitePoint occasionally gives away ebooks of some of their publications. In the recent past, they have given away titles like "The Art & Science Of CSS" and "Firefox 3 REVEALED".

For a limited time, they are offering a free eBook "The Principles Of Successful Freelancing" if you follow them on Twitter or provide your email address (they will email the link from where you can download the eBook).

The book has around 200+ pages & 8 chapters -
Chapter 1: Considering Freelancing?
Chapter 2: Prepare for the Transition
Chapter 3: Manage Your Money
Chapter 4: Set Yourself Up
Chapter 5: Win the Work
Chapter 6: Give Great Service
Chapter 7: Achieve Work–Life Balance
Chapter 8: Where to from Here?

Also see:
Startup 101 - free, online serialized book for first-time entrepreneurs
Giveaways
Building non-technical skills

Labels:

« Home | Next »
| Next »
| Next »
| Next »
| Next »
| Next »
| Next »
| Next »
| Next »
| Next »

Links to this post:

Create a Link


»

Post a Comment



» Add to Technorati Favorites

Popular Posts

» HOW TO add a header or footer to a dynamically generated Word document
» HOW TO make web pages "cross browser"
» HOW TO show UTC Date/Time recorded on the server in the user's regional time zone format
» HOW TO control ASP.NET's Adaptive Rendering behavior
» Book Review: MCTS Self-Paced Training Kit (Exam 70-536): Microsoft .NET Framework 2.0 Application Development Framework
» HOW TO send an email programmatically using C# with GMail