Tooltip using CSS3 – HTML5 iPhone Website Part 3

This post is part of series HTML5 iPhone Website How can we make a tool tip bubble using CSS3. A tool tip is a box and an arrow at the edge pointing something. We can create this using two divs or one div and a span, one in normal mode and the other rotate through [...]

0 Comments

CSS 3.0 Tools – Don’t reinvent the wheel

This article is part of  series, “HTML5 iPhone Website Development” During your CSS creation, whenever  you think you need a gradient or rounder corner or a rotation, we can use the advantage of CSS3. Don’t need to go to W3Schools or any CSS 3 documentation, that is old style Use online tools, example and the [...]

0 Comments

HTML5 iPhone site development – Part 1

Started writing a series post after a long time for HTML5 iPhone Website Development. Read my previous Series here: Gmail Architecture Online Photoshop Basic Structure As usual start designing your website with iPhone layout in mind. Things to remember before you design 1) iPhone support HTML5 and CSS3 2) iPhone has two orientations. 3) iPhone [...]

0 Comments

HTML5 Audio: Browser Self Test

Created a small html5 page today to check which audio format your browser support in HTML5. It is using a Javascript code to detect browsers audio status dynamically and show the result. I also added 5 different audio format sample using html5 audio node, and using this you can test whether any particular format is [...]

0 Comments , , , , , , ,

Facebook changes App profile page

From February 2012 onwards, Facebook stops App profile pages. But you can still move all your page likes and users to new page (till Feb). The new Facebook app creation flow is really confusing. For developers, to add a app as a tab to another page, you  need to user the following URL: https://www.facebook.com/dialog/pagetab?app_id=YOUR_APP_ID&next=YOUR_URL next [...]

0 Comments

Install Asterisk in Mac (including Lion)

Mac port packages are available for Asterisk in mac As a first step, do a port update to get all new packages: port selfupdate Step 2: sudo port install asterisk [This is a long process, it will start installing many dependancy packages] Possible errors you can see: 1) Image error: /opt/local/bin/a2p is being used by [...]

0 Comments

Pass parameter to an iframe embedded Fan Page in Facebook

Those who use their on hosting inside an iframe  for Facebook Fan page, there is a mechanism to pass additional parameters to your iframe page if you need to create a deep URL. A normal Fan page of Facebook would like this: https://www.facebook.com/apps/application.php?id=xxxxxxxxxx&sk=app_XXXXXX This Url will call your domain, say example.com inside the iframe to [...]

0 Comments

jRecorder 1.1 with Preview option is released

Two months ago, I published a jQuery plugin to record audio from browser (without any Media server) called jRecorder I got many responses and requests to maintain the code with new enhancements and some bug fixes. Based on that, a new version (1.1) is released which has the capability to preview the recorded audio before [...]

33 Comments

Started writing on Buzitweet

Buzitweet is a blogging platform where anyone can register using a Facebook account and can post your articles. No matter what topic it is, it can be programming, videos, quotes, images, pictures or any thing. I use that platform for writing quick programming tips, and which I feel  really interesting. Here are my recent 4 [...]

0 Comments

Facebook – Like to see the content

Sometime in Facebook Pages, you can see the message / banner, we have offers for you, like us to see. Or Like us to unlock the content etc. These all are for getting more likes in their Facebook page and indeed, it is a very nice idea to spread your updates among many of your [...]

6 Comments

AngryBirds in HTML5 (Adobe Edge)

Just another time pass. Today I tried Angry Birds Welcome Screen in HTML5. Use Latest Safari for HTML5 with Sounds. In my Mozilla Animation works but no sound. (If you are viewing this post via Email, click the link to see the animation) Click for FULLSCREEN Share

2 Comments , , , , , ,

Adobe Edge – HTML5 made easy

I tried new Adobe Edge yesterday, wow it is cool and it took only 10 minutes for me to develop the following animation in HTML 5. You can simply do animation, movements, rotation, resizing, font changes etc as you do in Flash layers . You can also write actions in javascript, if reached here, or [...]

1 Comments

jRecorder – jQuery plugin for audio recording

Recently I made a jQuery plugin named jRecorder to record voice in html pages. This plugin is very easy to integrate with your web page and you DON’T need a flash server or RED5 server to do the recording What all you need is a Web Server (PHP or any server scripting language). You can [...]

127 Comments

IVR Direct Dialler or Using Comma in Dialling a number

The tips is based on my requirement to call india using a calling number. Usually calling card has their number and after that we need to enter our PIN (for some calling card, PIN won’t be there) then we need to enter the destination number. All this can be done in a single call using [...]

0 Comments , , , ,

Tips to hide any document inside a JPG file (image) : 2 simple steps

[This tip is for information purposes only. Always use technology for good intensions. ] Take any JPG file and place inside a folder. Place the files to hide inside same folder and zip the altogether to a single file (do zip even if there is only one file to hide) Open terminal and switch to [...]

2 Comments