0

Upgrade your Mediawiki to latest version – Simple Steps

-

Every one would be familiar with Wikipedia, ever wondered about its architecture ?? Don’t bother!!! lets experts worry about it , But For your Information, Mediawiki is open source wiki framework which will help us to create our own Wikipedia website in simple steps. PHP and MySQL are the basic requirement, if both of these are [...]

2

PHP open source frameworks

-

  Design, development and implementation of an application is no more a hard brain process in current web market lots of open source options. We have lots of open source frameworks available for free to begin our application development cycle. Most of the features will be already defined in these frameworks, only part we need to concentrate will [...]

0

WordPress FAQ

-

IF you google for WordPress we will find lots of articles, even forums,… then why the hell am writing this again!!! Answer to this is i thought of sharing issues & solutions i have faced while working with wordpress hope someone finds it useful in their path of development. Q. I have migrated my WordPress [...]

0

DOTNET Family Version History

-

Dotnet framework versions have always being confusion for most of us And Dotnet components separate versions makes everything even more complicated. So thought of compiling the version details of Dotnet, its components, related modules and some information on new updates on each revisions. Hope it diminishes the confusion level.  DOTNET FRAMEWORK 1)  1.0 (2002)       MDE – [...]

0

Must Use Resources for Web Developers

-

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. Google PageSpeed – Very Useful, [...]

web
0

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.

3

CKEDITOR FAQ

-

All questions, clarifications, doubts and its solution that one can come across in course of development with CKEDITOR and CKEDITOR plugins

0

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.

4

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 take the call on compromising [...]

0

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.

11

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 find a better & small [...]

0

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 a better & developer way [...]

33

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.

0

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.

4

Twitter Integration for website using OAuth

-

Twitter recently stopped supporting simple authentication support which was the easiest way of integrating twitter integration in websites. Now it supports only token based authentication using OAuth.

2

Display date difference in human readable form

-

This Article will help to display date/time difference like orkut, twitter, FB,. The code snippet i have written is to show date/time difference between current and stored date-time from database.

php
0

Inheritance in Javascript

-

This article will help to get a better understanding of implementing inheritance in javascript using the prototype feature in javascript.