Facebook Graph API – The missing part

As you all know recent changes in privacy issues made Facebook to change their basic API and added some security concerns. From my best practise, most of the old applications are safe, but you will be in trouble when you create new application. By default you cannot access user’s photos, profile pictures , albums etc. [...]

4 Comments , , , , , , , , , , , , , , , , , , , ,

Multi-language support with PHP

If you aim to create a multi-language  website using PHP + Mysql , remember the following tips. You can use mysql database for this purpose rather than using separate language files as usual content management system does. You can create a table with following structure for this purpose.Table: muli-lang string_id: page_id: en: arb: fr: Here [...]

8 Comments , , , , , , , , ,

Quick tips for https connection (Non secure content warning – IE)

If you are using https pages or some of the pages (payment pages etc) in your website, keep the following in your mind. In some browsers especially IE shows warning of non-secured content in secured page. This cause user the feeling that the website is not secured. Use relative url always. Relative URL means those [...]

1 Comments , , , , , , , , , , ,

Innovation at its maximum – Bank Run – user interactive movie

I don’t need to explain anything about this game, sorry movie Go to :http://www.bankrungame.com/ Share

0 Comments , , , , , , , , , , ,

Flexigrid

In most of the project, we need to write a lot of queries to create admin backend. Especially for report generation.  In old days I used phpTables. But recently I started using Flexigrid, a jQuery plugin for displaying tables. It is very simple to write code and all work in Ajax Here is the url: [...]

1 Comments

Platforms for developing iPhone Application

In 2008, after Steve Jobs released a Software Development Kit  (SDK)for developing iPhone application,  the iPhone OS platform became open for all to development their own application. Xcode is the development environment for iPhone development.  Later a lot of frameworks were introduced over this platform.  The following are new platforms for developing iPhone applications. iPhone [...]

8 Comments , , , , , , , , ,

Sliding menu using jQuery and ScrollTo

Recently I created a sliding menu for a project using jQuery and ScrollTo functions. See demo: Slider  Menu We can use the jQuery function $(“.menubar”).scrollTo(id_of_element) to scroll any scrollable area to a particular location. The idea behind every smooth sliding is using scroll function with overflow:hidden mode. You can download the source code from : [...]

1 Comments , , , , , , ,

How Gmail Video Chat Works ?

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 [...]

11 Comments , , , , , , , , , , , , ,

Find who is invisible in gmail chat (Gtalk)

Many people already blogged about this article. I made the same experiment. It works. If you want to find say xyz@gmail.com is invisible or not. Open your gtalk app and type this email address in top search textbox Click the profile, it opens in new window as usual Click on the down arrow button in [...]

79 Comments , , , , , , , ,

WordPress Announcement – Plugin

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 [...]

78 Comments , , , , , ,

Gmail Chat Implementation

Today i implemented gmail chat window , not an ajax chat with a chat server, but its client side implementation. Here you can see the demo: http://www.sajithmr.com/gtalk/ Take this link in a new tab or window, and take any other website without closing it. After 3 seconds , (Consider it as a new chat message [...]

36 Comments , , , , ,

Stumble Reviews – WordPress Plugin

If you installed stumble toolbar in your browser, you can see a white bubble button. It is called stumble review button. When you browse a website url, if you press this bubble, you can see the reviews regarding that website by different stumbleupon users. Take your wordpress blog posts and click on stumble review bubble, [...]

27 Comments , , , , ,

Forward this email… Earn Money !!! Fraud

Advertisement: Avoid fraudulent acts online with Child Internet Safety measures. Sometimes you get some email forward contains: 1) Please forward this mail to your friends. 4.5 Month old child needs help. Don’t spend money – just forward this email to all your contacts – you will help her by contributing 10 cents for each email [...]

50 Comments , , , , , , , , ,

PHP time ago calculation

The new web 2.0 displays time and date not in old style manner like 12.30 pm Jan 200 7. The new generation need relative time like 2 hours ago, 6 months ago, 4 years ago, very old etc. So if you save the timestamp of a particular content creation in database we can simply show [...]

20 Comments , , ,

Cetera Algorithm

New sound algorithm to create 3d effects in sound. You are femiliar with sterio, 5.1 surround etc things. But hear this mp3 using your head phones (head phone is a must) http://juneja.info/binaural/v-i-r-t-u-a-l-_-b-a.mp3 From this mp3 , you will get the feeling of a barber shop, and you are setting on the chair. If this mp3 [...]

105 Comments , , , ,