Show/hide DIV with jQuery
It’s so simple to make show/hide div on click and it makes web pages even better. Be sure first to call initial jQuery script. Then we create click event listener which is triggered when...
Web and other stuff
It’s so simple to make show/hide div on click and it makes web pages even better. Be sure first to call initial jQuery script. Then we create click event listener which is triggered when...
M.I.C. Gadget is reporting that the basis for the massive influx of teardrop ‘iPhone 5’ cases is a prototype device lost by or possibly stolen from Foxconn.
Somehow it’s wery hard to find clickable and dragable maker that can show lat and lang on the web so i decidet to create my own.
While ago i found this post and made some changes. I edit it so multiplie fields can be posted to PHP and all images can be saved to mySQL database. Function is uploading images and at same...
In this post you can see how to send SMS message with VOIP service using PHP. Almost all VOIP service providers are using same technic to send SMS over https protocol like this: https://www.12voip.com/myaccount/sendsms.php?username=xxxxxxxxxx&password=xxxxxxxxxx&from=xxxxxxxxxx&to=xxxxxxxxxx&text=xxxxxxxxxx
Stefan Esser, also known as I0n1c, the hacker behind the iOS 4.3.1 untether has created an amazing presentation on the latest iOS jailbreak techniques. Esser made the presentation for Black Hat last month.
Analyst Ming-Chi Kuo has seen no evidence of the rumored redesigned ‘iPhone 4S’ in the supply chain, reports MacRumors.
Welcome to my site iW3B.info. This is my first post and here is a first welcome code in php programming language. <?php $x = “Hello world and welcome to iW3B.info”; echo $x; ?>