20,739 Topics

Member Avatar for
Member Avatar for moroccanplaya

i am writing a web server thats serves one html file but when i go to my browser and type in localhost:50000/home/user/www/index.html i get something like this  viewd on my browser heres my code for writing to a socket [CODE] n = read(connectfd, buffer, 255 ); if (n < …

Member Avatar for dondajr
0
103
Member Avatar for SolidSolutions

[url]http://www.gwftn.org/frame.html#projects[/url] In the bottom left of the content of the page is a link for "virtual prayer walk". If you click on that, an iframe is displayed. In other browsers, you can navigate the iframe just fine (using the go forward/ go backward links). In IE, it does not change …

Member Avatar for SolidSolutions
0
168
Member Avatar for TWilsonRipsom

I have been experiencing a problem with a menu tree created in JavaScript. It has been in use for years with previous versions of IE with no problems but when I tried to put it into a new web page and loaded it on IE8 the appearance changed dramatically. Has …

0
124
Member Avatar for Marzo

I have a web page I am creating with an iFrame. Every div below the iframe disappears. In this case, it's the div "footer" I've tried several things with the css, and it did nothing. This is the site: [URL="http://t-down.webs.com/pre/home.html"]http://t-down.webs.com/pre/home.html[/URL] Here is my HTML code: [CODE]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML …

0
64
Member Avatar for brynFlew

I have a table and need 2 rows merged horizontally, come somebody help me do this i seem to be having some difficulties. Here is my source and a screen attached. The green line in the image is where i want to split the cell. Thanks [CODE] <table id="dataTable" cellspacing="0" …

Member Avatar for fcvolunteer
1
170
Member Avatar for fieryidris

i spent a lot of time yesterday redoing my whole website with iframes for each section but once i put everything onto the server i found that the links inside the iframes opened inside the iframes rather than in the whole window. how do i escape from the iframe to …

Member Avatar for mianovag
0
614
Member Avatar for Soben

[CODE] <div style="background-color:black; width:100%; height:30"> </div> [/CODE] I would like to make a div with a real 100% width, but when I try the code above, I don't get what I want :[ It's not really 100% there are still some spaces between the div and body. what should I …

Member Avatar for scottloway
0
56
Member Avatar for skald89
Member Avatar for WASDted

Hewlett Packard has been synonymous with ‘quality printers’ for decades, but these days a printer is not just a printer anymore. We expect more and more is what you get with the HP Officejet Pro 8500A Plus, a new multi-function machine and member of HP’s ePrint family. We reviewed it …

Member Avatar for Dani
1
457
Member Avatar for dornaled
Member Avatar for christopher6
0
86
Member Avatar for Erek4

Just curious to see if anyone knows how to do the following: 1) Create a link on a webpage that will send an email. (Already Know this) 2) Put information in the body of that email. (Have an idea of how: body= 3) Here is the kicker: Keep the signature …

Member Avatar for jlego
0
77
Member Avatar for kuri88

I need to split the area code out of the () so it only displays numbers using the substring method. Below is the code I have done so car. [code] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>No Title</title> <script type …

Member Avatar for edith135
0
102
Member Avatar for wapcrimers

Hi Everybody. Recently, i was trying to execute FLASH editor, but as i clicked on executable application file to install it, it shows an error that "FLASH VIDEO EXTENSION.DLL file is missing". I downloaded this file from SNIP but it didn't work and commenting about version. So, if anybody knows …

Member Avatar for contusvideo
0
386
Member Avatar for fcvolunteer

I've made a nav menu for my site but I've now been asked to turn it into a dropdown menu. I'd like to make it a horizontal submenu and after giving it a try on my own I found a wysiwyg program that lets you design it and spits out …

Member Avatar for fcvolunteer
0
90
Member Avatar for MrCapuchino

Hello, I have a .jsp file linked with a css file, normally I will put resize:none; to the textarea in my form to stop chrome or safari putting a resize handle on it. The thing is I cannot get it to work I don't know if it is because I'm …

Member Avatar for MrCapuchino
0
154
Member Avatar for dornaled

Hello , i was wondering if anyone could help me ! When i use WHM-remote backup ( FTP backup ) files will be transferred to the home FTP folder not to the part/Directory where i have addressed , for example i have addressed like : "/home/user/backup" but all the .tar.gz …

Member Avatar for Kraai
0
80
Member Avatar for JeroenvDijk

[I]Let's participate in writing. For my graduation project I had to do a literature study. I discussed the book "Clean Code", written by Rober C. Martin (a.k.a. "Uncle Bob"). I copy-pasted this and hope I didn't forget to adjust the formatting.[/I] [B]Motivation[/B] My literature study started when I inspected the …

Member Avatar for ddanbe
1
595
Member Avatar for chaserpm

Hello.. I need some help from the pros. lately I've been getting alot of spam on my site's contact forms. I want to add IP request in my forms so I can block the spammer's IPs. So far I have got the job 50% done. On my site i have …

Member Avatar for chaserpm
0
310
Member Avatar for dsmush

Hi I'm trying to get the labels of my form to appear above their input boxes and for the input boxes themselves to be side by side (basically a horizontal login form) I've used the label tag in my form after doing some research which looks like: [CODE]<form> <label for="email">Email</label> …

Member Avatar for dsmush
0
13K
Member Avatar for caltech
Member Avatar for Joshua Kidd

Hello all, Is there any way that I can count the number of lines in one column in a table? Such as I want to count all the names in this column on First name: [url]http://www.globalvirtualairlines.com/MyPages/web%20app.php[/url] How would I do so? Thanks in advance! :)

Member Avatar for macneato
0
76
Member Avatar for caltech

They should work, I don't know. Example: [CODE]<a href="http://www.endofdreamz.com" title="End of Dreamz" target=_"new">Website</a>[/CODE] Yeah so what's the story tried switching stuff around I don't know tried alt... I don't know. The webpage address is [url]http://nickelheroes.com/collaborators/collaborators.php[/url] I really want to get these to work so that I can just have it …

Member Avatar for macneato
0
102
Member Avatar for Egypt Pharaoh

How can I add a jquery code block like this [CODE]<td><tt> Name: '.$_POST['name'].' </tt></td> </tr> <tr> <td><tt> Surname: '.$_POST['surname'].' </tt></td> </tr> <tr> <td><tt> E-Mail: <a href="mailto:'.$_POST['email'].'">'.$_POST['email'].'</a> </tt></td> </tr> <tr> <td><tt> Message: <br><br> '.$_POST['message'].' </tt></td> </tr> </table> </body> </html>';[/CODE]

Member Avatar for macneato
0
57
Member Avatar for marwan4

I have problemes editing vbulletin from my cp , in the template interface , and i tried to edit the froum interface from dreamweaver 8 but i couldn't. i opened the index.php file of the vbulletin directory with dreamweaver and all i get is the php code and i couldn't …

Member Avatar for pathtoolong
0
169
Member Avatar for skald89

Hi, I know my knowledge of coding is very limited. I can code basic html and css, and not even completely correct. My question is, if I code an html layout and css that only looks correct in one browser can a programer take it and fix it all up? …

Member Avatar for vinayakgarg
0
137
Member Avatar for ppetree

I'm getting constant 404's on my mod-rewrites... this was working and I have no clue where to start looking to debug this so I would appreciate some help... ANY help!!! :) [B]This is the error from the error log:[/B] [Sat Mar 26 17:40:36 2011] [error] [client 89.23.133.199] File does not …

0
66
Member Avatar for ThirstyGlen

Hi, I recently built a new html site and it looked great in FF, Chrome, Safari, and IE8. When I view the site in IE9, it expands vertically, leaving spaces between the images and generally destroying the page layout. I don't know if this is an issue with my html …

Member Avatar for ThirstyGlen
0
155
Member Avatar for vedel
Member Avatar for salbag

I keep on getting an error message " the internet has stopped working, a problem has caused the program to start properly, windows will close the program and notify you if a solution is available" but when I right click on the internet Icon on the taskbar and click on …

Member Avatar for jdgray
0
315
Member Avatar for linezero

I have tried many ways to download the files in a listbox. non-seems to work. the listbox has url eg: [ICODE] [url]http://www.hahaww.com/2.pdf[/url] [url]http://www.hahaww.com/f1.pdf[/url] [url]http://www.hahaww.com/24.pdf[/url] [/ICODE] I want to download the files until ListBox.Items.Count = 0 which each file with number ording... for eg: 2.pdf will be 1.pdf f1.pdf will be …

Member Avatar for codeorder
0
739
Member Avatar for caltech

it's not the browser because it's working on another page; tried configuring the link and then removing it even, didn't work. so I really don't know. NickelHeroes.com, under "Collaborators", "Our Collaborators". Testing it on Lionel. What the hell is wrong. You can look up the code quick if you want, …

0
94
Member Avatar for Joshua Kidd

Hello all, I was just wondering if there is any possible way to do this: Have a user webpage, and a receiver page, and a status page. user page= Form with text Boxes and Submit button. the submit button sends the data to the Receiver page in a table. The …

Member Avatar for Joshua Kidd
0
135
Member Avatar for massy

i'm not sure what its called but basically my web site looks and runs fine until the window is NOT full screen. the items are replaced and reorganized. how do i make it so the web page is fixed and if the browser window is not maximized it just shows …

0
105
Member Avatar for thebigbroski

I'm working in Dreamweaver, and every time I try to put text into my editable region from a template it does the following: [url]http://img228.imageshack.us/i/resulto.png/[/url] That's the odd indentation. I tried allign the text to the left, and it does, but as soon as I try to test it out in …

