10,452 Topics

Member Avatar for
Member Avatar for Codealot

Hey, i just joined this place because i really need a job... i dont expect alot of money, however i have sold my codes for over $800, i am looking for any size job any amount of time, pretty much anything.. i am young but i have been coding for …

Member Avatar for Puckdropper
0
86
Member Avatar for krhelter

I am new here and having a big headache. I have inherited a web site at my job. It is a site for a history magazine and I need to be able to have a search and advanced search option that allows users to search the article table by keywords. …

Member Avatar for krhelter
0
157
Member Avatar for Silentiopk4

I am trying to work through an example from CGI101 (Jaqueline Hamilton's book) and my head is getting turned around. I have two files: env.cgi which looks like [code]#!C:/Perl/bin/perl -wT use strict; use CGI qw(:standard); use CGI::Carp qw(warningsToBrowser fatalsToBrowser); use CGI::Pretty; print header; print start_html("Environment"); foreach my $key (sort(keys(%ENV))) { …

Member Avatar for Silentiopk4
0
210
Member Avatar for j4mes_bond25

I normally try XHTML Validation, however, this time I'm trying CSS validation as well. Most of these errors that I came across were in "background-color" and it says you've NO "background-color", which after delving into it further, I realised that whereever I've "color", I HAVE TO HAVE "background-color" as well …

Member Avatar for Lafinboy
0
100
Member Avatar for Rossco_

First of all, hello everyone, seems like a good forum you guys have here. My query is im trying to allow access to my companys software support forum from its software which is created in delphi.net, i wish to pass a few variables that the user enters in delphi to …

Member Avatar for Lord Soth
0
180
Member Avatar for j4mes_bond25

I normally use [url]http://validator.w3.org/[/url] to validation my XHTML, however, in my current project, I've used PHP as well & all my files has ".php" extention so can't use this site to validation my XHTML codes. Mainly the PHP I've used is for the "include" function to share navigation, header, footer, …

Member Avatar for j4mes_bond25
0
176
Member Avatar for php111

hi, I'm new here and i like this site. Anyway, how do i program in HTML, CSS, PHP, MYSQL, C, C+, C++, whatever i would need to know and what can i use it in when i'm done learning? Thanks. Bye.

Member Avatar for GriffIT34
0
153
Member Avatar for j4mes_bond25

I'm trying to add a gradient I made as a background to my "centerContent", so it acts as a shadow to the border of "centerContent". I'm using CSS's z-index property to get the desired result, but am not having this "content-shadow" image displaying on my page, at all. There may …

Member Avatar for tgreer
0
119
Member Avatar for j4mes_bond25

Is there any code within CSS that allows me to have SHADOW around the "border-left" and "border-right" ??? Example of it can be seen from: [url]http://www.tristarwebdesign.co.uk/[/url] Is it not possible to merely create one more "div" (such as "centerContentShadow") & have it in the background of the "centerContent". I was …

Member Avatar for tgreer
0
112
Member Avatar for mikeandike22

im trying to creat an email form with php here is wat I have and it isnt working [PHP]<?xml version="1.0" encoding="iso-8859-1"?> <!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> <title>Jacob Sherman</title> <link rel="stylesheet" href="content.css" type="text/css" /> </head> <body> <form action="" method="post" enctype="text/plain"> <table border="0" cellspacing="0" cellpadding="4" width="90%"> …

Member Avatar for mikeandike22
0
77
Member Avatar for ChimpusDupus

Hi, My name is James and I'm from Southern Maryland. I'm a junior in highschool and this summer I am working as a paid intern at Zekiah Technologies, working with ASP.NET. I have experience with VB6, some C++, some HTML/CSS/Javascript, and a little ASP.NET. I just bought Microsoft Visual Studio …

Member Avatar for Dani
0
93
Member Avatar for danydrunk

Im a game art and design student that loves just about every computer related thing, from coding php, actionscript, html, css, java, to animating in 3d and drawing with photoshop. Some times I think I should focus on one single thing instead of trying to learn everything but my brain …

Member Avatar for happygeek
0
73
Member Avatar for gendv

[QUOTE]body { background-image: url(images/101.jpg); background-repeat: no-repeat; background-color: #FFFFE5; margin-left: 0px; margin-top: 0px; line-height: 22px }[/QUOTE] Is it possible to Fix the Background img?

Member Avatar for alpha_foobar
0
78
Member Avatar for ahr3n3

Hi, I urgently need someone's help. Any kind sou(s) will be greatly appreaciated. I've tried solving this problem for like three days. At first, my problem is I can't hide my sub-links. Now, I'm able to hide all of them. But it can't be showed when hovered. I understand that …

Member Avatar for ahr3n3
0
100
Member Avatar for cmills83

Everything else is good so far except the drop shadow around the main content box only goes down to the bottom of the browser window in FireFox and Netscape but works in IE. Here is the HTML site I am redoing in CSS [url]www.sanmarcosonline.info[/url] Here is the CSS site with …

Member Avatar for cmills83
0
94
Member Avatar for J_Search

JavaScripters, This question is in regards to a JavaScript script within a PHP page. I included everything in case a complete understanding is required for a correct response. Thanks in advance. ****INFO**** Rater.php has a JavaScript script, which displays an interactive rating tool. It allows a user to slide a …

Member Avatar for J_Search
0
391
Member Avatar for punkrockbboy

I've been scratching my head on this all night, i'm trying to position in CSS a image in the {body} element (i hope that is the right term, i'm still new to all this). Heres what i have right now: [code]body { background-color: #ffffff; color:#000000; background-image: url(chapter11bkg.jpg); background-repeat: no-repeat; background-position: …

Member Avatar for tgreer
0
181
Member Avatar for alpha2006

Does anyone know how to create a rule in Outlook to automatically delete all the emails that are written in HTML format? I get a lot of spam HTML emails and I want to automatically delete all the emails that I receive in HTML format. Thanks.

0
96
Member Avatar for sholsinger

Hi... I'm new. I mainly signed on for help with some stability issues i've been having with a new mobo. Seems like a friendly and knowledgable place for such issues. About me... hmm. I'm 19. I live in Kingston, PA. I recently (march 2006) graduated from Lehigh Valley College and …

Member Avatar for Dani
0
129
Member Avatar for Stewie

I keep getting this error when ever I try to update or delete a record from my site. The error that I keep getting is "The string is not closed" I have use an example straight from the book so I don't know where to go. Here is my code …

Member Avatar for Stewie
0
137
Member Avatar for j4mes_bond25

I wish to have links for the menu like this: [url]http://www.tristarwebdesign.co.uk/templates/templates/karma/index.html[/url] However, I wish to have MY OWN font style on each links as it can be seen on: The only difference I want is that this guy has used "title" in order to display text on each "li" link, …

Member Avatar for j4mes_bond25
0
2K
Member Avatar for Yuki H.

I made this php mailform months ago, and I haven't done php in a while, so I need help with it. Though a person might not have a valid email or typed in their name and/or comments it still submits, how can I fix this problem? [PHP]<? include('header.txt'); ?> <table …

0
67
Member Avatar for mmfarhan

Hi, I am using RichEdit box (i downloaded it from [url]www.gerd-tentler.de/tools/richedit/index.html[/url]) on my page for formatting text and storing text with html tags in database. But, when i try to get this text (eg. <P> kkjkjkj </P>) from database using <c:out value='${LongDesc}' /> it converts all the tags into: & …

0
65
Member Avatar for bkendall

My stylesheets tend to get long at times and I find I am constantly fishing around looking for colors to use. So I asked a friend at work about it and he created a dremweaver extension that will pull all of your colors from your css ot html fil and …

0
135
Member Avatar for gendv

[B]A little backround into the mission:[/B] My sitemap is a tree menu, i need to navigate from a page to the tree menu, but in the tree menu, the page that the visitor came from needs to be highlighted. Here is my code for the tree menu : tree_nodes.js // …

0
110
Member Avatar for nixpix

Hi there I am new to this site and have been browsing the CSS related threads...I am at my wits end!! I am developing a site at the moment where I have changed the colours of my scrollbars using CSS. I have defined the colours in the body,html tag inside …

Member Avatar for nixpix
0
135
Member Avatar for Gody

Hi everybody, I have a XML file having data stored in tags as <Username>[I]User name here[/I]</Username> <Password>[I]Password here[/I]</Username> (There will be data of around 100 users) I need to display this data in a HTML file in a tabular format. Kindly help me.

Member Avatar for inkrajesh
0
175
Member Avatar for challenger

I'm not sure if this is the right place to put this. Here goes: I would like to convert a html page to an image. I've done googling. Most of the findings led me to downloading sharewares. As this project has a tight budget, I reckon I should build something …

Member Avatar for challenger
0
132
Member Avatar for TimLee

Hi, Can anyone help with this? I would like to be able to add graphic banners or images in the outgoing welcomemail body sent to new registrants on the vBuleetin forum... Any ideas appreciated... Regards.

Member Avatar for Dani
0
182
Member Avatar for VIRUSOFDEATH

I NEED SOME SERIOUS HELP ! ! ! NOBODYS KNOWS WHAT THIS VIRUS IS....OR HOW TO GET RID OF IT! I THINK I'VE RUN EVERY ANTIVIRUS, CLEANER, REMOVER, FIREWALL THAT EXISTS.... CWHREDDER, NORTON ANTIVIRUS, SPYDOCTOR, ADAWARE, PANDA, EWIDO, MICROSOFTS MALWARE REMOVAL AND DEFENDER, SMITREM, THE CLEANER, PANDA, KAPERSKY, TREND, COMPUTER …

Member Avatar for confusertech
0
474
Member Avatar for challenger

Hi, I have to embed an applet on a html page that will be accessed by client PCs. I want to display a pdf file on the applet as well (supposedly a html file). I decided to venture into converting the html file to a pdf file and display on …

0
109
Member Avatar for mike21091

Hi , I'm Known As mike21091 On Just About Every Single Site I Use On The Internet , No Different Here . I'm A 15 Year Old Web Developer That Likes OS Development And Also Likes Application Development . I've Been Doing Web Programming For About A Year Now , …

Member Avatar for 'Stein
0
75
Member Avatar for unitechy

Hello people. I need to convert a few WML codings to HTML. I have found plenty of converters that convert HTML to WAP, but none usable. Please guide me. Thanks in advance.

Member Avatar for tgreer
0
240
Member Avatar for GriffIT34

i've just started in the world of html and css how does my web site show up in searches "google" I have an animated .gif moves very slow when page loads can that be sped up any way to do things in colums EX: 1 2 3 4 5 6 …

Member Avatar for GriffIT34
0
157
Member Avatar for j4mes_bond25

Is there any way in CSS (without using any JavaScript) which allows us to NOT to have scrollbars next to "certain contents" only. I'm getting my inspiration from this website: [url]http://www.tristarwebdesign.co.uk/templates/templates/infinity/index.html[/url] My very top space is for "company's logo" & I don't want a scroll bar appearing on the right …

Member Avatar for John.Nye
0
2K
Member Avatar for j4mes_bond25

I wonder if someone could possibly enlighten towards image inset/outset effect. The image is fixed now & it works perfectly well. I'm just working on the very front "index.html" page. I know I'm making a rather simple mistake here, but until I know what is it, it would be hard …

Member Avatar for John.Nye
0
144
Member Avatar for j4mes_bond25

I've set the "smtp" in "Config.php" in order to receive mail to my address so that all the fields filled by user gets to me, after they press "Submit" button in my "Contact.php" Things seem to have improved a little & all I'm getting is just a "Warning message": Warning: …

Member Avatar for j4mes_bond25
0
125
Member Avatar for j4mes_bond25

After bending over backwards, I managed to finally get my form validation done, which seems working perfectly well. After failing to work with e-mail, I wonder if anyone around could help me little towards e-mail so that as soon as someone presses "Submit" button, I get the entire form's message …

Member Avatar for BlazingWolf
0
167
Member Avatar for arnar

Hi everybody I have one question. I´m quite new to HTML programming, but have been dabbling with it. I have a website that has two dropdownlists (ASP.NET controls). One ddl is filled on Page_Load with the months available. The other I have filled with every week of the corresponding month …

Member Avatar for tgreer
0
268
Member Avatar for arnar

Hi everybody I have one question. I´m quite new to HTML programming, but have been dabbling with it. I have a website that has two dropdownlists (ASP.NET controls). One ddl is filled on Page_Load with the months available. The other I have filled with every week of the corresponding month …

0
62
Member Avatar for Stewie

I am not sure if this is an HTML question or a Coldfusion question. Since I am using both I will ask in the in the CF forum. I can not get the title to show up on the top task bar in IE. I am not sure if it …

Member Avatar for Stewie
0
398
Member Avatar for gbs

I was trying to write a simple python script to enable web users to upload files. Here is html [code] <HTML> <HEAD></HEAD> <BODY> <FORM ACTION="[URL="http://some-server.com/test.cgi"]http://some-server.com/test.cgi[/URL]" METHOD="POST" enctype="multipart/form-data"> <INPUT TYPE="text" NAME="words" SIZE=30><br> <INPUT TYPE="file" NAME="infile" SIZE=30><br> <INPUT TYPE="submit" NAME="Submit" VALUE="Submit Form"> </FORM> </BODY> </HTML> [/code] Here is the python script [code] …

0
83
Member Avatar for blurstudent

Sorry to start a second thread. Now I have a big problem. :( [code] try { Runtime rt = Runtime.getRuntime(); Process p = rt.exec("C:/Program Files/Internet Explorer/iexplore.exe D:/Travel Agency/userguide/tutorial.htm"); } catch (Exception exe) { } } [/code] This works perfectly to bring up the tutorial.html using IE. But provided that my …

Member Avatar for blurstudent
0
244
Member Avatar for Stewie

I have a table with 4 sepearte <td>'s I would like one of them to scroll up and down when needed, so that the main page does not need to scroll. Here is my HTML [html] <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Rumors Bar and Grill</title> <meta …

Member Avatar for Stewie
0
110
Member Avatar for blurstudent

Can JMenuItem point to a HTML file that opens in IE? I want the jMenuItem (E.g: Tutorial Help) to point to tutorial.html on my computer. Couldn't find any information about it at all on the net. Can any kind souls out there help me? Your help is greatly appreciated. Thank …

Member Avatar for blurstudent
0
159
Member Avatar for j4mes_bond25

After exploring PHP for the past few days, I've been trying to use it on the new CSS based website that I'm creating. I'm trying to use "include" function in order to get my "header", "topMenu", "leftMenu", "rightMenu" and "bottomMenu", since in ALL the pages, these would be common. The …

Member Avatar for zippee
0
142
Member Avatar for mesamb1

I have a VERY basic site, and I am using microsoft word to make some simple pages. I have a flash cartoon that i want to upload onto my site but I cant put any of the files into microsoft web page program or get any of the files to …

Member Avatar for HI2Japan
0
186
Member Avatar for 100%

Hey everyone, Okay, i've got a pretty okay understanding of HTML and CSS. Parts of HTML I havnt learnt yet are Forms/Tables and Frames, After I have a basic understanding of that I want to move on to javascript, but I want to do it quickly, so if someone can …

Member Avatar for iamthwee
0
215
Member Avatar for lolper

I have th evirus and cant get rid of it pelase help Logfile of HijackThis v1.99.1 Scan saved at 10:51:27 AM, on 5/14/2006 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180) Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\csrss.exe C:\WINDOWS\system32\winlogon.exe C:\WINDOWS\system32\services.exe C:\WINDOWS\system32\lsass.exe C:\WINDOWS\system32\Ati2evxx.exe C:\WINDOWS\system32\svchost.exe C:\WINDOWS\system32\svchost.exe C:\WINDOWS\System32\svchost.exe C:\WINDOWS\system32\svchost.exe C:\WINDOWS\system32\svchost.exe C:\Program Files\Common …

Member Avatar for tayspen
0
2K
Member Avatar for Spycat

Well, [I]this[/I] certainly is a turn-around -- the code I did works fine in IE, but breaks in Firefox! What it is, is a thing to make rounded cornered boxes via css and images. The top-left and top-right images are green, and the bottom-left and bottom-right are gold. There is …

0
67

The End.