How to use twitter to Promote Business

1. Video works more so, use Videos on twitter max length 140 Seconds.
2. Tweet regularly(Text/Image/Video).
3. Follow other businesses in your neighborhood or town
5. Follow Local media and Local business organizations
6. Follow Bloggers who write about your industry
7. Use your profile image that represent your business
8. Use Twitter buttons at your website and in email signature
9. Using hashtags related to your Business or Services
10. Post company blog on Twitter.
11. Track if some one has mentioned you or your company in twitter and respond if needed.
12. Retweet to tweet relevant to your business or help in social Awareness
13. Offer discounts or special deals to your Twitter followers.
14. Make sure  you have provided information related to your business in the BIO Section. Mention your location, Business Hours, Website link etc

10 things that you can do on Google+ to promote your business


1. Set Up Google+ Business Listings (Google My Business) for Visibility.

2. Use most suitable Business Category and Verify Google My Business Listing

3. Add Appointment URL and Website URL to Google My Business

4. Create and Join Communities to Network and share posts.

5. Include important keywords related to your business and Relevant Links on Your about  Page.

6. Post on regular basis and create content keeping in mind SEO.

7. Use Google Circles to organize your contacts.

8. Follow back those who circle you. Your followers will get notification related to your    post so help you to market your post.

9. Use hashtags in your post.

10. Use Google My Business Post. Create Offers, Event through it.

10 things that you can do on Pinterest to promote your business.


1.Define your Business:In the About section  provide  good description of your business using important keywords.

2.Connect Pinterest to Social Media Connect your Facebook and Twitter account with Pinterest.

3. Add website: Add website link to your Pinterest account and varify it.

4.Get Followers: Like Other People’s Pins, Follow others, be active on pinreset. This will help you to get new Followers

5.Mention Other Users: use @Name to mention other in your pintrest comments  or pin descriptions to get their attention on comments or Pin.

6.Create Visual Appealing Boards: Create Board arround your top Produts categories/ Services

8. Add Good description of your Board

9. Use Pinterest’s Browser Extensions for Easier Pinning(Chrome, Firefox Extensions)

10. Pin Videos for Good result.

10 things that you can do on instagram to promote your business


1. Use Instagram Stories for  sharing Offers, news related to your Brand

2. Create a good instagram profile. Use your website or blog link

3. Use popular and interesting #hashtags to expand your reach.

4. Mention others in comments using @userName.

5. Share inspirational Quotes related to your business.

6. Make Your Username Simple & Searchable

7. Avoid Hard Selling; make your post engaging instead of directly selling.

8: Follow Your Followers Back

9: Showcase Photos of Employees/Social influencers linked to your organization or promoting your brands

10. Keep posting regularly

What is Social Media Dashboard?

Social media dashboard  is a social media management tool that allow to to access and manage multiple social media sites accounts through a single interface.

You  can Seclude post, Post, Comments,, Reply to any/ all your social media account just by login to your  Social media dashboard .

For Example suppose you have a Facebook account, a Twitter, a YouTube and a LinkedIn account. To access and manage  these account you need to  login to them separately. When you use Social media dashboard, you just need to  link all social media account to your social media dashboard. After that  you can access and  manage all your social media account through your social media dashboard.

Some famous social Media Dashboard are-

  • Hootsuite
  • Sprout Social
  • Buffer
  • Sendible
  • Cyfe

Wordpress Best Pluigin and Wordpress Site Speed Up


Creating a Drag and Drop Game In AS3

Take a New File In Flash. Change Stage color to Black in Property pallete

 Create a Star shape using polystar tool.
Select the polystar tool> properties >Inside option select Star
Convert the star shape to Movie Clip
Inside movie Clip advance option> Export for action script
Change the name of class to "star"

Write the given script
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,

var A:Array = new Array();
for (var i:uint = 0; i < 5 ; i++) {
        A[i] = new star();
        A[i].x = 540*Math.random();
A[i].y = 400*Math.random();
var s=100*Math.random();
A[i].width=s;
A[i].height=s;
A[i].alpha=Math.random();
var starColor:ColorTransform = new ColorTransform();
            starColor.color = (Math.random() * 0xFFFFFF);
          A[i].transform.colorTransform=starColor;
        addChild(A[i]);
A[i].doubleClickEnabled=true; 
A[i].buttonMode=true;
A[i].addEventListener(MouseEvent.CLICK,fundrag);
A[i].addEventListener(MouseEvent.DOUBLE_CLICK,fundrop);
 }
 function fundrag(e:Event){
 e.currentTarget.startDrag();
}

function fundrop(e:Event){
e.currentTarget.stopDrag();
}


Twitter Bootstrap Free tutorial Sites

http://www.tutorialspoint.com/bootstrap/bootstrap_tutorial.pdf
http://www.tutorialspoint.com/bootstrap/index.htm
http://www.w3resource.com/twitter-bootstrap/tutorial.php
http://bootstrap-tutorial.bootstraptor.com/
http://www.tutorialrepublic.com/twitter-bootstrap-tutorial/bootstrap-fluid-layout.php

Things Web Developers Must Include in Their Portfolio

1. Need to have Link and Screen shot of their past projects 2. If they are applying for a specific skill like PHP or ASP.Net. Need to...