No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
7 Posted Topics
Most probably it contains the API that returns the data in the form of an array with Customer Name and Country. This data might be hardcoded in the file, or it is requesting from a table somewhere.
I tried your code on my computer and it seems to work (as in, the background image appears on the page). try setting the `background: url` to `"../image_directory/name_of_image.png"` the `../`depends on the depth of your directory structure (as in how many levels do you have to go up from the …
this, is a good place to start. I started there too. I'm pretty new at this myself, but the documentation here can help you out. http://developer.android.com/training/index.html
reading, watching tv, movies, anime, play video games.. reading.
[QUOTE=dasunile;1017221]Hi Guys, I cant find the Folder options button under the tools tab on my comp. Its shows me some map drive, sync drive etc. None of the usual options are showing. In one of the previous threads. this is what was suggested. "[U]man this problem was getting on me …
Try to get the input [B]before[/B] the [I][COLOR="green"]while[/COLOR][/I] loop, make the [I][COLOR="green"]while[/COLOR][/I] loop checks if the input is in kundregister.txt and only execute [I][COLOR="green"]If[/COLOR][/I] statement if condition isn't met. The algorithm should be something like this: [CODE]get input while (input is !condition) execute If statement end while[/CODE] since you don't …
The End.