List/Grid

TipnTricks Subscribe to TipnTricks

window.postMessage, Cross Domain Iframe communication

window.postMessage and receiveMessage are part of HTML5 and can be used for communication between two Iframes, belong to two different domains. To send a message to parent window from Iframe… Read more »

WCF net.tcp listener adapter stops responding Issue

Referring to this post net.tcp listener adapter stops responding. To solve this, I added enable port sharing on server by adding portSharingEnabled attribute <bindings> <netTcpBinding> <binding name=”tcpBinding” portSharingEnabled=”true” … Increase… Read more »

How to Connect Your Mobile or iPad Camera Into Webcam

Mobiola is a Trail Software that convert or Turn your iPhone, BlackBerry, Windows Mobile or Symbian (Nokia only) smartphone into a high-quality wireless webcam. Mobiola WebCamera is a great way… Read more »

Display recent Twitter tweets using PHP

Display recent Twitter tweets using PHP

Here is a code to display recent twitter tweets using PHP: $doc = new DOMDocument(); # load the RSS document, edit this line to include your username or user id… Read more »

Program to find Anagrams

An anagram of a word or phrase is the result of rearranging its letters to form another meaningful word or phrase. For example, an anagram of “anagram finder” is “garden… Read more »

Remove Duplicates from a String

Here is a small snippet to remove duplicate from a string: If input is aaabbbccccdddeee then output should be abcde or if input is abceebc then output should be abce:… Read more »

Identify the points of diagonal of a rectangle

This JavaScript will find the points of diagonal of a rectangle and draw a line on it. // display line between graph function drawLine( Ax, Ay, Bx, By) { Ax… Read more »

How to Create Custom Colored QR Codes With Brand Logo

How to Create Custom Colored QR Codes With Brand Logo

Creating and sharing QR codes with call to action is now the popular means of brand promotion. QR codes can be added to any printed media which enables the user… Read more »

Boost WiFi signal with a Soda Can

Boost WiFi signal with a Soda Can

Nothing can be more easier and cheaper to boost your WiFi Signals, than just empty soda cans. You start by removing the tab, making some markings, cutting the can in… Read more »

Direct Download Links for iOS 5 Firmware Update

Direct Download Links for iOS 5 Firmware Update

You can grab the IPSW files from the direct download links mentioned below and update your iDevice to iOS 5 by hitting Shift+Restore on Windows or Option+restore on Mac and… Read more »