JBar – Jquery Bar

JBar – Jquery Bar

Posted by Sajith M.R in Downloads, php, webworld on 27. Dec, 2009 | 0 Comments

Flash messages or notification messages are very essential part of every update/edit or delete operations. We either use ajax update messages like “You account has been updated” or “Your photo has been successfully deleted”
Here, a new plugin of jQuery can be used to display the flash messages like twitter. (see twitter’s settings page)
I added some [...]

How Gmail Video Chat Works ?

How Gmail Video Chat Works ?

Posted by Sajith M.R in webworld on 18. Nov, 2008 | 6 Comments

Recently Gmail Introduced Video Chat. For a platform, to support the video chat you need to install the flash activex plugin.
You can get the plugin from http://mail.google.com/videochat
But when you click on Install voice and video chat button, Some of you see the page which shows
“The installer should complete in seconds.

 
If you are having trouble with [...]

Fun Time

Posted by Sajith M.R in webworld on 04. Nov, 2008 | 5 Comments

Hello Techies ,
Lets watch a fun video with your browser interactive effect. Kill me if you dont like this flash + javascript effect.
Dont maximise (enlarge ) your browser window  after clicking the below link. Wait a moment  after the click.
REMEMBER, DONT MAXIMIZE the window
http://www.fly-a-balloon.be/
Regards
Sythoos

Embedded Flash Player is not working from another domain (Cross-Domain swf access )

Embedded Flash Player is not working from another domain (Cross-Domain swf access )

Posted by Sajith M.R in webworld on 18. Jul, 2008 | 4 Comments

When I used an flv player for my website www.amvizone.com, the main problem I faced was the external embedding. So I provided the iframe embedddng method instead of embedded object like youtube. The problem was the embedded flash player only worked with the my domain (where the player.swf is placed). When I put the [...]

Wordpress Announcement – Plugin

Wordpress Announcement – Plugin

Posted by Sajith M.R in Downloads, webworld on 24. Jun, 2008 | 74 Comments

Do you wanna inform any important news or message to your readers ? Here is a simple plugin, Wordpress Announcement Plugin.
Download the plugin from : http://downloads.wordpress.org/plugin/announcement.zip
Go to Admin > Plugin > and activate announcement plugin. After that, go to options and select Announcement. By default the plugin will be inactive. You have to set your [...]

Requirements for a Video Website

Requirements for a Video Website

Posted by Sajith M.R in webworld on 23. Jun, 2008 | 6 Comments

If you are planing to start a video website like youtube, here is some things to keep in mind.

FLV PLAYER
========
You know in now a days most of the video streaming websites use flash player for video streaming. The video file is in flv format. So you need a flash video player for this purpose.
You [...]

Download Youtube Videos using PHP Code

Download Youtube Videos using PHP Code

Posted by Sajith M.R in php, php source code on 29. May, 2008 | 34 Comments

If you want to get the FLV file of any youtube video url using php code, here is the solution.

If you are a PHP Programmer and if you are working with any video website, and if you need to grab videos (FLV files) from youtube and to put it yourown site (not object embedding) [...]

Cross Browser Cookies

Cross Browser Cookies

Posted by Sajith M.R in html, webworld on 04. Apr, 2008 | 2 Comments

A normal html / web developer must be femilered with cookies and sessions. In normal case the cookie set by one browser cannot be access through another browser. Each browsers have its own space to store the cookie value. Thats why when you login your email account from one browser, if you go another browser [...]