Websilt

A Visual Playground

Using Caurina Tweener in AS2

Simply, I’m gonna using caurina tweener available at http://tweener.googlecode.com/files/tweener_1_33_74_as2.zip on how to create toggle fullscreen button.

Step-1: Design a Button

  1. Open Flash and create Flash File 2.0
  2. On the First key frame, take Rectangle Tool(R), and draw this on stage or you can also take a button of your choice.
  3. Convert it to Movie Clip by pressing F8 by selecting it.
  4. Give it a instance name fullscreen_button.

Now our designing section complete.

Step-2: Using Caurina Tweener

  1. Select first keyframe and press F9 to view Action panel.
  2. write

import caurina. transitions.tweener {

// Main Function called fullScreenSetup
var fullScreenSetup:Function = function () {
// Uses Caurina Tweener To Give a RollOver Effect
base.fullscreen_button.onRollOver = function () {
Tweener.addTween(this, {_alpha:50, time: 1, transition:”easeOutExpo”});
}
// Reset’s the animation when roll out.
base.fullscreen_button.onRollOut = function () {
Tweener.addTween( this, {_alpha:100, time: 1, transition:”easeOutExpo”});
}
// When pressed, it runs an if statement.
base.fullscreen_button.onRelease = function () {
// If the stage is normal, fullscreen is activated. If not nothing happens.
if (Stage["displayState"] == “normal”) {
Stage["displayState"] = “fullScreen”;
} else {
Stage["displayState"] = “normal”;
}
}
}

//to initiate this function

fullScreenSetup();

Finish, Enjoy!

The Letter “Z” Will Be Removed from the English Alphabet – by Daniel Scocco

Surprising as it sounds, it looks like the English alphabet will be losing one of its letters on June 1st. The announcement came from the English Language Central Commission (ELCC).
Here is a quote from the press release:

After carefully considering and debating the matter for over two years, the ELCC came to the conclusion that the letter “Z” should be removed from the English alphabet. The main objective of this change is to simplify the phonetic aspect of the language, and to unify the American and British spellings.

What will happen to the words that have the letter “z” in them? It depends on the word. According to the ELCC, words that started with a “z” will now start with an “x”. Examples include:

· zero becomes xero
· zoo becomes xoo
· zone becomes xone
· zodiac becomes xodiac

·
Words that featured a “z” with the “s” sound, on the other hand, will now be officially written with the “s” (i.e., unifying the American and British spelling). Examples include:

· visualize becomes visualise
· analyze becomes analyse
· materialize becomes materialise

What is OOP(Object Oriented Programming)?

If we look around us, we can see a lot of things. These things are much pretty and straightforward, but when we look them carefully, they are made up of others things. Now I’m taking an example of mobile phone, by mobile phone we can call anybody when we have sim card:

MOBILE + SIM card = CALL ANYBODY

By above method we can call to anyone we want but how software works so let’s see:

Apps Tree


So the above diagram showing that the MAIN APPLICATION is controlled by the three classes. Now if we want to make a connection like inheritance where one object is based on another object:

Apps Tree

To standardize the communication between above classes, you must have things such as interfaces where you define a contraction that each class must implement:

Apps tree

Each of these topics contains of many other things like properties, methods, functions, abstract data types, constructors, class modifiers, polymorphism, overloading, etc. Hey guys just cool , you don’t need to afraid from these topics. All topics will make sense after you see them in friendlier fashion.

Conclusion:

So the conclusion is a composition of classes and interfaces which work together at one time are called OOPs(Object Oriented Programming).

Next time we’ll discuss about ActionScript 3.0

If we live for another 50 years… we just have 2500 weekends left – enzoooy !!!! HAPPY WEEKEND !!!!!

Do not just have career or academic goals. Set goals to give you a balanced, successful life. I use the word balanced before successful. Balanced means ensuring your health, relationships, mental peace are all in good order. There is no point of getting a promotion on the day of your breakup. There is no fun in driving a car if your back hurts. Shopping is not enjoyable if our mind is full of tensions.

Life is one of those races in nursery school where you have to run with a marble in a spoons kept in your month. If the marble falls, there is no point coming first. Same is with life where health & relationships are the marble. Your striving is only worth it if there is harmony in your life. Else you may achieve the success, but this spark, this feeling of being excited and alive, will start to die.

One thing about nurturing spark – don’t take life seriously. Life is not meant to be taken seriously, as we are really temporary here. We are like a pre-paid card with limited validity. If we are lucky, we may last another 50 years. And 50 years is just 25,00 weekends. Do we really need to get so worked up?

It’s okay, bunk a few classes, scoring low in couple of papers, goof up a few interviews, take leave from work, Enjoy with your friends, fall in love, little fights with your loved Ones. We’re people , not programmed devices.

Do not be serious, be sincere

-Chetan Bhagat at Symbiosis

px to em, percentage(%), points in css

HTML body Conversions based on 16px browser default size

Pixels EMs Percent Points
6px 0.375em 37.5% 5pt
7px 0.438em 43.8% 5pt
8px 0.5em 50% 6pt
9px 0.563em 56.3% 7pt
10px 0.625em 62.5% 8pt
11px 0.688em 68.8% 8pt
12px 0.75em 75% 9pt
13px 0.813em 81.3% 10pt
14px 0.875em 87.5% 11pt
15px 0.938em 93.8% 11pt
16px 1em 100% 12pt
17px 1.063em 106.3% 13pt
18px 1.125em 112.5% 14pt
19px 1.188em 118.8% 14pt
20px 1.25em 125% 15pt
21px 1.313em 131.3% 16pt
22px 1.375em 137.5% 17pt
23px 1.438em 143.8% 17pt
24px 1.5em 150% 18pt
Source by http://pxtoem.com

Joomla 1.6 Beta is Released

Joomla is most powerful open source content management systems in the world. Joomla 1.6, many important features have been added like ACL, automatic updates, infinite categories a new highly usable wordpress-like backend and improved SEO.

NOKIA S40 (Series 40) phones

S40 (Series 40) Phones

S40 is a software platform and application user interface (UI) software used in Nokia’s broad range phones. In S40 range phones , only J2ME and flash lite application can played or installed.

For developers, S40 platform offers a mass market opportunity. There is MIDO (Mobile Information Device Profile) and CLDC (Connected Limited Device Configuration) with an array of JSRs (Java Specification Request) that provide additional location, communication, messaging, and media interface.

It can also be personalized with themes, animated screen-savers (GIFs , SWF etc.) and wallpapers.

All the things included in this supported by OMA_DRM  to protect  java developers of intellectual property.

Brief of OMA_DRM

DRM is a Digital Rigths Management system invented by the Open Mobile Alliance whose members represent the entire value chain, including mobile phone manufacturers (e.g. Nokia, LG, Motorola, Samsung, Sony-Ericsson, BenQ-Siemens), mobile system manufacturers (e.g. Ericsson, Siemens, Openwaves), operators (e.g. Vodafone, O2, Cingular,), and IT companies (e.g. Microsoft, IBM, Sun).

Useful tips while interacting with International Clients

1. Do not write “the same” in an email – it makes little sense to them.

Example – I will try to organize the project artifacts and inform you of the same when it is done.

This is somewhat an Indian construct. It is better written simply as:
I will try to organize the project artifacts and inform you when that is done

2. Do not write or say, “I have some doubts on this issue” The term “Doubt” is used in the sense of doubting someone – we use this term because in Indian languages (such as Tamil), the word for a “doubt” and a “question” is the same.
The correct usage (for clients) is:
I have a few questions on this issue

3. The term “regard” is not used much in American English. They usually do not say “regarding this issue” or “with regard to this”. Simply use, “about this issue”.

4. Do not say “Pardon” when you want someone to repeat what they said. The word “Pardon” is unusual for them and is somewhat formal.

5. Americans do not understand most of the Indian accent immediately – They only understand 75% of what we speak and then interpret the rest.
Therefore try not to use shortcut terms such as “Can’t” or “Don’t”. Use the expanded “Cannot” or “Do not”.

6. Do not use the term “screwed up” liberally. If a situation is not good, it is better to say, “The situation is messed up”. Do not use words such as “shucks”, or “pissed off”.

7. As a general matter of form, Indians interrupt each other constantly in meetings – DO NOT interrupt a client when they are speaking. Over the phone, there could be delays – but wait for a short time before responding.

8. When explaining some complex issue, stop occasionally and ask “Does that make sense?”. This is preferable than “Do you understand me?”.

9. In email communications, use proper punctuation. To explain something, without breaking your flow, use semicolons, hyphens or parenthesis.
As an example:
You have entered a new bug (the popup not showing up) in the defect tracking system; we could not reproduce it – although, a screenshot would help.
Notice that a reference to the actual bug is added in parenthesis so that the sentence flow is not broken. Break a long sentence using such punctuation.

10. In American English, a mail is a posted letter. An email is electronic mail. When you say “I mailed the information to you” ,it means you sent an actual letter or package through the postal system.
The correct usage is:
“I emailed the information to you”

11. To “prepone” an appointment is an Indian usage. There is no actual word called prepone. You can “advance” an appointment.

12. In the term “N-tier Architecture” or “3-tier Architecture”, the word “tier” is NOT pronounced as “Tire”. I have seen many people pronounce it this way. The correct pronunciation is “tea-yar”. The “ti” is pronounced as “tea”.

13. The usages “September End”, “Month End”, “Day End” are not understood well by Americans. They use these as “End of September”, “End of Month” or “End of Day”.

14. Americans have weird conventions for time – when they say the time is “Quarter of One”, they mean the time is 1:15. Better to ask them the exact time.

15. Indians commonly use the terms “Today Evening”, “Today Night”. These are not correct; “Today” means “This Day” where the Day stands for Daytime. Therefore “Today Night” is confusing. The correct usages are:
“This Evening”, “Tonight”.
That applies for “Yesterday Night” and “Yesterday Evening”. The correct usages are: “Last Night” and “Last Evening”.

16. When Americans want to know the time, it is usual for them to say, “Do you have the time?” Which makes no sense to an Indian?

17. There is no word called “Updation”. You update somebody. You wait for updates to happen to the database. Avoid saying “Updation”.

18. When you talk with someone for the first time, refer to them as they refer to you – in America, the first conversation usually starts by using the first name. Therefore you can use the first name of a client. Do not say “Sir”. Do not call women “Madam”.

19. It is usual convention in initial emails (particularly technical) to expand abbreviations, this way:
We are planning to use the Java API For Registry (JAXR).

After mentioning the expanded form once, subsequently you can use the abbreviation.

20. Make sure you always have a subject in your emails and that the subject is relevant. Do not use a subject line such as HI.

21. Avoid using “Back” instead of “Back” Use “ago”. Back is the worst word for American. (for Days use “Ago”, For hours use “before”)

22. Avoid using “but” instead of “But” Use “However”.

23. Avoid using “Yesterday” hereafter use “Last day”.

24. Avoid using “Tomorrow” hereafter use “Next day”.

25. Ensure that you do not use the word “Problem”. This word gives a negative impact of the “Problem” being critical and having existed right from the beginning. You could, alternately, use the word “Issue”. This word has a lesser impact and as issues did not exist from the beginning (has just surfaced), they could be resolved in a lesser duration of time (unlike problems which needs to be solved and would take a greater time).

26. Avoid the usage of the word “Can”/”Will”. This word questions the listener of his ability to do “something”. Alternately use the word “Could”/”Would” or better still “May”. This is a polite way of requesting.
It also avoids questioning the ability as the listener is given an alternative and does not have an authoritative tone.

27. Avoid the usage of “Shall”/”Should”. These words do not have a confirmation/predictability tone attached to it. These words could, however, be used with the British clients that we might communicate with.

28. Do not use the word “But”, as this word is always used to give negative news. Use the word “However”, as it has a positive tone attached to it.

29. Use the word “Assist”, when you want to “Help” a person finish a task.
This is for the reason that when you assist a person, you work with him to get the task finished. If, however, you use the word “Help”, you would be saying that you will do the task all by yourself and do not need the other person’s presence or “assistance”.

30. Always judge a thing as “good” or “bad”. Do not say “it is different”, as the later is a polite way of saying it is bad.

31. Ensure that you don’t give the person a “Ring”, instead you give him a “Call”.

32. You don’t pay the “Bills”, you pay the “Check”, with the “Bills”.

33. Keep your sentences short and unambiguous and be confident in your tone

Source by easy fun-da

Website pages load without break

Today I have created a website in which website pages load without breakage and many more features as like toggle navigation, footer fix, pages come like flash, AJAX based query form, simple menu in jquery, fade in fade out pop up in leadership page. Please visit the url below:

http://www.websilt.com/demo/cm/

about me(websilt my portfolio)

Vijay, located in New Delhi, is the co-owner of Websilt, along with you, the clients of  Websilt, located in your offices throughout the world. He is the visible face, obviously, because he is a full time hands on web design and development professional working for Websilt, and again, Websilt in turn is working for you.

Websilt is a full-service Web site design and Internet marketing service dedicated to affording you with attractive design and bang on marketing of Web sites. It’s a young company (with time and energy on its side). Vijay started his career almost four years ago, and has been providing cutting edge web design services ever since. Vijay is an M.Sc (IT) from Sikkim Manipal University and Bachelor of Arts (Honours) from Delhi University.

Websilt has emerged from the professional experience of Vijay attained from serving in successful companies over the years. He has a strong desire to strike out on his own, which along with his passionate interest in Internet technologies have helped the companies he has served as well. While working on your projects, he manages to communicate with you without using technical jargon, and that’s why he ends up with a better understanding of your requirements and specific problems being faced by you.

Vijay specializes in creating web pages that are compatible with all the browsers and and load faster, thus driving the message home with minimal fuss. Right now he is concentrating on keeping the overheads low which results in lower costs for you. It doesn’t matter where you are located, the level of service remains as personalized as it gets.

Last but not the least, Vijay looks at every website created as a part of his portfolio, and that’s the reason he feels the same way as he looks at his own website. Need we say more?

Interested in Me. Liked my work. Want me to work for you.
Write to me at
vijay@websilt.com