GenieAlert-a Customized Javascript Alert Box.

The GenieAlert provides the features to add custom buttons and functions to be called upon click of each buttons. The Title and the alert icon to be disaplyed can also be configured as per the user need.

Note: Note the default alert box of the javascript will be completely overridden by this utility.

DOWNLOAD:

1. Click Here to download the GenieAlert.

SOURCE:

You can download the source from the following repositories.

1. https://github.com/prakashm88/geniealert.git

(or)

2. http://code.google.com/p/geniealert/source/checkout

USAGE:

1. Include the geniealert.js and style.css in the header.

< script src="geniealert.0.1.js" type="text/javascript" />
< link href="style.css" mce_href="style.css" rel="stylesheet" type="text/css" />

2. Place all the images in the “images” folder.
3. Arguments for the customized alert, Alert Message, Array of Button names, Array of function names (with the arguments if necessary), Title for the alert window, URL for the image to be show in the alert window.
4. On Calling the default alert(“some text”) the customized alert windos with default title as “Alert!” and an “information” icon will be shown.
5. Create a Array of Text to be shown in the Alert Box, Create Array of function names to be called when the corresponding buttons are clciked, a Title for the Alert and the URl of the image to be shown inside the alertbox. (Make sure the image is 32px X 32px).
6. Call the function as follows whereever ncessary.

< script type="text/javascript" >
function YourFunctionName()
{
var buttonList = ["Yes", "No", "Cancel"] ;
var buttonListFunc = ["YesFunction()", "NoFunction()", "CancelFunction()"] ;
alert("Sample alert with default settings") ;
alert("Click on the following buttons to call the corresponding methods.", buttonList, buttonListFunc, "Alert Box", "images/error.png") ;
}
function YesFunction() { // Your Code here }
function NoFunction() { // Your Code here }
function CancelFunction() { // Your Code here }
< /script>

SCREENSHOT:

 

Introducing GroupMe(From the makers of Skype) – Free group messaging on mobile phones

GroupMe is the easiest way to chat with the people and groups you really know, wherever you are.It allows group messaging ,photo sharing,and also share your locations.

GROUP MESSAGING: Start groups with the people already in your contacts. When you send a message, everyone instantly receives it. It’s like a private chat room.

PHOTO SHARING:Photos can be shared within the conversation.

LOCATION SHARING:Share your current locations and also find your friend’s location in the map provided.

GroupMe works on almost every cell phone and there’s an app available for iPhone, Android, BlackBerry and Windows Phone 7. And best of all, the app is free.But this app is not avaiable foe symbian os.

Get GroupME now