Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
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
~17.3K People Reached
About Me

I'm me.

Interests
Coding, playing halo, 18 year old stuff?

39 Posted Topics

Member Avatar for Recruiter

I've had that problem. It may be annoying but just live with it ;). Just try again, I think eventually I got 'em to delete, or I just forgot about them. either way my problem was solved :)

Member Avatar for Recruiter
0
257
Member Avatar for OmniX

Odd, everytime I close it I get a message saying it closed unexpectedly. Your the only other person who has had glitches with this program. Anyway back on topic. Try and uninstall it then re-install. If it doesn't work contact adobe and tell them your problem; make sure they help …

Member Avatar for MarcosPe
-1
2K
Member Avatar for prashanth18
Member Avatar for leakbali
0
271
Member Avatar for sreein1986
Member Avatar for Arkinder
0
110
Member Avatar for mrrko

I'll look into it, give me a little time. And I don't think it got cut off..he didn't finish

Member Avatar for Fbody
0
752
Member Avatar for lunet

Look for websites on google that are tutorials. Learn the basics etc, then start designing pages. Learn CSS and XHTML and start with that. Don't expect to know it all in like a month however. Took me a year to learn all I know.

Member Avatar for Bob Walsh
0
268
Member Avatar for EmilyJames
Member Avatar for Tony0930

They are pretty much the same except that XHTML is more strict and must be lower case. Also you have to end and open tags, where you want them to end. I recommend XHTML as it's just good practice to make your code like that.

Member Avatar for nikesh.yadav
0
99
Member Avatar for agent007

If the navigation menu will be a static width, for example 500px, then go in photoshop and make a rectangle with rounded corners that is 500px wide. Then cut out the bottom and top (parts with the rounded corners in them) and some simple css for the top of the …

Member Avatar for opsryushi
0
178
Member Avatar for fedegrafo
Member Avatar for jadedman
Member Avatar for marketingworld

You want to dual boot windows XP and Vista? It won't work if that's what you are after; I've tried. Maybe there is a way, but I haven't gotten it to work.

Member Avatar for marketingworld
0
106
Member Avatar for dskumar_85

Is the new program being blocked by Vista or is vista being blocked by the new program?

Member Avatar for MelechM
0
89
Member Avatar for goodtaste
Member Avatar for MelechM
0
142
Member Avatar for ingeborgdot@yah

Premium. Ultimate just has a bit more fancy stuff, not worth it unless you NEED those extra fun stuff (like vid as your wallpaper). Also I assume that ultimate eats more ram etc. For the basics of household use gaming use and stuff go with premium, it serves me well …

Member Avatar for ingeborgdot@yah
0
89
Member Avatar for sanfan49er

Try and start it at least. I think an array of a bunch of numbers would work fine, user inputs the amount of numbers to be generated (to show your professor it works you can input 1000, 10000, and 100000) and then the output is a bunch of numbers from …

Member Avatar for Alexpap
0
171
Member Avatar for CPPRULZ
Member Avatar for baltazar
0
191
Member Avatar for KylieByrne

I just go CTRL + S and save as styleSheetName.css and it saves as a CSS file...styleSheetName.css goes in the file name area. leave save as type alone, just make sure the name has .css after it.

Member Avatar for MelechM
0
8K
Member Avatar for pads

You can't come here and expect us to do everything. From what I read you have some of the functions done (part 1 and 2 right?) let us see that so we can further help you with parts 3 and 4 and see that you have really attempted to do …

Member Avatar for MelechM
0
149
Member Avatar for MelechM

Ok I have Visual C++ 2008 and I made a new project and made an app. It's a basic window with a menu, icon, etc. Now I have the following program for instance: [code] #include <iostream> #include <math.h> using namespace std; int main() { char answer; float c, e, x, …

Member Avatar for MelechM
0
124
Member Avatar for john88

The code above didn't work for me, but I tweaked it a bit and it worked then try this: [code] #include <iostream> #include <iomanip> #include <string> #include <cctype> using namespace std; int main() { char bokstav; int ch=0; int tal=0; int punkt=0; int space=0; int others=0; cout << "Type a …

