Listed are Web tools that will make every web developer and programmers life easier and better. 1. FireBug – Very Useful, works like a Developing Environment on firefox browser.Its plugin for firefox. 2. YSlow– Very Useful, can analyze your application performance and improve it various ways. Its plugin for firefox. 3….
ASP.NET FAQ
ASP.NET FAQ created here mainly covers reserved keywords, technologies, and optimization of application. This FAQ can be also used as quick interview tips for ASP.NET.
CKEDITOR FAQ
All questions, clarifications, doubts and its solution that one can come across in course of development with CKEDITOR and CKEDITOR plugins
JSON Command Processing using Key-Object/Value Collection
We will discuss about Key-Object collection, Key-Value collection, passing dynamic number of arguments to method and using eval for command processing Javascript methods/expressions of JSON sent from server.
Simple tricks to boost website performance
Time is money and it doesn’t stop for you at any cost. All the web users expects our website to load in blink of an eye. Users worry mainly on functionality, and least bothered on what technology, methodology, & framework we use to create the app or website. Architects need to…
CSS Menu on Mouseover – simple, readability, user-friendliness & logical
In current web trends users/clients looks mainly for readability, user friendliness, logical alignment of data. These are some of the important points which any developer needs to care of, while designing a system. Simple menu discussed here actually holds all the three points together with a simple trick which any software developer can achieve.
Configure OFBiz (apache open source ecommerce solution) in Windows
Apache OFBiz (The Apache Open For Business Project) is an open source enterprise automation software project licensed under the Apache License Version 2.0. Check http://ofbiz.apache.org/ for details. Walked across the web to find a tutorial or help in installing & configure OFBiz in Windows, but i was pretty difficult to…
Migrating WordPress From One domain to another – 5 Steps
WordPress is web software you can use to create a beautiful website or blog. We like to say that WordPress is both free and priceless at the same time. check http://wordpress.org/ for details. Initially tried export-import using plugins, since categories & pages are complicated the migration was failure and later worked out…
How to create a plugin for CKEditor?
Here we will discuss in detail on creating various types of plugin in CKEditor and configuring it accordingly for making it appear in CKEditor menu, right click or whether the plugin needs to run on predefined event. And also about the complex features useful for developers.
Star rating system in jquery, mootools & simple javascript
Star based rating system is created using html for user interface, client side script/language, server side script/language and database for storing the rating points. I have created three versions of rating systems using simple javascript, mootools, jquery for client side script. PHP for server side script for storing the rating points in MySQL database, actually one can use any server side scripts like C#,VB.NET, typically any language.