Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
~10K People Reached
Favorite Tags

15 Posted Topics

Member Avatar for tiny7415

I am new in IT world and I was wondering the difference between a web designer and a web developer? Honestly, they sounds the same to me. However, I see a lot of postings with these two position. will someone explain to me the difference and could you tell me …

Member Avatar for slavonescjy
0
409
Member Avatar for collinsislee

You can do the same thing you did from your first few printouts... but you do it before the end of the loop so every time it calls for a loop it will add a space before it prints another System.out.print(" ");// this will give you pace

Member Avatar for JamesCherrill
0
367
Member Avatar for tiny7415

Hi everyone!! I am using cfm files and i have never used cfc; i ve read about cfc but i could not figure out how it works? could i use this cfc files in my cfm? and can you give example like calling an xml file.

Member Avatar for kha_tsn
0
214
Member Avatar for tiny7415

<cfoutput> #DateFormat(Now(), "mmm-dd-yyyy")#<br> </cfoutput> the result is: Jul-09-2009 What i wanted to do is....to add 1 year from todays date or I want to show a date that is a year after. Is thare a cf tag that will help me do that? is that possible? Do i need to …

Member Avatar for arrgh
0
1K
Member Avatar for tiny7415

How do i add an input text in a dropdown list? or is there a way I can add a data in a dropdown list without going to the database? or... is this not possible!!!

Member Avatar for arrgh
0
75
Member Avatar for tiny7415

Can you put a cf comment inside the cfquery? example: <cfquery name="list" datasource = "#dsn#"> <!--- this is a comment, will this query run ---> SELECT Name, Age FROM studentTable WHERE Age = 20 </cfquery>

Member Avatar for tiny7415
0
243
Member Avatar for tiny7415

I am looking for a host that supports jsp files and xml. I went to several host provider and I noticed that most of them supports asp and not jsp. Is jsp a standard language that every host supports it?

Member Avatar for Camy
0
148
Member Avatar for ttboy04

note: please copy your program to another file and try this: if you want to reset the number of the aPig.. all you have to do is rewrite the resetCount() # # this.number.resetCount = 0; you do not need the while loop you can also call the applifier

Member Avatar for ttboy04
0
270
Member Avatar for jtodd

create a pointer node> links to the int first> make the root(or the start) node of the linklist to the pointer node that you have created.

Member Avatar for tiny7415
0
86
Member Avatar for mgern26

If you do increments on adding a star , you do the decrements on the reverse. and you need to initialize your i to the number of stars. inc i = 0; i < 6; i++ dec i = 6; i > 0; i--; hope it helps;; good luck

Member Avatar for mgern26
0
84
Member Avatar for merrycit

seems like the program will work fine. except for the name of the output file. try changing your file name from "src/Robert Frost.txt" to "src/Robert_Frost.txt" and let me know how it works.

Member Avatar for tiny7415
0
135
Member Avatar for justbelieve87

The way java runs is top to bottom you can not go back (not unless the class at the bottom part is being called by the top most. the thing that happend to your invoice.createInvoiceItems was explained by justbelieved87. maybe if you would place the public void runProcess() method... it …

Member Avatar for tiny7415
0
167
Member Avatar for mackychan12

I think you need to rewrite your toString() method and kvass is right take the abstract off to your class otherwise everything is fine. if i will rewrite it .. it will be public class Employee{..... public String toString(){ return String.format(" %s %s \n social security number: %s ", firstName, …

Member Avatar for tiny7415
0
153
Member Avatar for ubi_ct83

The first thing you do is to make a JMenuBar // create a menu bar on top of the window that you are creating JMenu // to create a file menu JMenuItem // creates an item for your file menu eg. open, close, and save // to be under the …

Member Avatar for tiny7415
0
118
Member Avatar for hell04

You have written your program well and I would just like to revise a little bit. I now this thread was written in 2009 but I will still send this just for the new once looking for an answer similar to your problem. import java.util.ArrayList; public class sum { //I …

Member Avatar for tiny7415
0
6K

The End.