Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
28% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
3
Posts with Downvotes
2
Downvoting Members
3
1 Commented Post
~12.5K People Reached

25 Posted Topics

Member Avatar for happygeek

Well, the thing about "Which one is better" is somewhat true... I was getting pretty feud up with all the windows junk (windows 7 and vista, and I knew I'd have to upgrade to vista or 7 sometime or another). And second, I [I]was[/I] interested in open source programming, or …

Member Avatar for simhakidsden
9
3K
Member Avatar for kooia

Hi everyone, I'm completely new to javascript, and I was working on a project that's supposed to overlay an image when mouseover occurs. When you mouseover, it shows the image, but then when you're moving your mouse over that area, the overlaid image flashes. I think maybe this should go …

Member Avatar for R0bb0b
0
1K
Member Avatar for kooia

Hi everyone, I have the impression that Internet Explorer can only use EM's. I also have the impression that em's are normally 16 px, but can very in size. Is this true? Both ways, how do you define the size yourself? kooia

Member Avatar for Frankey
0
646
Member Avatar for Member #733618

Maybe I misunderstood you, but this is very common: [CODE] display: block; margin-left: auto; margin-right: auto; /*OR...0*/ margin-left: 0 auto; margin-right: 0auto; [/CODE] I'm not sure which is correct, but it's something like that.

Member Avatar for Member #733618
0
181
Member Avatar for Member #461954

Well, I have no idea how to do that with HTACCESS, but maybe you could post the server you use ... maybe someone knows of a tool that'll let you do that.

Member Avatar for pritaeas
0
163
Member Avatar for kooia

I want to have a position:relative element inside another. Position:absolute actually would work better, but I don't want to mess with all of that. So how can I get something like Daniweb's [CODE_] thing? I want to have a main DIV, with a DIV inside, on the left. The DIV …

Member Avatar for kooia
0
98
Member Avatar for sacarias40

Coords sound pretty good to me ... add a half degree to each coord - take 22N, 33W and get 22.5N, 21.5N, 33.5W, and 32.5W. Search for people with a coord inside. Something like that maybe. Is that what you're looking for?

Member Avatar for kooia
0
101
Member Avatar for mani_1991

What about frames/iframes? [URL="http://w3schools.com/tags/tag_frame.asp"]W3schools frames[/URL]. You would have to mess around with the CSS, though, so the PHP sounds pretty good.

Member Avatar for mani_1991
0
153
Member Avatar for ivan3510

[QUOTE=ivan3510;1341974]... site changed, but the song still plays, it doesn't stop playing? (Which program they used to make that!) Thanks![/QUOTE] That's probably just plain frames (not iframes, they're different. Iframes would work, too, though). [[URL="http://w3schools.com/html/html_frames.asp"]W3schools Frames Tutorial[/URL]. [CODE] <!DOCTYPE html> <html> <head><title>Title</title></head> <body> <!--Your sound stuff--> <frameset cols="100%"> <frame frameborder="0" …

Member Avatar for ivan3510
0
118
Member Avatar for Baby.D

Well, you can learn Html and CSS at [URL="http://www.w3schools.com/"]http://www.w3schools.com/[/URL] That's where I learned HTML and CSS.

Member Avatar for packetpirate
0
142
Member Avatar for Aquaman

I haven't really ever used iframes except for with some videos where I was feeling extra lazy, but from what I've read, you need to use CSS or JavaScript. But I did find your thread very interesting, i'd never thought of that. Maybe you can use embed, I;m not sure …

Member Avatar for Aquaman
0
172
Member Avatar for george61

Well, I'm not very good with CSS either, but what I've always done is use a 1 pixel PNG image as the background whenever I need to use opacity. I know there's better ways, but it's always worked fine for me.

Member Avatar for $urya
0
82
Member Avatar for kooia

Hi everyone, I want to make a page with a table. It has three TD's: 120px, fluid ([code=css]min-width:500; max-width:700px; /*This is for the fluid TD*/[/code]), 120px. How am I supposed to write the table? Would [code=html]<table width="100%"></table><!--or--><table width="all"></table>[/code] work? Or does anyone have an idea of how I should do …

Member Avatar for kooia
0
150
Member Avatar for nicnac23

I don't think I'm getting this correctly, but anyway, something like this. [CODE=php] $content=$_POST['text']; file_put_contents("http://external.cc/a.txt", $content . ";", FILE_APPEND); file_put_contents("b.txt", $content . ";", FILE_APPEND); [/CODE] Since you're talking about external, I'm thinking you don't mean you want to have this [CODE=php]file_put_contents("http://external.cc/a.txt", $content . ";", FILE_APPEND);[/CODE] be allowed in php.ini, so …

Member Avatar for JenniC
0
1K
Member Avatar for sparatacus

Wait ... are you wondering about where to start on the [I]design[/I] or the technical stuff, or on both? On the design, I always start on the layout, like with blank images and substituting text with "blah blah blah blah ... etc.". However, I always start with the technical stuff, …

Member Avatar for sparatacus
0
128
Member Avatar for levsha
Member Avatar for kooia

Hi everyone, I was wondering if there's a way to write a command to the terminal from a c++ program. I'd like to be able to have some kind of loop with a Makefile, so the last command on a makefile runs the makefile again. Otherwise, is there a way …

Member Avatar for kooia
0
175
Member Avatar for Mohan P Gibson
Member Avatar for kooia

Hi everyone, I want to copy the output of a program with another program so I can write it to a file. I'm running Ubuntu Linux, and I'm trying to see what my system is like with hwinfo. The list is too long, though, so I need to put it …

Member Avatar for kooia
0
130
Member Avatar for goback

[QUOTE=goback;1177047]I have got a homework named greatest common divisor of two integers write in C++ in MS visual c++ 2008 in windows form. Using listbox, textbox... I don't know how write this programme. Please help me thank you. Sorry for my English.[/QUOTE] Not exactly sure what you mean You want …

Member Avatar for goback
0
314
Member Avatar for EdTheUniqueGeek

I think you must have to have PHP on the webpage (or some kind of thing like that, ASP, whatever) that calls the executable. [URL="http://webforumz.com/php/4268-run-exe-program-via-php.htm"]http://webforumz.com/php/4268-run-exe-program-via-php.htm[/URL]

Member Avatar for Member #120589
0
1K
Member Avatar for nbabumca

[QUOTE=nbabumca;1177506]Hi All, Actually i am sending motivational email to my friends every day. its customized HTML Templates, But what happen, in that templates i used some images, its working in my browser. but my friends are using IE and Firefox, in that also images are not display. its showing only …

Member Avatar for migcosta
0
164
Member Avatar for kooia

I'm facing technical difficulties. I can't get position:relative elements to overlap. At the time, I need to center a <div>, and have an image overlapping that, and an image overlapping that. Could you please send me some test code, with 2 image CSS definitions? One overlapping the other, with different …

Member Avatar for kooia
0
2K
Member Avatar for Brillig

I know it's not good, but I actually like to embed PHP in my CSS. I have problems with position:relative. Mainly, I can't get things to overlap as well as position:absolute.

Member Avatar for metalix
0
138
Member Avatar for msgeek

[QUOTE=msgeek;1176627]I want to download Image file from web using c++ and save it in specified folder. How to do it?... please help me.[/QUOTE] You have to get Libcurl [URL="http://curl.haxx.se"]http://curl.haxx.se[/URL] make sure you get LIBCURL, not curl. They also have some examples.

Member Avatar for kooia
0
108

The End.