Share your knowledge and create a knowledgebase.
When we have to present our data in a systematic fashion we have to exhibit in Datagrid style. Table is an ideal example of a well-structured data presentation, which is easy to evaluate and easy to handle. Used for its original purpose - to present data, not to style it -, it can convey ideas effectively. And this is what most of us are actually trying to achieve in the Web.
Furthermore, the user experience can be immensely improved with optional functionalities - such as sorting, filtering and fast editing.
Following are 14 most popular AJAX, JavaScript & DHTML Datagrids which you can use in your application. Please check the user agreement before you download and use them in your application.
ExtJs Grid with Expander Rows, Collapse and Force Fit, Framed with Checkbox Selection and Horizontal Scrolling as well as standard Panel features such as framing, buttons and toolbars.
dhtmlxGrid [...] Continue Reading…
Optimizing your website for best SEO isn’t an easy task. You need to take care many things before you start getting enough web attention. SEO tools helps checking many aspects which may be missed while development phase. The following extensive list of popular SEO tools will surely help you find the answers to your questions like:
How to boost your position in search engines?
What keywords should go on web pages?
Tools to use to improve the quality of backlinks, link popularity and Google Pagerank?
How to optimize your website for best SEO performance?
Well go throgh the list and check out yourself.
Following are few interesting articles you may like:
7 Tips to Optimize your blog for SEO Success
32 SEO Tips to Boost your Website Traffic
Best Place to use your keywords
Essential SEO Tips & Techniques, Best Practises
Meta Tag Generators
Meta Tag Generator
This tool will read the page you specify, remove common words from it, [...] Continue Reading…
Google Chrome is a stand-alone web browser and therefore has to compete with browsers like Internet Explorer, Firefox, Opera and Safari. Fact is without Google Chrome, Silverlight would have a far larger chance of success. Now however with the V8 JavaScript engine Google can make sure that JavaScript is just as fast as .Net code in the browser since it’s almost the exact same technology. Both .Net and V8 are JIT compilers which compiles the code down to machine code and then executes it which means that JS will be “as fast” as Silverlight code.
In addition by pushing an extremely great browser Google will have the chance of stopping and degrading the feeling of quality of Silverlight applications. They will also reduce the number of Outlook users since now “GMail feels better”. They will also be able to have a “better Office Experience” than Microsoft Office installed natively on [...] Continue Reading…
A software framework provides “the skeleton of an application that can be customized by an application developer” Like software libraries, software frameworks aid the software developer by containing source code that solves problems for a given domain and provides a simple API. However, while a code library acts like a servant to other programs, software frameworks reverse the master/servant relationship. Software frameworks often help expedite the development process by providing necessary functionality “out of the box”. Such things include user/role management, data access, caching, and much more. These frameworks aid in helping you focus on the more important details of design and even project management by alleviating the need to reinvent the wheel for common development needs.
There are frameworks that cover specific areas of application development such as JavaScript/CSS frameworks that target the presentation (view) layer of the application, and there are others that handle more of the [...] Continue Reading…
While programming an application Ajax should be used upto a level where it doesn’t confuse the users by offering too many controls to deal with. Ajax should be used in Interactive solutions for lightboxes, form validation, navigation, search, tooltips and tables are developed using Ajax libraries and nifty Ajax scripts. Following is the list of most popular AJAX & JavaScript programs which are used in many famous web applications. I suggest to read their manual carefully before using in your commercial project.
1. AJAX Instant Messenger
Ajax instant messenger is a browser-based instant messaging client. You can use it for chat application as It uses AJAX to create a near real-time IM environment that can be used in conjunction with community, intranet, and social websites. No refreshing of the page is ever needed for this “web application” to work, as everything is updated in real-time via JavaScript. Its FREE
2. Custom [...] Continue Reading…