TipnTricks Subscribe to TipnTricks
Get the IP address in ASP.NET
To get the ip address of client machine in asp.net use the following code snippet. private string GetUserIP() { string ip = Request.ServerVariables["HTTP_X_CLUSTER_CLIENT_IP"]; string trueIP = string.Empty; if (!string.IsNullOrEmpty(ip)) {… Read more
Facebook style mention
I was working on Facebook style mention and found this link http://stackoverflow.com/questions/8438371/style-text-inside-textarea-like-facebook-does this gives me initial setup, for css and html. later I added script to make it work. Added… Read more
Convert SVG to PNG using Java Servlet
I am going to cover several aspects of this project in other posts. In this post i will only cover how to convert SVG to png. I will use Batik… Read more
Puzzle, from a facebook page
5+3+2=151022 9+2+4=183652 8+6+3=482466 5+4+5=202541 Then 7+2+5= ______ ? first 2 digits of answer : first digit * second digit next two digit of answer : first digit * third digit… Read more
Shortcuts for Windows 8
Knowing at least some of the Windows 8 shortcuts keyboard will make your Windows 8 experience more and more enjoyable. Try to memorize these shortcuts Windows 8 shortcut keys. Windows… Read more
Cheat Whatsapp to Hide change late seen status time
You can confuse your friends and family changing last seen status on what app. Whatsapp server read your mobile timing and if you change your mobile timing then whatsapp will… Read more
Follow & Track Facebook Page without like
You can easily track Facebook page without liking the page.To do this only add the page on your interest list . Follow these steps: Go to any Facebook page In the… Read more
find the existence of an element using jquery
We can find weather an element exists in a HTML document or not. if($(“#elementID”).length > 0) { //element exists } $(‘#elementID’) always return an object, so it will always make… Read more
How To Delete Your Facebook Search History
If you care about your privacy, then you must know that Facebook stores everything you do there including what you search for. Here is a quick tip to delete all… Read more
How To Hard Reset iPad To Default Factory Settings
It is important to know that before you go for hard reset your iPad, that all your information will be lost and cannot be retrieved. If you are planning to… Read more




