Wordpress - vijayk.wordpress.com - vijay khambalkar\'s blog

Latest News:

Using sharedObject to store data at the client machine 18 Jul 2007 | 04:22 pm

The sharedObject class is used to store and read data on user’s computer or on a server. Local shared objects can be used as browser cookies. You can also store custome object into the sharedObject, t...

Cairngorm Auto Code template generator 12 Jul 2007 | 06:02 pm

I know there are such tools available but building one is nice experience and then using it We are using cairngorm framework in our project. I found generating the cairngorm module classes is repeata...

Finding the Nth Highest Salary from table 2 Jun 2007 | 05:41 pm

This is the most common question asked in every interview for the database. As I am more familiar with mysql , Its so simple with the following query SELECT * FROM employee ORDER BY salary DESC LIMIT...

Autosuggest the Textbox in Flex 21 Apr 2007 | 02:03 am

After a very long time I got time to code something. I thought what to write, various technology which one to go with PHP, Coldfusion, flex, javascript. After thinking for a min, I started with Flex. ...

Restricting the character entry into the TextInput 13 Apr 2007 | 04:04 pm

We were struggling from last several days about how to restrict some special character entry into TextInput field. We tried applying our own logic for implementing this functionality by tracking the k...

Scrolling div with Javascript 6 Mar 2007 | 02:33 am

You can scroll div with javascript. You need to have one mainContainer which will contain the child for it. eg. I will have mainArea div with child div myReport. <div id=”mainArea”> <div id=”myRepo...

PHP base Chat Application is Up and running 1 Mar 2007 | 01:07 am

I am very excited today, I have finally my chat app ready and working. I have shown my application to all my collegues they throughly enjoyed it. Soon I will be writing the article about the entire d...

Posting Flash Form values to Server Side 17 Feb 2007 | 02:04 am

After trying for some half an hour I finally solved the problem of posting values from flash to PHP. I used LoadVars Object for this purpose. LoadVars object is used for transffering values between Fl...

PHP Method Call via URL 15 Feb 2007 | 07:23 pm

We are developing a Flex Application with PHP as a middleware. Flex Httpservice component we are using to communicate with the PHP. We have several developers who are doing separate modules. They doin...

Making your application with dynamic debug options 13 Feb 2007 | 12:17 am

Many times our client report that you had debug string into an application. This debug string could be printed array, values echo from database, database queries and many other things. Even in flex/ja...

Recently parsed news:

Recent searches: