- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 3
- Posts with Downvotes
- 2
- Downvoting Members
- 3
25 Posted Topics
Re: 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 … | |
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 … | |
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 | |
![]() | Re: 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. ![]() |
![]() | Re: 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. |
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 … | |
Re: 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? | |
Re: 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. | |
Re: [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" … | |
Re: 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. | |
Re: 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 … | |
Re: 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. | |
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 … | |
Re: 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 … | |
Re: 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, … | |
Re: Could you add your HTML code, as well as your php.ini file? | |
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 … | |
Re: You could always try with DIV's and put tables inside the DIV's. | |
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 … | |
Re: [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 … | |
Re: 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] ![]() | |
Re: [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 … | |
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 … | |
Re: 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. | |
Re: [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. |
The End.