Posts

Showing posts with the label twitter

Why your business should go Social

Image
Word of mouth marketing is as old as business itself. Consumers have always relied on conversations over the back fence and around the water cooler when making a decision about the products and services they need, social media is about that conversation, it may change the fence but the idea remains. Social media marketing gets your name in the minds of your friends and your friend's friends, easier and for less cost than traditional means. Social Media marketing is about using the tools provided by social sites to build a repuation and create a buzz for you and your business, it is about establishing yourself as an expert so people will recommend you in conversations over backyard fences and in online interactions. Same Old Word-of-Mouth Marketing Social Media has changed the way people connect, discover, and share information. Here’s what you need to know:  Social media is the technology that connects people—whether it’s to share content or just to chat. Social n...

10 Practical Uses For AJAX

Image
AJAX has gotten more and more popular over the years, and has allowed web applications to act more and more like desktop applications. AJAX can provide a lot of additional functionality that could not be accomplished any other way. What Is AJAX? How Does It Work? AJAX stands for Asynchronous JavaScript and XML. It is used for allowing the client side of an application to communitcate with the server side of the application. Before AJAX, there was no way for the client side of a web application to communicate directly with the server. Instead, you would have to use page loads. With AJAX, the client and server can communicate freely with one another. Here is how the usual AJAX script goes: Some action triggers the event, like the user clicking a button. The AJAX call fires, and sends a request to a server-side script, using XML The server-side script (PHP, ASP, or whatever) takes the input from JavaScript, can access the database if it needs to, and processes the data. Using...

add twitter digg reddit orkut facebook stumbleupon button to blogspot

Image
Hi friends You can Add These buttons by following these steps: Login to your blogger account Go to Layout section and go Edit HTML tab Click on expand widget template template. Find  following code <div class='post-header-line-1'/> or Paste any one of the following codes below the if you want button to appear button below the post or above the   if you want button to appear above post.  Digg <script type='text/javascript'> digg_url="<data:post.url/>"; </script> <script src='http://digg.com/tools/diggthis.js' type='text/javascript'/> Tweet <script type='text/javascript'> tweetmeme_url = '<data:post.url/>'; </script> <script src='http://tweetmeme.com/i/scripts/button.js' type='text/javascript'/> reddit <script>reddit_url='<data:post.url/>'</script> <script>reddit_title='<data...