Hi 2yall! As I promised in summer to be back, I am again here in Kolkata and at Codez in winter to feel the hot in this cold. It’s relishing to be a part of Codez team again. This time I am here for just a month but I believe my project to be equally [...]
Archive for December, 2010
Tip 1
The best way to add targeted and highly searched keywords is by finding highly used keywords with the use of keyword suggestion tools like Overture, Word Tracker and Keyword Discovery. This contributes tremendously in knowing the total number or volume, a particular keyword being searched or demanded by the web users. Take for [...]
Social media has transformed the way we used to connect with people. Facebook, Orkut, Twitter replaced letters and phones. Now, that’s the impact of social media on common people. Let’s talk about how it has influenced business and corporate sector. Earlier if a company plans to start a campaign about a product or social cause [...]
An editor is a surgeon of words. He picks good words in an article, removes the poor ones, and reconstructs the article if necessary. Most importantly he keeps it clean from any grammatical or factual error.
To become an editor is a not an easy job. To be a successful editor, a person must be fluent [...]
Step-1: create a new document and create a movie clip any object.
Step-2: movie clip instant name is circle 1 and create a three key frame in the first keyfreame use the action
startDrag(“str1″, true);
Step-3: in the second key frame action
count = count + 1;
if (count > 10) {
count = 1
}
duplicateMovieClip ( “str1″,”str”&count, count );
Step-4: Third [...]
If you are looking for a PHP short code to connect to your MySql database, please check out the following code for PHP/MySql database connectivity. This is simplest way to connect to a MySql database using PHP.
<?php
$link = mysql_connect(‘host-address’, ‘mysql_user’, ‘mysql_password’);
if (!$link) {
die(‘Not connected : ‘ . mysql_error());
}
// assume “database-name” as [...]
Public Relation or PR is an integral part of a company to earn goodwill in the market. If business expansion needs capital then PR is needed to grow and sustain your success in this highly competitive market. Reputation of a brand or a company not just helps it to gain more market share but also [...]
Before giving any advice on Brand building let’s see what does a brand mean? Wikipedia definition is “A brand is the identity of a specific product, service, or business.”
To successfully create awareness for your brand and to get return on investments you need to do research. At first, you need to define the unique identity of your brand. There must [...]