Member Avatar for scottloway
0
80
Member Avatar for skald89

<div id="mailsort"> <div><a class="mailsort" style="width:175px;" height"auto" > From </a></div> <div><a class="mailsort" style="width:61px;" height"auto"> Date </a></div> <div><a class="mailsort" style="width:248;" height"auto"> Subject </a></div> </div> I want a right thin solid border on the right of "from" "date" "subject" I think its suppose to be <div style="border-right: " border- "> from </div> I …

Member Avatar for staciejortega
0
190
Member Avatar for Richajr0

Hi I want to create a 'select all' checkbox or button associated with a checkbox group. This is so that the user can automatically select all checkboxes in the group as there is a long list on the form. Im sure there is a simple way to do this but …

Member Avatar for janks
0
170
Member Avatar for Atistus

I am quite new to Python programming, just started about a week ago, and was just designing a simple menu for a simple guessing game. I have browsed Google and other websites trying to find snippets of code that may help me but my searches haven't turned up anything. I've …

Member Avatar for Atistus
0
176
Member Avatar for daviddoria

Is there a way to make a string variable in "normal" html (that is, not inside of a <script> tag)? I want to do something like [CODE] Number='005' <a href="http://domain.com/"+Number+".html">my link</a>[/CODE] Is this possible? Thanks, David

Member Avatar for daviddoria
0
104
Member Avatar for fabricetoussain

[img]http://i10.photobucket.com/albums/a145/41991/help.png[/img] ok making my first site, and i want to be able to put an iframe right inbetween the {} (as described in photo), just a simple horizontal photo scroll in a frame, but i cant figure out how to exactly put it into this location, i seriously started like …

Member Avatar for diafol
0
107
Member Avatar for java_programmer

I am trying to write a simple servlet program. But getting the error The requested resource (/servletexam/LoginServlet) is not available. I have created two servlet classes as follows - [B]LoginServlet[/B] [CODE] public class LoginServlet extends HttpServlet { Hashtable<String,String> users = new Hashtable<String,String>(); public void doGet(HttpServletRequest req, HttpServletResponse res) throws ServletException, …

Member Avatar for java_programmer
0
309
Member Avatar for Elbudster

Hello, For a web app I am building, I am dynamically loading additional JavaScript and CSS files on demand (after the initial page load). According to the html specs, both the <script> and <link> elements support the onload event. I can get <script> tags to load and fire an onload …

Member Avatar for matsko
0
655
Member Avatar for Buolbear4444

How can one go about making and publishing a Chrome Web App? My understanding is there is some amount of HTML involved.

Member Avatar for logostomake
0
68
Member Avatar for 54uydf

Hey, I think my DB has very standard parts and I don't want to reinvent the wheel again so I wonder if there are some ready and widely used DB templates for what I need - My database is all about customers, so I got a bunch of tables related …

Member Avatar for BitBlt
0
143
Member Avatar for shredder2794

Hello all, I am trying to strip all of the white space,front and back, from a variable that has the value of a text box in it. I've tried so many different techniques but to no avail... here is an example of some of my code... [code]var firstname =(document.registration_form.FirstName.value); if …

Member Avatar for ivatanako
0
399
Member Avatar for VBrulez

So, I use this site called DriveHQ to host my website- I upload a HTML file, and I open the file and get the link, and use .CO.NR to redirect to the site. Okay, so the point is that I made this Flash thing with something called PowerBullet Presenter, and …

Member Avatar for Kraai
0
98
Member Avatar for skald89

Could i put all this info in a css file and still code [CODE]<div id="submenu1"> </div>[/CODE] if yes how? [CODE]#submenu1 { position:absolute; top:530px; left:167px; width:auto; } #submenu2 { float:right; position:absolute; padding-left:10px; border-left:thin; border-left-color:#000; border-left-style:solid; border-left-width:thin; top:530px; left:487px; width:auto; } #submenuline { position:absolute; width:525px; top:535px; left:167px;[/CODE]

Member Avatar for skald89
0
83
Member Avatar for Reliable

Hey Everyone, I am hopign someone can help me out. I'm trying to learn how to use Fireworks to slice and export my website layouts since it has been given the CSS functionality. Problem the examples I have seen on ly show simple layouts wehre there are clear boundaries between …

0
56
Member Avatar for chwong
Member Avatar for joeyxaza

hi all, i am new to perl and i am trying to design a web form (login, registration, user profile, session, cookie, mysql database connection, etc) using perl. is there any place where i can get a good tutorial on the above, or is there any existing code i can …

Member Avatar for jon.kiparsky
0
125
Member Avatar for navdeep7489

Can anybody tell me how to handle more number of requests on server using PHP ? If there are 1000 request capability of web server at a time and if more number of requests (say 1500) are encounter on server at a time, then how the SEVER maintains and process …

Member Avatar for chrishea
0
114

The End.