Member Avatar for MelechM
0
122
Member Avatar for jameswaugh

Are you sure all of the programs etc on your computer are compatible with vista. When I upgraded I had to go through and uninstall a bunch of programs. Contact microsoft, they have to help you for free...so go to them they might know better than anyone here. I'm running …

Member Avatar for MelechM
0
176
Member Avatar for kadie

Is it movie maker that windows comes with? Might be the program isn't saving correctly.

Member Avatar for MelechM
0
55
Member Avatar for roastinghatt

He likes IE over Firefox? I personally like safari and firefox over other browsers, especially IE. I've got vista, and I have IE 8 (it can emulate ie 7 so good for me, as a junior web developer). Did your son go to Computer >> Uninstall or change a program? …

Member Avatar for MelechM
0
95
Member Avatar for richtowel

I'm sure your school has a tech teacher. He can actually see your laptop and will most likely have a better chance of helping you.

Member Avatar for MelechM
0
102
Member Avatar for cpeeyush1

As essential stated Javascript is the way to go on this one. Do you want it to be based on the time of day or just based on, for instance, if I go to the website one time I get one theme, second time different theme, third time different theme? …

Member Avatar for MelechM
0
114
Member Avatar for ohyeah

You could also put this at the end: [code] cout << "\nDo you want to run this program again? Y/N:\t"; cin >> ExitOr; if (ExitOr == 'n') exit(1); else { if (ExitOr == 'y') { main(); } } [/code] and add this after int main(): [code] char ExitOr; [/code] This …

Member Avatar for MelechM
0
155
Member Avatar for bricjames

Wait all he needs is a program that adds two numbers that are entered, then asks the user to continue yes or no? if yes then go back to main, if no then exit program, right? [code] #include <iostream> #include <math.h> using namespace std; int main() { char ExitOr; float …

Member Avatar for MelechM
0
122
Member Avatar for steve136

Fixed it. However I had to add an if IE statement and the code within there is a bit different from the original code to fix the IE problem. [code] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <style type="text/css"> body { height:100%; width:100%; background-color: #FFFFFF; margin-left: 0px; …

Member Avatar for MelechM
0
129
Member Avatar for AwesomeLord
Member Avatar for Venom Rush

for background-color: (color); make it background-color: transparent; that should work. If not send us ur whole code to help

Member Avatar for MelechM
0
126
Member Avatar for tech291083

You can't center it from the top or bottom only from the sides. I would take out the following code from everywhere it is and put it only in body: [code] margin-left: auto; margin-right: auto; [/code] So body would be the only one with that code in it: [code] body{ …

Member Avatar for MelechM
0
1K
Member Avatar for kyllle
Member Avatar for tiger86

It's possible. I got it running on my site, before I went all wordpress. I can send you an example and you can learn for yourself.

Member Avatar for MelechM
0
348
Member Avatar for Andrew Hucks

Wow...that's awful. I'm looking into it. give me some time and I'll see if i can fix it. EDIT: Um looks like you will need two stylesheets. Unless you want me to completely re-do the original to work in firefox and IE the same. otherwise two stylesheets (one for IE …

Member Avatar for MelechM
0
170
Member Avatar for Mylena

shouldn't do that. try and switch the site to html just to view the errors and get back to us. then we could help... as stated above `</br>` is not a break...ie wouldn't know what to do there so it dismisses it. `<br />` is correct, and you should first …

Member Avatar for MelechM
0
148
Member Avatar for lochii

How far do you want to spread the buttons out? How many pixels from each other? lets say your code is: [code] .button { float: left; width: (width of the button pic); background-image: url('Image Directory/ImageName.ImageFileType'); height: (height of the button pic); } [/code] Well to simply just move them the …

Member Avatar for MelechM
0
128
Member Avatar for mangel.murti

Percent would take the percent of the users screen...if you want it set to a certain width and hight and not change pixels is the way to go. Unless you do want the website to fit the screen then sreenin1986's approach is the way to do it. ex: If you …

Member Avatar for MelechM
0
111
Member Avatar for MeTc123

Yeah it's faster to change something on your website, just change one file and all your pages are changed, as stated above.

Member Avatar for MelechM
0
94

The End.