Have you ever thought of having a web page elements that can be sorted, dragged and dropped? Well, thanks to Interface for giving a free plugin for this functionalities. What is Interface then? From Interface website, it is composed of rich interface components utilizing the use of the jQuery - a javascript library. With this collections of components, building web applications and interfaces is as easy as writing javascript with jQuery. Interface has two licenses : MIT license and the GPL, which means that you can use it for both commercial and non-commercial usage all for free as long as you keep the copyright notice in each of Interface's javascript source file.
A web developer sharing internet solutions, ideas, skills and knowledge
An internet marketer posting online web promotion strategies
The Official Blog of James Cuerpo Figues
Thursday, September 30, 2010
Wednesday, September 29, 2010
Sviluppo Applicazioni Iphone
IRL Solutions - Sviluppo Applicazioni Iphone is a European based company, specializing a range of apple iphone and ipad applications (sviluppo applicazioni iphone e sviluppo applicazioni ipad) Application Development iPhone and Application Development iPad. You can rely on them on application development iPhone and iPad (sviluppo applicazioni iphone e ipad). As their website says - "Apple gives you 70 percent of earnings, besides notable advertising commissions as ensured by the company."
Wednesday, September 22, 2010
Free Website Templates at WEBSITE PLANET
Hi everyone! I'm sorry if I haven't post any topic in my blog lately. It's because I've been very busy on my other site. This new site is all about Free Website Templates. For now, I jhad just made a few web templates for you to download for free. But don't you worry, I will be updating the site from time to time and making a new website templates. So, want to see the site?
Tuesday, September 14, 2010
PHP Customized Tweeting for Twitter.com
Here is a php script which will let tweet on twitter.com providing your username, password and the message you want to tweet! Since this is a function, you can customize the code anyway you want to.
<?php
function tweet($message, $username, $password)
{
$context = stream_context_create(array(
'http' => array(
'method' => 'POST',
'header' => sprintf("Authorization: Basic %s\r\n", base64_encode($username.':'.$password)).
"Content-type: application/x-www-form-urlencoded\r\n",
'content' => http_build_query(array('status' => $message)),
'timeout' => 5,
),
));
$ret = file_get_contents('http://twitter.com/statuses/update.xml', false, $context);
return false !== $ret;
}
?>
Here is a simple code on using the tweeting function.
<?php
tweet('Php code tweeting!', 'username', 'password');
?>
<?php
function tweet($message, $username, $password)
{
$context = stream_context_create(array(
'http' => array(
'method' => 'POST',
'header' => sprintf("Authorization: Basic %s\r\n", base64_encode($username.':'.$password)).
"Content-type: application/x-www-form-urlencoded\r\n",
'content' => http_build_query(array('status' => $message)),
'timeout' => 5,
),
));
$ret = file_get_contents('http://twitter.com/statuses/update.xml', false, $context);
return false !== $ret;
}
?>
Here is a simple code on using the tweeting function.
<?php
tweet('Php code tweeting!', 'username', 'password');
?>
Monday, August 23, 2010
Important Factors to Get High Google Page Rankings
Doing the right things in search engine optimization is the best way to succeed in acheiving high rankings on Google and other search engines. There are lots of factors that you have to work on to make your website performs better than your competitor's sites.
1. Accessibility of web pages
Search engines needs to access your web pages so make sure that the pages of your website are accessible. Search engines may ignore your site and won't get good rankings.
Points to make web pages accessible to search engines.
- Web servers must not return an error code when search engine spiders visit your web pages. Search engines won't index your site if this happens.
- Web pages contents must make sense to search engines. Avoid using Flash movies or images to present the main content of your web pages.
- Check the HTML code of your web pages. Some of HTML errors can prevent search engines from indexing your site. The fewer HTML errors your web pages
have, the better. You can check errors of your web page with HTML validator.
- The robots.txt file must allow search engines to index your web pages. Search engines won't list your website if you accidentally blocked all bots or all directories of your website (this can happen with a simply typo in the robots.txt file).
2. Right Choice of Keywords
The most important thing that determines whether your SEO campaign is a success or not is choosing the right keywords. It's best to focus on longer keywords for search engine optimization. One word keyword are much more competitive so this is not advisable for websites that are newly published.
3. Good Backlinks
It is impossible to get high rankings on major search engines like Google for Websites Without good backlinks. The links that point to your website have a major impact on the position of your web pages in Google's search results. Get as many good links as possible from related web sites.
4. Unique Website Content
Create unique and trustworthy content that separates your web site from the others. Websites that contains articles that can be found in most of other websites will have a hard time to get good search engine rankings. You can write on things that you know best. If you're an expert in a special field, write as much as possible about that field to make sure that your web pages becomes the best resource for that certain topic.
5. Meaningful Site and Information Architecture
Show search engines which pages of your website are related by using folders and logical linking. Search engines should figure out that a group of web pages on your site relates to a certain topic. A good site architecture shows search engines that your website is more than just a collection of random web pages.
Note : Search Engine Optimization is very tricky so be careful in optimizing your web pages because a small error in one element can pull your page ranking down.
1. Accessibility of web pages
Search engines needs to access your web pages so make sure that the pages of your website are accessible. Search engines may ignore your site and won't get good rankings.
Points to make web pages accessible to search engines.
- Web servers must not return an error code when search engine spiders visit your web pages. Search engines won't index your site if this happens.
- Web pages contents must make sense to search engines. Avoid using Flash movies or images to present the main content of your web pages.
- Check the HTML code of your web pages. Some of HTML errors can prevent search engines from indexing your site. The fewer HTML errors your web pages
have, the better. You can check errors of your web page with HTML validator.
- The robots.txt file must allow search engines to index your web pages. Search engines won't list your website if you accidentally blocked all bots or all directories of your website (this can happen with a simply typo in the robots.txt file).
2. Right Choice of Keywords
The most important thing that determines whether your SEO campaign is a success or not is choosing the right keywords. It's best to focus on longer keywords for search engine optimization. One word keyword are much more competitive so this is not advisable for websites that are newly published.
3. Good Backlinks
It is impossible to get high rankings on major search engines like Google for Websites Without good backlinks. The links that point to your website have a major impact on the position of your web pages in Google's search results. Get as many good links as possible from related web sites.
4. Unique Website Content
Create unique and trustworthy content that separates your web site from the others. Websites that contains articles that can be found in most of other websites will have a hard time to get good search engine rankings. You can write on things that you know best. If you're an expert in a special field, write as much as possible about that field to make sure that your web pages becomes the best resource for that certain topic.
5. Meaningful Site and Information Architecture
Show search engines which pages of your website are related by using folders and logical linking. Search engines should figure out that a group of web pages on your site relates to a certain topic. A good site architecture shows search engines that your website is more than just a collection of random web pages.
Note : Search Engine Optimization is very tricky so be careful in optimizing your web pages because a small error in one element can pull your page ranking down.
Subscribe to:
Posts (Atom)