Way2SMS is a popular free sms service in India that offers users to send SMS to mobile numbers using internet.The service is reliable and delivers the SMS in few seconds but there is no public API available for Way2sms. But Unofficially there is an API which communicates with Way2sms and most important thing is this API still works unlike many others
How To Archive
In this tutorial we will implement the AJAX technique using jquery and PHP.We can use the traditional method using the javascript XHR but it is lot simpler when we use Jquery.In the example detailed below the webpage posts the data to server and updates it asyncronously without page refresh. How web pages post the form data to server: Usually the front end webpage is created using HTML in which the user can enter data using forms and submit it to the server.Meanwhile on the server side there exist a scripting component say for example PHP script that listen the request send from the html page and processes it .Once processing is complete the script send the data to client side which means webpage on the browser.The webpage will then [&hellip
The most important part of increasing the webpage performance is to reduce the number of http requests,Which can be achieved by CSS Sprites.Sprite images require single http request to load the sequence of images but usually the sprite images are somehow difficult to construct and there is no automated tool available.Data URI is the alternate way of performance improvement instead of css sprites
Notepad++ was the best ever tool for a developer which supports various programming languages and features.T0 utilize the complete potential of Notepad++ you need to add some plugins to the core application. How to install a plugin in Notepad++ Once you are done with the installation open the Notepad++ application and goto Plugins->Plugin Manager->Show plugin Manager
If you have a windows PC or laptop with an internet connectivity then you can share the internet to other devices that are wifi enabled.In simple words you don’t need a wireless router to share an internet connection. Share Internet using Wifi: I have a Windows laptop which is connected to internet through LAN connection and also I have two android phones that are capable to use Wifi connection.Now If I wish to access internet in my android phone there are only two possible ways. 1.Connect through 3G 2.Connect through Wifi For the second option to connect through WiFi we need an active wireless access point to which the android phone can connect.The real problem now is when you don’t have a wireless router that [&hellip