Techniques Behind Modern Web
31 Jan
I just want to share the best SEO tips (among a lot of other recommended tips) that work very well for my Wordpress blog.
Change your Wordpress permalinks to be search-engine friendly. To change the default link type, go to Options -> Permalinks.

Select the more search-engine-friendly option:

Please read a very comprehensive article about Wordpress permalinks from Web Tool Collections.
A sitemap is an XML file that lists the URLs for a site. Many search engines uses sitemap to crawl the site more intelligently (including Google, you know how important it is). A free sitemap XML generator plugin is available here. This can be used in conjunction with this plugin to make human-readable sitemap for your blog.

Do not forget to submit your blog to Google, Yahoo and Microsoft Live search engines. You can use the sitemap created in previous tip (if you already did that) in all submissions.
- Google: go to Webmaster Tools in your Google account and add your blog URL; follow steps to add blog sitemap and verify ownership of blog.


- Yahoo: go to Yahoo Site Explorer, follow steps to add sitemap and verify your blog ownership - quite similar to steps in Google Webmaster Tools.

- MSN: Main Microsoft search engine is Live Search now. Go to Microsoft Webmaster, submit your blog URL and sitemap, and then verify blog ownership like what you did for Google, Yahoo search engine submission.

It is arguable that title tags are the most important of the on-page factors for search engine optimization. Article title is suggested to be short-and-sweet but in term of search engine short title means less keywords for search. A free plugin is available here that can provide solution for this dilemma.

Implement tags on your blog and use them as meta keywords. This plugin help you easily generate Technorati tags at the bottom of your blog entries. (Note: I have not implemented this tip in my blog but it is recommended by many SEO gurus.)
Please advice what works best for your blog. Thanks.
Sponsored by Free Website Trade Publication >> Website Magazine
Don't forget to subscribe
so you don't miss out on future posts!
31 Jan
Matt Snider reveals another useful set of JavaScript functions targeting Date manipulation. He follows the same approach to extend String functions. First, he adds additional functionality to JS native Date object (constants and static methods): YAHOO.lang.augmentObject(Date, { /** * Date constant for full month names * * @property MONTHS * @type string */ MONTHS: ['January','February','March','April','May','June','July','August','September','October','November','December'], /** * Returns a date object from the string; expects ...
29 Jan
Offline access to Google Docs is being tested as this screenshot shown: For sure, you'll need Google Gears -- a browser extension for Firefox 1.5+ and Internet Explorer 6.0+ to facilitate offline functionality in web applications through JavaScript APIs -- installed. Enabling offline access and confirming the security warning for Google Gears, your documents will start to synchronize -- process looks the ...
28 Jan
You will not see "Hello World" example in David Geary's book, Google Web Toolkit Solutions: More Cool & Useful Stuff, because it's not a book for newbies. Instead, the authors tell very clearly in the opening of the book that their target is to put GWT developers into the fast lane with practical, non-contrived solutions -- not to help ...
27 Jan
David Sarno of The Los Angeles Times tells an embarrassing experience when he sent an image of two half-dressed women kissing while perched atop a pair of beer kegs -- to seventy-six of his friends with caption read: "COLLEGE: The only place where . . . like this happens!" via one of most popular Facebook apps, Super Wall. On the other ...
25 Jan
Rails 2.0 reveals many changes and improvements, but the biggest change involves getting closer to the full web-orientation of REST and HTTP. With a few lines of codes now you can easily create open web applications based on modern web service. Creating Rails application This example is a deadly-simple bookstore CMS. All you can do are to get book list, add or ...
24 Jan
The Ext team has to announced the release of version 2.0.1 of Ext JS. This is a maintenance release that fixes several issues with the 2.0 release. Here are some notable issues that have been addressed: Fixed various overflow/scroll issues related to form fields and grid Workaround included for the Firefox 2.0/Mac overflow:auto invisible scrollbar bug Fixed several issues related to destroying form ...
23 Jan
Web 2.0 is not big news today and still there is a huge amount of disagreement about what it means. I think this slideshow is one of the best "presentations by example" of web 2.0 concepts. | View | Upload your own "Web 1.0 was all about connecting people. It was an interactive space, and I think Web 2.0 is of ...
22 Jan
Didier Girard, CTO of SFEIR a consulting company based in Paris which has been developing a number of GWT applications, gave a talk to InfoQ on goals, benefits of GWT and how it is different from Microsoft Volta. Some important points he highlighted about GWT are: GWT is a technology which enables the development of Rich Internet ...
20 Jan
Hosam Kamel has a nice summary of 40+ Tooltips Scripts With AJAX, JavaScript & CSS. You can find there a variety of solutions for integrating tooltip to your website -- some are quite lightweight, others may require a specific Ajax framework like Prototype, JQuery, Mootools or YUI. The last JavaScript tooltip tool I used was the one Ext framework provides. Yet, ...
Recent Comments