Quantcast
Channel: Programming Ideas, Logics, Tips and Tricks » php
Browsing all 20 articles
Browse latest View live

Adobe Air 3 Beta for Flash Builder

Adobe released Air 3 this month. The new Flash Builder is coming with Adobe Air 3. Those who already installed Flash Builder can upgrade the Air SDK to 3. This video will help you in this case. Thanks...

View Article


Image may be NSFW.
Clik here to view.

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

View Article

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

View Article

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

View Article

Image may be NSFW.
Clik here to view.

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

View Article


Image may be NSFW.
Clik here to view.

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

View Article

Image may be NSFW.
Clik here to view.

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

View Article

Origami – PDF library for Ruby

Origami is a ruby library for crating / editing and Managing PDF files. There is only less ruby PDF library which supports digital signature kind of feature in PDF. Recently I have used Origami for...

View Article


Image may be NSFW.
Clik here to view.

QPDF – a command line tool for PDF operations

QPDF is a command line tool for creating / editing and managing PDF. This is a powerful tool manages almost all PDF operations. You can convert one format of PDF to other, also possible bulk PDF...

View Article


RSA Algorithm

Here is RSA algorithm explained in a simple way with example. Algorithm: Find two random distinct prime numbers (usually very big) , call them P and Q Find number N = P x Q   (this N is called modulus,...

View Article

Check Public IP in Unix (Linux)

Use the below code to check your public IP from your linux console. wget -q -O – checkip.dyndns.org|sed -e ‘s/.*Current IP Address: //’ -e ‘s/

View Article

New URL Shortener

I recently started a new URL shortener service. If you’re bored with old short-url services, you can start using this http://zip.ms Here you can set your-own custom alias, than some random string. I...

View Article

Install FFMPEG in MAC

Install port first Run: sudo port -fvds selfupdate (to get the recent list) port search ffmpeg port variants ffmpeg sudo port install ffmpeg +gpl +lame +x264 +xvid Install java before these steps

View Article


QR Code Generator

A PHP based tool to generate QR Code for your website URL. http://qrcode-factory.com/ Now a days, the usage of QR code is higher and this is becoming one of the PR generating mechanisms. QR code is...

View Article

Find and Remove a particular folder or file in Mac/Linux

Open a Terminal, and browser to the folder we want to start recursive deletion and run the following command , for example to delete all folder named .svn find ./ -name “.svn” | xargs rm -Rf  

View Article


Audio recording using Flash

Audio recording using Flash ====================== To Record voice from web we need the following thing: 1) A flash media server (eg: Adobe Media Server [paid] or Red 5 [free]) 2) Java6 3) Webserver...

View Article

Adobe Air 3 Beta for Flash Builder

Adobe released Air 3 this month. The new Flash Builder is coming with Adobe Air 3. Those who already installed Flash Builder can upgrade the Air SDK to 3. This video will help you in this case. Thanks...

View Article


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

View Article

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

View Article

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

View Article
Browsing all 20 articles
Browse latest View live