888 Posted Topics

Member Avatar for heading

Use a DIV, with the appropriate styles applied and then toggled. My personal webpages demonstrate this, and you're welcome to view source to learn how to do this. For example, go to my [URL="http://www.tgreer.com/resources.html"]Articles Page[/URL], and click on any article. Once you have a technical article displayed, click on the …

Member Avatar for heading
0
65
Member Avatar for sgs_09

Please define "sideline background". Also, are you asking for Photoshop help or HTML help?

Member Avatar for tgreer
0
35
Member Avatar for mahe4us

What script? What upload function? [quote]But it displayed errors... it displayed no such file...[/quote] Please initialize your pronouns... what is "it"? Either FTP the files, or use an editor/IDE that will FTP the files for you.

Member Avatar for tgreer
0
84
Member Avatar for besart

Do you have any database/SQL experience at all? It's hard to answer such a generic question without knowing your expertise level. Did you check [URL="http://www.daniweb.com/tutorials/forum78.html"]Daniweb's tutorials on PHP[/URL]? There are a couple there that discuss PHP and databases. I would also suggest using better thread titles. Everyone posting here needs …

Member Avatar for tgreer
0
77
Member Avatar for sgriffiths
Member Avatar for tgreer
0
67
Member Avatar for raheleh

Please be more specific. There is no such thing as a "messagebox" in HTML. There are "alerts" and "confirms". Which server control are you using?

Member Avatar for tgreer
0
86
Member Avatar for rachaelmom

Don't understand the scenario. If you: 1) serve somepage.php with a form on it 2) the form's action tag is set to "somepage.php" 3) user fills the form, submits it 4) somepage.php runs on the server, processes the form and then 5) generates the same html/css/scripts/form as in step 1, …

Member Avatar for rachaelmom
0
64
Member Avatar for Crumbs

A combination of CSS and JavaScript. I'll leave you the joy of researching this on your own, with just a few guiding hints: imagine that your FAQ Answers are within DIV elements. Investigate the various "display" settings in CSS. You basically want to toggle from one "display" to another when …

Member Avatar for tgreer
0
65
Member Avatar for Florida Ryan

The administrator should simply go to the "Users" control panel and change the password back.

Member Avatar for Florida Ryan
0
77
Member Avatar for raheleh

What you are describing is called a "ComboBox" and it doesn't exist in HTML.

Member Avatar for tgreer
0
74
Member Avatar for CMUX

Don't believe it. Davey is a machine. A welcome-bot. :) Daniweb has been around since its inception.

Member Avatar for happygeek
0
102
Member Avatar for CharAznable

Since usually a user configures what player he wants associated with a particular media type, there is no provision in the DOM for media-related event handlers. However, since this is a kiosk application, where you control the media type (WMV), and the player (Windows Media), and the browser (IE) then …

Member Avatar for tgreer
0
101
Member Avatar for HostChart

1. Bookmarking is part of the User Model for websites, not the Code Model. In simple English, that means if a user wants to bookmark a page, they'll do it with the built-in browser commands, regardless of a "bookmark link" or not. It would be a useless addition to your …

Member Avatar for tgreer
0
83
Member Avatar for raheleh

Do you mean JScript, or JavaScript? What does "cod" mean? You are posting in the ASP.NET forum, so I'm curious at one point you want to perform a "search". Within the client? Each browser has a built-in search feature, so I'm not sure why you'd want to code one in …

Member Avatar for tgreer
0
61
Member Avatar for Exelio

In JavaScript? You can't. If you want to create a dynamic image in ASP.NET, look into the [search]System.Drawing[/search] and [search]System.Drawing.Imaging[/search] namespaces.

Member Avatar for tgreer
0
91
Member Avatar for gn0m3

At least in the US, this is perfectly legal. It's their equipment, and the employer also pays for the employee's time. Thus, how that time is spent on that equipment is something the employer has every right to know. Using company resources and time for personal use, without express permission, …

Member Avatar for SnowDog
0
129
Member Avatar for Senor Fett

[code]select shippingID from ECOMMERCE_shipping where countryID = 'X' and (productCode = 'A' or productCode = 'B' or productCode = 'C')[/code] Something like that should do the trick.

