Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+3
Strength to Decrease Rep
-0
36% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
6
Posts with Downvotes
5
Downvoting Members
2
1 Commented Post
Member Avatar for techxaidz

I have this file named - " CUST.dbf ", how can i use this file to be able to import on MySQL for me to access the records on the table? Thanks in advance. more power

Member Avatar for pritaeas
0
94
Member Avatar for techxaidz

-=Car Parking Monitoring System=- Hi there folks, i need some idea regarding on the problems that the user might encounter during the transaction is on going. Like for example, the customer might change his mind on parking but he was already timed-in in the system. Thanks for the share guys, …

Member Avatar for JamesCherrill
0
183
Member Avatar for techxaidz

Hi to all! Can someone help me about this concept.. I attached here a jpeg file of what I want to become an output. For the output, i simply want to draw a table that looks like a bus seat layout. So far, here's what i've got: <table border="1" cellpadding="20"> …

Member Avatar for techxaidz
0
272
Member Avatar for techxaidz

Hi! I'm a newbie in PHP. I'm currently looking for a debugging tool for PHP, does DreamWeaver CS6 provides this? Or is there any debugging tool, easy to install? BTW, I tried downloading xDebug but i can't figure out how to install it into eclipse Juno. I downloaded a DLL …

Member Avatar for veedeoo
0
148
Member Avatar for techxaidz

Hi! I am beginner in Java Programming and I am currently working with a program that randomly populate 14 buttons with a letter based on a given set of words and if the size of the word is less than the size of the button, it'll just populate it with …

Member Avatar for techxaidz
0
322
Member Avatar for techxaidz

Hello to all, im a beginner in android app development.. I just want to know if there's a way in order to separate the resources(i.e. pictures) from the apk file because it makes the apk file so big in size (already around 20mb). And also since some android phones has …

Member Avatar for peter_budo
0
94
Member Avatar for techxaidz

Hi i'm a beginner in android mobile development. I have a question regarding sqlite(Android)... Is there a way for me to be able to import text file onto database other than making it hardcoded..? or if there's not, how can i populate my database if i have a string formatted …

Member Avatar for peter_budo
0
186
Member Avatar for techxaidz

What is the code or what is the simplest way (with explanation, because im a little bit confused) in making an android application automatically adjust it's screen size layout depending on the android device used?

Member Avatar for peter_budo
0
258
Member Avatar for techxaidz

I am currently having difficulty in testing a condition if a certain button do not have a text on it. For example i have a button in an array named btn[] and a textview(JLabel) named "tv", if i execute this code, nothing happened. if(btn[1].getText().toString().isEmpty()){ tv.setText("Okay"); } i also tried these …

Member Avatar for stultuske
0
165
Member Avatar for techxaidz

Hello to all expert, i just want to ask help regarding physical topology in networking. For example i have a logical topology like this: http://i1110.photobucket.com/albums/h441/techxaidz/1-2.jpg how do i make a physical topology for this one? can you give me some details that i should consider. or can you show and …

Member Avatar for mrgreen
0
117
Member Avatar for techxaidz

So here's the scenario I have encountered: There are two Computers(Windows XP) that are conecting to a server(Windows Server 2008 r2) via remote desktop. One of the unit has a printer connected (Epson LX310 particularly) and installed properly as it can be used normally on local network. But in the …

Member Avatar for gerbil
0
222
Member Avatar for techxaidz

PROBEMS: > The Library class would include data members such as ID, Date of acquisition, description, number of copies, title and **instance methods such addItem() and retrieveItem()** also accessor and mutator methods are needed to accecss data members. > User arrays to store library holdings. So here's my questions: **What …

Member Avatar for stultuske
0
523
Member Avatar for techxaidz

I have a .txt file that has a text on it, and i want to read from it and show it on a JTextField but I dont know how to code it. So far here's what i know: viewIO = new DataInputStream(new FileInputStream(phoneList.getModel().getElementAt(phoneList.getSelectedIndex())+".dat")); for(int x = 0; x < 5; …

Member Avatar for JamesCherrill
0
112
Member Avatar for techxaidz

So i have this assignment, > Create a quiz game that displays, in turn five questions about any topic of your choice. All five questions should have the same three possible multiple-choice answers. For example, you might ask trivia question about Australia states for which the correct response is Victoria, …

Member Avatar for stultuske
0
331
Member Avatar for techxaidz

PROBLEM: > Using a text editor, create a file that contains a list of five 4-digit account numbers. Read in each account number, and alter it to add a dash and a check digit, which is calculated by taking the remainder when the original number is divided by 7. Write …

Member Avatar for stultuske
0
198