December 6, 2011
இதுவரை கவனிக்கப்படாதவர்கள்
எத்தனையோ கனவுகளோடு
வேலை தேடி வந்த எங்களுக்கு,
சென்னை தந்த பரிசு
ஏக்கங்களும் ஏமாற்றங்களும் மட்டுமே!
ஒவ்வொரு முறையும்
தோற்றுக்கொண்டிருக்கிறோம்
அதற்கான காரணம் தெரியாமலே!
செல்லும் இடமெல்லாம் எனக்காக
பிரார்த்தனை செய்யும் குடும்பம் ஒரு பக்கம்,
யாரிடமும் சொல்ல முடியாமல்
தனியாக புலம்பும் என் நிலைமை ஒரு பக்கம் !
எதற்காகவும் என்னை விட்டுகொடுக்காத
அம்மாவிடம் கூட தயக்கத்தோடு பேசுகிறேன் – என்
வேலையைப்பற்றி ஏதாவது கேட்டு விடுவார்களோ
என்ற குழப்பத்தோடு!
நான்கு வருட கல்லூரி வாழ்க்கையை நினைத்து
முதன் முதலாக வருத்தப்படுகிறேன்,
ஒரு நிமிடம் கூட – என்
எதிர்காலத்தைப்பற்றி சிந்திக்கவில்லையே
என்று நினைத்து!
எனக்கும் ஆசையாகத்தான் இருக்கிறது,
வேலை கிடைத்துவிட்டது என்று – என்
அப்பாவிடம் தொலைபேசியில் சொல்வதற்கு!
ஆறுதலை தேடி அலைந்து கொண்டிருந்த எங்களுக்கு
வாய்ப்பு தருவதற்கும் ஒரு இடம் -
August 11, 2009
Music Project Process
Aim:
How to get 10 rs from each Customer
Step 1- Decide the Team:
This team was selected by CEO
Team Members:
1.Selvaraj
2.Hemakumar
3.Pachamuthu
4.Manikandan
5.Kasiruby
6.Pavithra
7.Amutha
Step 2-Choose Idea:
Before going to select the topic, this team was discussed with CEO
why we want to do this project?
Any Where!Any Time!Any Song!Any Person
Step 3-Evaluate:
There is no options are available to get the song from mobile by request
Step 4-Compare:
How to add new features in this project with all the existing features
Step 5-Unique Features:
Provide the songs based on Lyricist
If the customer once registered with this website means,he can receive the songs for their LifeTime as free
Step 6-StoryBoard(PPt)
It describes,how the user can select the songs using this application
Step 7-Workflow:
Select One Option:
1.Singers
2.Music Directors
3.Lyricist
4.Movies
5.Actors
6.Actress
Choose one from above
It will display related details
For Example:
Select Movies:
It will display List of Movies and select particular movie then it will display list of songs,select a song to play
It will ask for Login or Register,after completing this step,the customer can play the song
Screenshots:
Submitted to the CEO
Corrections:
How to bring all these processes within a single Page
Prototype:
How it works
We are creating the prototype with existing Flex Player
August 10, 2009
Sample Music Project
Task:
Create a prototype for demo
Solution:
How to display the data to the user based on their needs(which are all already available in our application)
Datas:
1.Singers
2.Music Directors
3.Movies
4.Lyricist
5.Actors
6.Actress
Solution:
i have added more than twenty examples for each data and i created this whole project only by using ActionScript,within a single Canvas i brought all datas at runtime,but at the same time i can show only Five Examples for each data
Features:
1.The user can see all the examples by using Next and Previous Link Buttons
2.The User can directly go to any page by pressing the Number
July 23, 2009
ImageViewer
Hi,i have created one small widget to view the images by pressing two buttons
1.If i press forward button it will display the next image
2.If i press backward button it will display previous image
You can download this project from my Box Widget
July 22, 2009
Music Website
Project Title:
Music Website
Project description:
Provide the song based on user demands
Procedure:
The person should register with this website to create an account
Features:
1.Once the user created an account, can get any song through this site at any time from anywhere
2.They can share their songs with their friends
July 21, 2009
Cairngorm Architecture
We can create RIA by using Cairngorm
Layers of Cairngorm:
Model Locator:
Stores all of your application’s Value Objects (data) and
shared variables, in one place.
Similar to an HTTP Session object, except that its stored client side in the Flex interface instead of server side within a middle tier application server.
View:
One or more Flex components (button, panel, combo box, Tile, etc)
bundled together as a named unit, bound to data in the Model Locator, and
generating custom Cairngorm Events based on user interaction (clicks,
rollovers, dragndrop.)
Front Controller:
Receives Cairngorm Events and maps them to Cairngorm Commands
Command:
Handles business logic, calls Cairngorm Delegates and/or other
Commands, and updates the Value Objects and variables stored in the Model
Locator
Delegate:
Created by a Command, they instantiate remote procedure calls
(HTTP, Web Services, etc) and hand the results back to that Command.
Service:
Defines the remote procedure calls (HTTP, Web Services, etc) to
connect to remote data stores
July 14, 2009
Top Music Websites
Hi,
You can download all types of musics from different websites by using the following link(Top 45 Music Websites)
http://www.google.co.in/search?hl=en&ei=UWlcSp_pI46Y6wOsgf2RDA&sa=X&oi=spell&resnum=0&ct=result&cd=1&q=top+music+websites&spell=1
June 18, 2009
Webcam and Video Gallery
Problem:
How To Combine Webcam and Video
Example:
In this example i combined the webcam and Video
1.Open a new Flex Project(Choose Application Type:AIR)
2.Copy the code from my Box Widget and paste it inside the
source View of your Flex Builder(Also Refer:http://www.tdotblog.info
/?q=node/1)
3.Save and Run the Application
How to Run:
- Click Capture and Record Buttons to take Video.
- Click stop Button to stop Recording
- Select an item from ComboBox then click Play and Stop Buttons to Play and Stop Video.
- We can either capture the video from webcam or Play the Video
Enable Webcam
Problem:
How to enable webcam using Flex
Example:
In this example,i created one VideoRecorder to record the video from the user
1.Open a new Flex Project(Choose Application Type:AIR)
2.Copy the code from my Box Widget and paste it inside the
source View of your Flex Builder(Also refer:http://www.tdotblog.
info /?q=node/1)
3.Save and Run an Application
How to Run:
- Click Capture and Record Buttons to take the Video from the user
- Click stop Button to stop Recording the Video
June 15, 2009
Add Round to The Number
Problem:
How to round the Numbers
Solution:
We can easily round the numbers by using the follwing methods:
Math.round( ) to round a number to the nearest integer.
Math.floor( ) and Math.ceil( ) to round a number down or up
To round a number to the nearest decimal place:
1.Decide the number of decimal places to which you want the number rounded. For example, if
you want to round 90.337 to 90.34, then you want to round to two decimal places, which
means you want to round to the nearest .01.
2. Divide the input value by the number chosen in Step 1 (in this case, .01).
3. Use Math.round( ) to round the calculated value from Step 2 to the nearest integer.
4. Multiple the result of Step 3 by the same value that you used to divide in Step 2
Example:
1.Open new ActionScript Project
2.Copy the coding from my Box Widget and paste it
3.Save and Debug the Application to get the result