Member Avatar for Senor Fett
0
163
Member Avatar for tleisher

PHP and ASP.NET both do the exact same thing: render HTML, CSS and JavaScript. Therefore, one is not superior to another in terms of "security", which is largely a server configuration issue. Neither is one "better" for certain types of sites than the other. You're using the wrong criteria then, …

Member Avatar for tgreer
0
122
Member Avatar for erinewold

The missing piece of information is the server-side language you're using. It would be better to post in the appropriate language-specific forum rather than the general HTML forum.

Member Avatar for tgreer
0
94
Member Avatar for Dhruv Shah

Do a web search for "ASP.NET login page" and follow the directions from any of the thousands of pages on the topic.

Member Avatar for tgreer
0
95
Member Avatar for NuGG

You're bumping a thread nearly 2 years old... it is doubtful you'll get a response from the original poster. Please start a new thread and ask your questions there.

Member Avatar for tgreer
0
464
Member Avatar for RiverKqj

A simple web search for the phrase "JavaScript make homepage" turned up plenty of information on the topic.

Member Avatar for GreenDay2001
0
157
Member Avatar for mike7510uk

The best way to design an ASP.NET application is to create the database with the proper constraints and stored procedures, then to drag various web controls onto the page and configure their design and runtime properties to create a good user interface, and lastly to code the business logic of …

Member Avatar for tgreer
0
52
Member Avatar for harishankar
Member Avatar for roryt

And, since multiple items cannot have the same id, you would typically use a class for styles that you wish to apply to several items. Text in a DIV will automatically wrap.

Member Avatar for tgreer
0
130
Member Avatar for ink

It depends on the structure of your HTML. It is possible to size container elements, such as tables and DIVs, using CSS.

Member Avatar for tgreer
0
88
Member Avatar for DNRSmitty

The control you seek is called a "combobox", and it doesn't exist in HTML. I experimented with some JavaScript to "create one" on [URL="http://www.tgreer.com/comboArticle.html"]this page[/URL]. Enjoy.

Member Avatar for GreenDay2001
-1
92
Member Avatar for praseena

HTML doesn't have a "combobox" control. Do you mean a "select" element? If your select element has an id of "x", you would get the value of the selected option: [INLINECODE]x.options[x.selectedIndex].value;[/INLINECODE] Proper terminology is very important in any technical discussion.

Member Avatar for sn4rf3r
0
115
Member Avatar for Takes Time

I know nothing about Dreamweaver. In HTML, in general when you wish your page's content to expand/contract, you use percentage values rather than fixed units when you size your elements.

Member Avatar for GreenDay2001
0
85
Member Avatar for Han1977

There's nothing inherently wrong with Frames. If you need to use them to accomplish your goals, then by all means use them. Take any sentence or site with "SEO" in it with a grain of salt. Focus on your content, learning HTML, etc. Search engines are built to find content, …

Member Avatar for GreenDay2001
0
139
Member Avatar for mahe4us

Whether or not to save/store cookies is a user option. If a user decides to clear their cookies, there is nothing you can do about it.

Member Avatar for mahe4us
0
140
Member Avatar for shanenin

When dealing with "spacing" issues in CSS, always check to ensure that both the [B]margin [/B]and the [B]padding [/B]properties are properly set for all elements, including all parent/container objects and so on all the way up the tree. In fact, it's best to set margin and padding both to "0" …

Member Avatar for FC Jamison
0
188
Member Avatar for UrbanKhoja

I loved Top Gear, when I could see it. My cable provider dropped it. It was so completely about cars, without any pretense at anything else. Love cars? So do we, and here's a show about driving some of the best in the world. Can't fault that. On another note, …

Member Avatar for UrbanKhoja
0
287
Member Avatar for jrivera

