Somebody to love

Posted May 31st, 2008 in Love creations by Sam

When the truth is found to be lies
and all the joys within you dies
don’t you want somebody to love
don’t you need somebody to love
wouldn’t you love somebody to love
you better find somebody to love

When the garden flowers baby are dead yes
and your mind is full of red
don’t you want somebody to love
don’t you need somebody to love
wouldn’t you love somebody to love
you better find somebody to love

your eyes, I say your eyes may look like his
but in your head baby I’m afraid you don’t know where it is
don’t you want somebody to love
don’t you need somebody to love
wouldn’t you love somebody to love
you better find somebody to love

tears are running ah running down your breast
and your friends baby they treat you like a guest
don’t you want somebody to love
don’t you need somebody to love
wouldn’t you love somebody to love
you better find somebody to love

Professional SEO services

Posted May 31st, 2008 in SEO services by Sam

Seoedge.com offers a wide range of website optimization services at affordable costs. It has years of experience in optimizing websites for search engines. Seoedge.com uses only white hat techniques to optimize websites for search engines. Search engine optimization will increase the page rank and get high targeted traffic to the website.

Seoedge.com offers two types of SEO packages namely the standard and the professional SEO package. The standard SEO package covers all basic SEO services, such as keyword research, onpage optimization, article submission, directory submission, social network links, and blog comment links, which will help the website rank well in all major search engines like Google, Yahoo! and MSN.

In the professional SEO package, it offers a world class service. The website gets traffic not only from search engines but also form a host of alternate sources like paid blog reviews, press release submission, and paid website links. Its project management system will deliver project updates and reports on a weekly basis.

Apart from these SEO packages, seoedge.com also offers the following services: paid link services, keyword analysis & page optimization, reciprocal & one way links campaign, usability analysis & report, PPC management services, directory submission services, article submission services.

Dedicated Offshore Teams

Posted May 31st, 2008 in Offshore teams by Sam

Mazibo is a one stop shop for all the virtual office requirements of web designing companies. It helps companies to set up a full fledged virtual office in India at affordable costs. Companies can avoid huge investments on the infrastructure and still can expand their business without any limitations. Mazibo uses its modern infrastructure for setting up the remote offices of its client companies. Every need of the client company, from recruitment of employees to completion of the projects, is taken care of by Mazibo.

As Mazibo takes care of infrastructure and offshore recruitment of employees, client companies can concentrate on their core businesses. Mazibo will manage the dedicated resources and send reports periodically. Companies can hire a designer, a programmer or even a whole team to execute their projects without any long term commitments.

India with is vast pool of knowledge is the favorite destination for a large number of companies abroad. Mazibo employs highly qualified and skilled professionals to execute projects of the client companies. Mazibo’s effective cost cutting strategies will help companies abroad to spend less and get more. Quality and punctuality are inseparable traits of Mazibo’s services. Act now to expand your business with minimal investments.

Simple Digital Clock using flash

Posted May 29th, 2008 in Macromedia Flash, Tutorials by Sam

It is very simple to build a digital clock. All you need to do is follow the steps given below.

STEPS TO FOLLOW

Insert 3 layers in your time line window and name them, “background“, “text” and “actions“. Similar to the one shown below

  1. Select Frame1 of background layer, Design the framework for your digital clock.
  2. Select frame2 and press F5
  3. Now go to Frame1 of your text layer and insert Dynamic text field in your work area. Select frame2 and press F5To insert a Dynamic text field- Select text tool from your tool box,
    Select Dynamic text from Text pop-up menu in the Property inspector.
    Click on your work area wherever you want the digital clock to appear.
  4. Name this Dynamic text field instance as “clock_txt
  5. Go to frame1 of actions layer. Copy and paste the below mentioned script in the action.
  6. time=new Date(); // time object
    var seconds = time.getSeconds()
    var minutes = time.getMinutes()
    var hours = time.getHours()
    if (hours<12) {
    ampm = “AM”;
    }
    else{
    ampm = “PM”;
    }
    while(hours >12){
    hours = hours – 12;
    }
    if(hours<10)
    {
    hours = “0″ + hours;
    }
    if(minutes<10)
    {
    minutes = “0″ + minutes;
    }
    if(seconds<10)
    {
    seconds = “0″ + seconds;
    }
    clock_txt.text = hours + “:” + minutes + “:” + seconds +” “+ ampm;

  7. Now go to frame2 of actions layer and press F6 to insert a new keyframe.
    Still keeping the play head on the frame2, go to action panel and copy paste the below mentioned script.
  8. gotoAndPlay(1);

Download : Digital Clock (350)

RSS Feeds advantages and disadvantages

Posted May 27th, 2008 in Blogging tips/tricks, SEO Tips and Tricks, Tutorials by Sam

Really Simple Syndication (RSS) is a tool useful for saving or retaining updated information on websites that you frequently visit or websites that are your favorite. RSS utilizes an XML code which scans continuously the content or subject matter of a certain website in search for new informations then transmits the information updates by way of feeding the information to subscribers.

Advantages :

RSS gives benefits to both readers (users) and web publishers.

  • It gives you the latest updates. Whether it is about the weather, new music, software upgrade, local news, or a new posting from a rarely-updates site learn about the latest as soon as it comes out.
  • It gives the power of subscription to the user. Users are given a free-hand on which websites to subscribe in their RSS aggregators which they can change at any time they decide differently.
  • It saves on surfing time. Since an RSS feed provides a summary of the related article, it saves the user’s time by helping s/he decide on which items to prioritize when reading or browsing the net.
  • It is spam free. Unlike email subscriptions, RSS does not make use of your email address to send updates thus your privacy is kept safe from spam mails.
  • Unsubscribing is hassle-free. Unlike email subscriptions where the user is asked questions on why she/he is unsubscribing and then the user would be asked to confirm unsubscribing, all you have to do is to delete the RSS feed from your aggregator.
  • It can be used as an advertising or marketing tool. Users who subscribe or syndicate product websites receive the latest news on products and services without the website sending spam mail. This is advantageous to both the web user and the website owner since advertising becomes targeted; those who are actually interested in their products are kept posted.

Disadvantages :

The disadvantages of RSS use are brought about by its being a new technology and some user-preference concerns.

  • Some users prefer receiving email updates over an RSS feed.
  • Graphics and photos do not appear in all RSS feeds. For conciseness and ease of publication, RSS feeds do not display the photos from the original site in announcing the update except for some web-based aggregators.
  • The identity of the source website can be confusing. Since RSS feeds do not display the actual URL or name of the website, it can sometimes get confusing on what feed a user is actually reading.
  • Publishers cannot determine how many users are subscribed to their feed and the frequency of their visits. Moreover, they would not know the reasons why users unsubscribe which could be important in improving their advertising.
  • RSS feeds create higher traffic and demands on the server. Most readers still prefer the whole update over a brief summary of the entry, thus they still access the site.
  • Since it is a new technology, many sites still do not support RSS.

It is easy to subscribe to entertainment RSS feed, just click the button that indicates the RSS feed. You usually have to copy the URL into your aggregator, but some RSS feeds automatically download into your reader. You can unsubscribe to an RSS feed anytime.

The great thing about RSS feeds, is that you’re always updated with the latest news and happenings. RSS feeds is revolutionizing the way information consumers get their content. Instead of being bombarded with a plethora of useless information, the consumers now can select & reject the material that goes into their consciousness.

Page 1 of 41234