Reblogged from : To implement this you will need to: 1. Every time your page loads a “init()” function will load. <body onLoad="init()"> 2. Define a div named “loading” right after section. <div id="loading" style="position:absolute; width:100%; text-align:center;
[ read more ]
hi dear’s I am caught in the problem that when i use “Form ENCTYPE=”multipart/form-data” and Method=”Post” and ACTION=”FileProcess.jsp” then i am get the file on FileProcess.jsp but i can’t get the other data like example Problem Post by that Som
[ read more ]
Top 10 Reasons To Root Your Android Phone People say there are always two classes of technology users; those who take and use technology the way it is brought to them, no questions or complaints, while others who want to indulge deep into the very essence of what’s being offered, and want to empow
[ read more ]
We have been covering rooting procedures for several Android devices in the past and in this post, we aim to bring them all together. In the beginning, you might see just a few devices listed here but over time, we will be updating this guide with rooting procedures for all the devices we have alrea
[ read more ]
Download the Chat Server Application project (Visual Studio 2005) This is the second part of a tutorial that teaches you how to create a C# chat application. In Part 1 – Building the Chat Clientwe’ve looked at how to create the chat application that connects to a chat server, and here we
[ read more ]
Download the Chat Client Application project(Visual Studio 2005) Building a Chat Server and a Chat Client To no avail I’ve been searching the web for a good C# chat client/server application that is not thousands of lines of code long. The only simple ones I could find were flawed or very bugg
[ read more ]
Reference PayPal site. This chapters describes how to cancel one, some, or all of your customers’ subscriptions. Cancelling Individual Subscriptions You can cancel a subscription by going to the Subscription Details page. Go to the History subtab of the My Account tab, choose the Subscriptions fie
[ read more ]
1. Overview
1.1. Live Wallpapers
Live Wallpapers are animated, interactive backgrounds for the Android homescreen. A live wallpaper is similar to other Android applications and can use most of the same functionality.
To create a live wallpaper, you need to create a XML file whic
[ read more ]
1. Custom Views
1.1. Defining own Views
You can also create you own Views by either extending existing Views classes or by extending View directly.
Views draw themself in the onDraw() method. You get a Canvas object which allows to perform drawing operations on it, e.g. draw lin
[ read more ]
1. SQLite and Android
1.1. What is SQLite?
SQLite is an Open Source Database which is embedded into Android. SQLite supports standard relational database features like SQL syntax, transactions and prepared statements. In addition it requires only little memory at runtime (approx. 2
[ read more ]