Simple JavaScript will do the trick. The parts you need to understand: 1. the "return" keyword, and how it is used with a submit button to either perform or cancel a form submission (that is to say, if you really meant "submit" button in your question, as a normal button …

Member Avatar for tgreer
0
134
Member Avatar for Silverwolf

The JavaScript command to open a new window is the "open" method of the "window" object: [INLINECODE]window.open()[/INLINECODE].

Member Avatar for GreenDay2001
0
92
Member Avatar for The Dude
Member Avatar for #tbone

That's completely typical. I really wouldn't worry about it all. Users, as a group, are used to the way the web works and understand they have to wait for a page to load before it can be fully functional. What I'd be more concerned about is, why is your page …

Member Avatar for #tbone
1
134
Member Avatar for nixpix
Member Avatar for hindu

Please don't spread misinformation. Google has never published it's PageRank formula, nor explained how it relates to site indexing. If you feel your site isn't being crawled "deeply" enough, you can use a Google tool called "[URL="https://www.google.com/accounts/ServiceLogin?service=sitemaps&nui=1&continue=https://www.google.com/webmasters/sitemaps/siteoverview%3Fhl%3Den&hl=en"]SiteMap[/URL]" which gives Google a detailed map of your site to make it easier …

Member Avatar for tgreer
0
179
Member Avatar for Linday333

Of course it's the case. The entire Adwords/Adsense system is profoundly flawed. It's like Las Vegas, where the casinos [I]always[/I] win. Google scrapes the web for content, caches it locally on their servers without permission, and then sells keywords against that content (which they didn't generate). The initial idea of …

Member Avatar for Linday333
0
163
Member Avatar for bodikon

Again, there is no reason not to use frames if that is what fits your application needs. Frames are valid HTML, continue to be part of the revised HTML and XHTML specifcations, are part of the DOM so are scriptable, etc. This blanket condemnation of frames, with no regard to …

Member Avatar for tgreer
0
176
Member Avatar for sravankolla

What have you tried? What specific problem are you having? Are you have problems saving, retrieving, or both? Show us the code you've written. Have you done a web search? [URL="http://www.google.com/search?hl=en&q=ASP.NET+upload+image+SQL+database&btnG=Google+Search"]http://www.google.com/search?hl=en&q=ASP.NET+upload+image+SQL+database&btnG=Google+Search[/URL] Several articles appear to deal with this topic.

Member Avatar for postmaster
0
112
Member Avatar for lconvoy

Yours isn't a programming question. I'm moving this thread to the proper location.

0
68
Member Avatar for lconvoy

More is not always better. The choice for outsourced development, however, usually comes down to long-term maintainability. I find ASP.NET to be extremely burdensome from a support and maintenance perpsective.

Member Avatar for ManicCW
0
169
Member Avatar for Mushy-pea

I believe "CSS" filters are an IE-only, non-standard, non-compliant "thing". Regardless, you cannot change the CSS declaration itself. CSS Stylesheets are not part of the DOM. You can, however, use JavaScript to change the [I]style[/I] of an individual HTML element. Since styles cascade, the element will use the original class/id …

Member Avatar for Mushy-pea
0
132
Member Avatar for narsto

The HTML is correct. The CSS isn't. You should declare the smaller container to use relative positioning. Study the differences between [URL="http://www.tgreer.com/cssPOS.html"]relative and absolute positioning[/URL].

Member Avatar for tgreer
0
46
Member Avatar for danae

Excel is not a server application. Asking it to be a "chart server" for your web application is not going to lead to a scalable application. I would suggest either: 1) creating your own charts directly, which is possible using the Graphics namespace. Create images based on form data, and …

Member Avatar for tgreer
0
83
Member Avatar for Sarah Lee

No, the problem isn't really clear. In order to get the most benefit from a site like this, you need to ask very specific questions. No one can really take on a complete project, from start to finish, for you. I would suggest that you learn ASP.NET, SQL, HTML, CSS, …

Member Avatar for Blah Blah
0
99
Member Avatar for ep2002

From some sitcom, Seinfeld, I think, where the advice was to name your company "Thank you for calling, how may I help you.". That way the person who answers the phone can say: "Thank you for calling 'thank you for calling how may I help you', how may I help …

Member Avatar for Dani
0
420
Member Avatar for clulss

In HTML? No. JavaScript is a web-client language, so has no access to the DOS console. I think you're in the wrong forum... and frankly, I have no idea what forum your request would go in.

Member Avatar for pty
0
136

The End.