Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Member Avatar for deucalion0

I have been trying for a long time to use a mobile Doctype in my XSLT file like so: <xsl:output method="xml" omit-xml-declaration="yes" doctype-public="-//WAPFORUM//DTD XHTML Mobile 1.0//EN" doctype-system="http://www.wapforum.org/DTD/xhtml-mobile10.dtd"/> but when I do this my sites layout goes all crazy which you can see [here](http://mayar.abertay.ac.uk/~0902221/plcwork/). I need to validate my mobile site …

0
75
Member Avatar for deucalion0

Hi there, I have been studying he Observer pattern among other design patterns, and I am having difficulty understanding how it works. I have read the design patterns book by Head First where applicable and researched it like crazy on the internet. I was wondering if anyone can point out …

0
85
Member Avatar for deucalion0

I have created a way of entering data into my database table using android and now I am trying to retrieve it and display it onto the screen. Here is the code I have so far for my viewscores class: [code]public class Viewscores extends Activity{ Button scores; @Override public void …

0
66
Member Avatar for deucalion0

Hey guys I am trying to create a game where when a condition is met the the Activity is called and now runs level 2 conditions, and so on as the levels increment. The problem is that the level integer which stores the level always resets to the initialised value, …

Member Avatar for peter_budo
0
266
Member Avatar for deucalion0

Hey guys, I am starting the development of my android cloud app, I want the user to log in and then be able to upload images to their account. The way I want the app to work, is keep as much information local on the device, instead of having web …

Member Avatar for peter_budo
0
82
Member Avatar for deucalion0

Hey guys, I am creating a form that allows a logged in user to enter a new password for their, account, I already have the query set up to update the password, but in my form I have the first input set to take the existing password, which must match …

Member Avatar for diafol
0
130
Member Avatar for deucalion0

Hey guys, I am creating a shopping basket and I have a background image set to a div that I want to position text over the top of certain parts of the image and some parts are dynamic, item quantity and total cost etc... so when these change everything I …

Member Avatar for deucalion0
0
144
Member Avatar for deucalion0

I want to create an Android application where a user can create an account which basically stores their username and password, and photos. I want to use a Microsoft Access Database, a user once logged in can take a photo using the android device and the photo is automatically sent …

Member Avatar for jbennet
0
310
Member Avatar for deucalion0

Hey guys, I am creatiing a website where I need a sidebar with different links, each link will open a different version of the product page, only the content part will be different. I want to know how I can change the content part of the product part depending on …

Member Avatar for diafol
0
127
Member Avatar for deucalion0

Hey guys, so I have been trying to get images to appear with an SQL query using PHP. My table has a column called picture, it is datatype nvarchar50. I have a folder in my project called images and in there an image called 4.png. So in the field of …

Member Avatar for diafol
0
1K
Member Avatar for deucalion0

Hey guys, I was wondering if anyone can tell me if VOID in C# is a keyword? If so is it built in or library type? I cant seem to find decent information on this. Also I was wondering about ArrayList, which kind of type this is? Any advice on …

Member Avatar for deucalion0
0
137
Member Avatar for deucalion0

So I am looking at a past exam paper which I am studying for my exams coming up and I am really confused regarding this question, can someone give details on the state of the memory for the following: [CODE] class Q2 { private static int num = 0; private …

Member Avatar for lolafuertes
0
166
Member Avatar for deucalion0

Hey guys, i have an image on my screen that I want to go on and off every half second, so it has a flashing affect. i am using Netbeans and J2Me and I want to know the best and simplest most efficient way to do this, any help is …

Member Avatar for deucalion0
0
75
Member Avatar for deucalion0

So I have Microsoft SQL Server 2008 R2 installed and an instance set up with a database an user setup on that database with a password. I have installed PHP, and IIS and got PH working from the WWWROOT folder, but when tryng to connect to my database it is …

Member Avatar for Biiim
0
273
Member Avatar for deucalion0

Hey guys, i was hoping to get some advice on a project i am about to start. basically I have just started learning J2ME, using Netbeans. i have went through few tutorials from Hello World to Pong and completed them working fully. Now my project is something not too difficult …

Member Avatar for peter_budo
0
109
Member Avatar for deucalion0

Hey guys I have to create class diagrams for my software project and I was wondering what happens when there is no inheritance between my classes. I have five classes: Titlescreen, Program, Robot, Levels and Form1. None of these classes are abstract, they have no Inheritance between them, just Objects …

Member Avatar for deucalion0
0
134
Member Avatar for deucalion0

Hey guys, I have created a piece of software that connects to a wii remote and detects hand gestures. The results trigger a command to a robot via infrared. So it is basically a simple game. The proigram done, I now need to establish a list of Functional and Non-Functional …

Member Avatar for deucalion0
0
151
Member Avatar for deucalion0

Hey there guys, i needed to design a vlan for part of my university coursework. I was hoping that some of you pros here can have a look at it and give me your opinion, it was very difficult to research and design. I was wondering if the native vlan …

Member Avatar for vkumarg89
0
174
Member Avatar for deucalion0

Hey guys, I have a lot of javascript for my google map api and I have all the information stored away in an xml file which the javascrupt reads. I have many map markers but I cannot get a line break between th esets of markers, only each and every …

Member Avatar for deucalion0
0
221
Member Avatar for deucalion0

Hey guys, I am building a page where I will have five links and each one will open a different image inside a div, but i need this image to be an image map, I created the image maps and the links, but I am having great difficulty in getting …

Member Avatar for Taywin
0
99
Member Avatar for deucalion0

Hey guys, I have been trying for a few days to create a form on a web page where someone can search my database by keyword, I am having many difficulties figuring this out, and Googling help has probably confused me more. I have a database called links which contains …

Member Avatar for arrgh
0
634
Member Avatar for deucalion0

Hey there guys. I was hoping someone would be able to help me figure out how to increment enumeration. I have a game that uses enumeration to get the points for killing an enemy, I want the value of the enemy to increment by 10 every time one of the …

Member Avatar for Momerath
0
150
Member Avatar for deucalion0

Hello guys, I hope you are all well! I am creating a game in Visual Studio using picture box's, but I cannot for the life of me figure out how I can have a nice picture in the background, as when I do put one in there it is constantly …

Member Avatar for deucalion0
0
1K
Member Avatar for deucalion0

Hey guys, I have a million questions but the main one I need ahelp with is that I have a method in a class that plays sound and I am trying to call that method in the mainscreen class. So I create a new instance of the class that contains …

Member Avatar for nick.crane
0
119
Member Avatar for deucalion0

Hey guys I was hoping some of you here may know how to help me with this problem I'm having where I have created picture boxes that are aliens in a game of space invaders and they move from left to right down once then right to left just like …

Member Avatar for Momerath
0
125
Member Avatar for deucalion0

Hey there guys, this is my first post and yes it's because I need help. I am not straight out asking for someone to do my work for me, I can get my work done for me at any-time no problem but then I won't learn and learn is something …

Member Avatar for Geekitygeek
1
527