Friday, November 21, 2008

Automation

In order to reduce manual work I started automating work for the project online spell checker. To create a dictionary database I took a word list and suffix list and made a program that one by one concat these strings and create a big dictionary file. Now dictionary file is becoming so big such that each operation gives a long break.

But making machine to work is a good approach!

Wednesday, November 19, 2008

Every morning

Every morning I get up early with half of my dream, every morning others sleep and make me cry, outside dark with no sign of life. I brush my teeth and prepare the tea, still no one come and I go for bath. On tea table all get set and I give a sigh. I keep all there and drive a bike. :(

To be continued.. I don't get inputs what to write.

Monday, November 17, 2008

Sunday Rocks!

Yesterday mom was out for social reason. I had to get up early by 7. All work of her was on my head... I went for Dostana. Good movie. I will put review soon. After movie all work was pending, finished up them. Then we went for lunch in Honest and than had a walk there.

I had to go for tasting the meal. The guy represented a big thaal in front of us. Full dish with soup, chaats, sweets and lot more.. Taste was good. Though mixture comments from Darshit.

Then we went for exhibition. I was in planning for buying stole but found prize high compared to a product. While kada were good and reasonable.

Then a night walk and day ended.. that gave lots of fun and relaxed time.

Saturday, November 15, 2008

New year resolution

I had taken resolution like i am supposed to take since I was kid. Every year it is being same. That is not I am not improving upon me. But I improve in small fractions.

Any ways this time it is to do work more precisely and taking only a task at a time. I think that improves efficiency and concentration and quality of work obviously.

While implementing this many of the times in the middle of the work I recall about the resolution. Now that is neither my fault. Unless I am doing something with consciously I take care about this. And that helps me to complete the task irrespective of small or less tasks. Important thing is to complete a task rather than leaving 7 tasks in between...

Accessing local machine using Internet

I am wondering there is rarely a way to access local machine through Internet.

While working on online spell checker, I came across editing feature to allow user to load and to save document from/to local system.

It is really not a big deal for IE. What we have to do is just to use ActivexObject with javascript. Though this is accessing local machine is not considered secure way for browser. Other browsers are not allowing doing so.

What I am doing is: I am taking input type as file. Which is opening file dialog. When I select file in IE it takes full path where as in firefox is taking only file name. That is the bug of Firefox 3. :(

I'll post here as soon as I come up with the solution for this.

Wednesday, November 12, 2008

Review of Fashion


I watched in Dev Arc in releasing week itself. I could hardly manage for getting tickets.

Movie started with good music and showing almost all kinda people working in backstage to a audience and models. It was seeming quite realistic. While in Indian modeling business has been developed well in few years back. Now people and carriers are aware of marketing products in such fashion and introducing variety in that as well. Costumes were appreciative.

Madhur Bhandarkar film came up with new theme for natural story line.

Priyanka Chopra acted well though we could expect more from her and she had an opportunity to put more real looking expressions. But everybody doesn't have that talent!!! Actor I cannot recall the name is cute. Kangana Ranaut with same attitude and came up with another movie for series of movies she is doing. Good start by Mugdha.

Arbaz Khan can not learn to act. Kitu Gidwani looks like she is doing this business since long. Very confident and gr8 attitude.

Good heavy movie!

Good Caterers in Ahmedabad



For my office get together program I am searching for catering providers. When I like menu budget goes on else menu goes disgusting..

I am inquiring through Girish Cold drinks, Pleasure Club, Varsha caterers..

Hey can anybody suggest me a better one?

Wednesday, November 5, 2008

Spell checker references

There are two options for editors
1) TinyMCE
2) Fckeditor

While going through both of them I found tinymce very clear and with good support. Tinymce and FckEditor both are popular. So, we can get better help in case of any browser related or functionality related problems.

There are various functionality given in form of plugins where logic is built in respective editor_plugin.js file and html/php file is made for ui.

There has to be connection with main configuration file showing and containing references to the all plugins and files.

I had first tried with iespell which is running only for ie.

Other option is to use spellcheck plugin where we have to build any dictionary engine like I have used enchant and dictionary like hunspell, aspell etc.

To build dictionary we need to use linux shell. I could build spellcheck for English dictionary.
Making a small change is leading to a crash. So if we are gonna change assure what files are modified.