There are three areas to add website links to your LinkedIn profile. Instead of displaying “My Blog” & “My Website,” click on Edit and then click on Other. Type in a keyword phrase that describes how people can search to find your business. For example, I changed my main mortgage website to say Foreclosure Options I changed “My Blog” to say Social Media Marketing I changed my Facebook fan page to say Facebook Marketing What an incredibly easy way to boost your rankings in the search engines! Be sure to optimize your LinkedIn profile as soon as possible before your next client enters your main keyword(s) and finds your competition. It is also possible to import your Wordpress blog feed to your profile by searching for the Wordpress application. This is a quick way for others to scan your blog content at a glance. There is also another blog application on LinkedIn—Blog Link—which supports TypePad, Movable Type, Vox, Wordpress.com, Wordpress.org, Blogger, LiveJournal and many more. Promote your blog and develop your personal brand. Everyone knows blogs are the best way to cultivate your personal brand. Now you can share your thoughts and insights on your blog on your professional home, LinkedIn. I had no clue that LinkedIn has its own Direct Ads Campaign targeted to professionals. I felt like I found a hidden treasure at the bottom of a huge sea! Because LinkedIn is a professional site, there is less likelihood of views from random people; rather, more from people interested in business-related information. I will definitely be utilizing this advertising feature this year. Reach a rapidly growing community of over 57 million professionals (average household income: US $108,000), and select your ad’s audience by seniority, industry, job function, company size, and more. It is possible to write, target, and start your ad in minutes, pay by clicks or impressions and get started with as little as US $50. Be sure to leverage the power of LinkedIn by using your professional brand to put a face to your business. I really love LinkedIn’s event features because I “plan” to be an event planner in my next life. It’s not required to be the event coordinator to create an event. An event can be created if you have an interest in going to an event or will be an attendee. Invitations can also be sent to your LinkedIn network, which will give you an opportunity to meet face to face if they decide to attend. The best feature is the ability to view at a glance all of your network’s upcoming events. As an event planner geek, it rocks my world to promote business events online just like I do in my personal hemisphere. Most people join groups and never come back to participate in them. I can raise my hand and say that I’m guilty of this bad practice too. I’ve started changing and participating in a lot more groups lately. However, STARTING a group is a great way to have access to email and stay in touch with your group as it grows. It does take some focused effort to grow your group but a great place to start is to invite your current network. As the people from your network join your group, this is visible to their networks’ news feeds which can potentially pique new interest. I’m really amazed at the size of various groups on LinkedIn. Then I remember that professionals really enjoy networking, so I really shouldn’t be so surprised. Let’s take a look at a few groups on LinkedIn: Social Media Today—18,078 members at the time of this writing On Startups—Community of Entrepreneurs—123,680 members at the time of this writing Real Estate Open Networkers—17,795 members at the time of this writing Can you imagine having access to this many people at your fingertips? Recommendations are one of the unique features of LinkedIn that sets it apart from other social media networks. What better way to really market your business than by having your colleagues and clients share your expertise? I’m sure your next question is, “How can I obtain recommendations?” The best way is to live by the old adage: “Give and you shall receive.” Recommend your peers and they will return the favor. This is one area that I need to work on this year. It doesn’t take that much time, but if we don’t make it a focus, it won’t happen. So what about you? Do you feel that LinkedIn is the red-headed stepchild of social media? Do you have any plans for this network in 2010? Let us know in the comments.#1: Boosting Your Search Engine Optimization
#2: Promoting Your Blog Feed
#3: Creating LinkedIn Ad Campaigns
#4: Utilizing Events to Engage Clients
#5: Using Groups to Connect With People
#6: Getting Recommendations to Attract More Clients
This code shows you how to display your mysql data horizontal. The code display 4 products across with two rows, so i display 8 products in total. <?php // fetch data. I am only going to display 8 products. // calculate table dimensions. This will display 4 products in a line and then another 4 on the next line. //I have a bike details page that i’m going to link to. I am also diplaying the bike image. The images are held in folder called ProductImages. $item1 = “<td width=’160′><br><a href=’UsedBikeDetails.php?BikeID=$BikeID’><img border=’0′ src=’ProductImages/$BikeID.jpg’ width=’150′ height=’200′></a><br><font color=’#CA0202′>Model:</font> $band<br><font color=’#CA0202′>Make:</font> $album <br><font color=’#CA0202′>Price:</font> $Price<br><font color=’#CA0202′>Product ID:</font> $BikeID</td>”; echo “\n\t\t<td>$item1</td>”; Hope this helps from Software Development Company
// connect to mysql database server
include ‘config.php’;
include ‘opendb.php’;
$res = mysql_query(“SELECT * FROM usedbikes where Publish = ‘Y’ order by BikeID desc LIMIT 8″);
$num = mysql_num_rows($res) ;
//If you wanted to display more products change the Limit 8 to Limit 12.
$per_row = 4;
$rows = (int) (($num + $per_row – 1) / $per_row);
$count = 0;
//Create Html table
echo “\n<table>”;
for ($i = 0; $i < $rows; $i++)
{
echo “\n\t<tr>”;
for ($j = 0; $j < $per_row; $j++)
{
if ($count < $num)
{
$it = mysql_fetch_array($res);
$Model= $it["Model"];
$Make= $it["Make"];
$Price= $it["Price"];
}
else
$item1 = “”;
$count++;
}
echo “\n\t</tr>”;
}
echo “</table>”;
?>
Every large Company want to outsource their software development projects to a safe and secure Software Development Company. There is lots of Software Development Company in this competitive word it’s difficult to choose the best one. Software development provides evidence to be cost-effective for customers who have their presence or want their presence worldwide. For example if you are looking at a custom software development it would do well for you to get in touch with reputed Software Development Company. Top software development companies equipped with best software application development services. The goal of an offshore software development is to develop an exclusive software application for the user for a various clients or a group. Software development may be intended in step by step processes. It must follow the software development life cycle steps. When the software application is developed, the next step in the process is testing and debugging of the developed software. In this step, experts and professional software developers check that each single part of the software application works according to the requirement of client. If any thing is missing or not running incorrectly, they are corrected by the individual experts. All your fears and doubts would come to an end if you allocate your software development projects to a reputed offshore software application development company that is specialized in software development and software application development. A reputed software development company is one that takes particular care regarding project analysis, project reporting, test planning, project maintenance etc for your projects. Custom Software Solutions is a well-known software development company offers offshore software development services and website development services.



