Wednesday, April 11, 2012

WebDesign Business Advice

Are wanna start your webdesign business... jus read following articles to  get a through knowledge....


  1. Starting A Web Design Business | Webdesigner Depot

    www.webdesignerdepot.com/2011/01/starting-a-web-design-business/
    27 Jan 2011 – What do you think? Do you run your own web design business? Whatadvise would you offer to someone who is about to do the same?
  2. business advice » Jenn Mears Web Design

    www.jennmearswebdesign.com/tag/business-advice/
    28 Apr 2010 – There's a dizzying array of blogging platforms, services, widgets, feeds and gadgets out there that can make any busy business owner throw up ...
  3. Web Design Business Academy | Archive | Articles & Advice

    webdesignbizacademy.com/?cat=1
    23 Mar 2011 – The competition is so fierce you may be even wondering if it is at all possible to earn a living with a web design business. In this article I want to ...
  4. Web design business advice needed! - DesignersTalk

    www.designerstalk.com › DesignersTalk › Other Forums › Business
    Old 21-10-2004, 13:03. MarkyBoy. Registered User. Join Date: Oct 2004. Posts: 2.Web design business advice needed!
  5. Help and advice on expanding my web design business

    www.startupnation.com/Help...advice-on...web-design-business/topic...
    9 Jun 2009 – Hi. I started my own web design business 2-years ago. I`d been doing freelance web design on the side of my full-time job - and after getting ...
  6. Web Design Business Advice – Choice is the Profit Killer - Mark ...

    www.markrushworth.com/web-design-business-advice-choice-profit-...
    24 Apr 2008 – Web Design Business Advice Choice is the Profit Killer. I've recently been having some car trouble. The engine oil light came on and I've been ...
  7. Web design Bath, Bristol, Swindon

    www.e-crm.co.uk/
    Set your business apart from your competitors with great web design... and effectively with clear business advice then all you need to do is give us a call on +44...
  8. Ohio Web Designer application development programmer Ohio USA

    ohiowebpro.com/
    Custom Ohio web design developer company ohio, Web programming and ... But when you want a professional site that works with your business, is easy to ...
  9. Business Advice | HOW Design

    www.howdesign.com/tag/business-advice/
    Get 6 Issues of. HOW for $29.96. Enjoy a full year's worth of creative inspiration,business and career advice, plus 500+ award-winning designs now!

    ALL the BEST....

Friday, April 6, 2012

TaffyDB - The JavaScript Database

TaffyDB is an opensouce library that brings database features into your JavaScript applications.

Introduction

How you ever noticed how JavaScript object literals look a lot like records? And that if you wrap a group of them up in an array you have something that looks a lot like a database table? TaffyDB is a libary to bring powerful database funtionality to that concept and rapidly improve the way you work with data inside of JavaScript.

What makes it sticky

  • Extremely fast
  • Powerful JavaScript centric data selection engine
  • Database inspired features such as count, update, and insert
  • Robust cross browser support
  • Easily extended with your own functions
  • Compatible with any DOM library (jQuery, YUI, Dojo, etc)

Creating a JavaScript Database

Let's create a database containing a collection of posts one might find on service like Twitter or Facebook.
?
1
2
3
4
5
6
7
8
9
var newsfeed = TAFFY([
    {"id":1,"user":"kmart77","stars":3,"text":"JavaScript is a meal best served cold"},
    {"id":2,"user":"lukeisyourfather","stars":5,"text":"Anyone want to meet tonight at Fado?"},
    {"id":3,"user":"bemine","stars":3,"text":"I reallylike the new prirotity inbox #gmail"},
    {"id":4,"user":"keepit","stars":3,"text":"Laughing at this weeks fails video."},
    {"id":5,"user":"piegirl22","stars":3,"text":"It is impossible to change your clothes in a public bathroom. Ick."},
    {"id":6,"user":"kmart77","stars":3,"text":"@kmart77: Have fun in New York!"},
    {"id":7,"user":"justinb","stars":5,"text":"Please set the noise level to earthquake"}
]);

Filtering for data

Now we have a TaffyDB collection containing the JSON objects (records) we passed in. Using the extensive API we can start accessing and working with our data.
?
1
2
newsfeed().count() // returns 7
newsfeed.sort("user") // sort records by username
But the real power comes into play once we start filtering for records. Think of this filtering as using data selectors (if you know jQuery) or building the a database query "where" clause (if you know databases).
?
1
2
newsfeed({user:"kmart77"}).count() // returns 1
// filter for posts where user is equal to kmart77
Keeping this JavaScript centric, we use an object literal to do the record lookup. No ugly string concatenations here.
Now that we understand basic filters lets look at some of the options we have for filtering
?
1
2
3
4
5
6
newsfeed({text:{ends:"#gmail"}}).count() // returns 1
// filter for posts where text ends with #gmail
// you can also use starts
 
newsfeed({stars:{gt:3}}).count() // returns 2
// filter for posts where the star rating is greater than 3
There are a lot more types of filtering including options to ignore case, use functions or regular expressions, and traverse objects within your database.

Working with data

When you filter for data you create a query. If you assign this query to a variable you can pass it around. It is not static and the data will be updated if other logic changes the underling records.
?
1
2
var kmart77 = newsfeed({user:"kmart77"});
// kmart77 is now a first class variable and can be passed to functions
So now that you have your query lets look at some of the methods you can use to work with the data it has access to.
?
1
2
3
4
5
6
7
8
9
kmart77.each(function (r) {
    alert(r.text);
}) // for each record, call the function you've provided and alert the text of the post
kmart77.select(text) // returns an array with the text of each post
 
var kmart77_5Star = kmart77.filter({stars:5}); // apply another filter
 
kmart77_5Star.count() // returns 0
kmart77.count() // still returns 1

Modifying data

Let's make a basic change to a record:
?
1
2
newsfeed({id:"1"}).update({stars:5});
// updates the star rating, returns a query object
Now let's insert another post:
?
1
2
newsfeed.insert({"id":8,"user":"justinb","stars":3,"text":"Have a great weekend everyone!"});
//inserts a new record
Finally let's do a remove:
?

1
2
newsfeed({user:"kmart77"}).remove();
//removes all records for user kmart77

 
 

For web reference-http://taffydb.com/

Thursday, April 5, 2012

Best SEO Tools Free


  1. Free SEO Tools & Search Engine Optimization Software

    tools.seobook.com/
    aaron wall
    by aaron wall · in 15,509 Google+ circles
    Free link analysis and keyword research tools brought to you by SEO expert Aaron Wall.
  2. Free SEO Tools - SEOToolSet

    www.seotoolset.com/tools/free_tools.html - United States
    It provides users with powerful tools and information necessary for understanding and monitoring how sites of interest are seen by search engines and thus ...
  3. Free SEO Services

    www.freeseoservices.org/
    FreeSEOServices.org - your source for free seo & web directory tools. link to Home · link to About Us · link to Our Blog · link to Login · link to Sign Up; link to ...
  4. 140 SEO TOOLS - The Tool Place - Free SEO ... - SEO Company

    www.seocompany.ca/tool/seo-tools.html
    View my Free SEO Tools page which has my own set of tools. ... The Free Keyword Tool by WordStream is the fastest, most accurate, most comprehensive ...
  5. Free SEO Tools

    seopen.com/
    Free search engine optimization tools and resources. Home of SEOpen, the SEOFirefox extension.
  6. The Best 15 Free SEO Tools Online - Top SEO Tools | SocialSEO.com

    www.socialseo.com/the-top-15-free-seo-tools.html
    13 Sep 2007 – We have used, reviewed, and analyzed many of the free seo toolsonline and have put together a short list of the top 15 free seo tools online.
  7. SEO Free Tools,SEM Tutorials,News,Panel,PageRank Checker and ...

    www.seofreetools.net/
    Seofreetools.net is providing lot of seo free tools to track your site perfomance. Also latest seo news, seo tutorials to improve your site ratings.
  8. Free SEO Tools - Investintech

    www.investintech.com/articles/seo/
    To help you get your website to the top of the Search Engine Results Pages (SERPs), we take a look at 101 Free SEO tools, techniques and resources (available ...
  9. Free SEO Tools

    www.seotools.net/
    SEO Tools - 77 free online tools to help you perform search engine optimization. ... Use our free SEO tools for your comprehensive search engine optimization, ...
  10. Best SEO Tools & Free Search Engine Optimization Software

    bestseotools.net/
    Best Webmaster SEO Tools for Website Analysis and Free Search Engine Optimization Software in One Place to Build a Successful Site for Increase Traffic.