Click here to Skip to main content
15,886,518 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: exporting to excel [modified] Pin
mabrahao9-Feb-10 1:18
mabrahao9-Feb-10 1:18 
QuestionNot able to start IIS (Default Web Site) Pin
Ankur.Bakliwal8-Feb-10 4:29
Ankur.Bakliwal8-Feb-10 4:29 
AnswerRe: Not able to start IIS (Default Web Site) Pin
R. Giskard Reventlov8-Feb-10 4:40
R. Giskard Reventlov8-Feb-10 4:40 
Questionhow to refresh (not redirect) a HTTPS page with simple html code Pin
john13698-Feb-10 3:04
john13698-Feb-10 3:04 
AnswerRe: how to refresh (not redirect) a HTTPS page with simple html code Pin
thatraja8-Feb-10 6:26
professionalthatraja8-Feb-10 6:26 
QuestionCSS Pin
Morgs Morgan8-Feb-10 0:02
Morgs Morgan8-Feb-10 0:02 
JokeRe: CSS Pin
Smithers-Jones8-Feb-10 0:50
Smithers-Jones8-Feb-10 0:50 
AnswerRe: CSS Pin
daveyerwin8-Feb-10 0:54
daveyerwin8-Feb-10 0:54 
If this was a joke it is very funny !
Try it this way for better results.
<html>
<head>
<title>
This page is not yet ready for prime time
</title>
<style type="text/css">
body { color: gray; font-weight: bold; font-family: Arial; font-stlye: italic }
</style>
</head>
<style type"text/css">
.special { color: green; font-size: 125%; }
b i { background-color: yellow; }
b,i { font-weight: bold; color: blue; }
</style>

<div class="special">
This is a special block and <b>bold</b> words should appear
differently than they do in regular text.</div>
<p>
And this, by contrast, is regular <b>bold</b> text,
with a little <i>italics</i> tossed in for luck
and an example of <b><i>italics within bold</i></b>.
</p>
<body>
Morgan’s Desk <br />
Somewhere in Cyberspace
<p>
Dear Reader,
</p>
<p>
Thank you for connecting to my Web server, but I
regret to tell you
that things aren’t up and running yet!
They will be _soon_, but they aren’t today.
</p>
<pre>
Sincerely,
Morgan Freeman
</pre>
<hr width = "60%"/>
<blockquote>
Page Design by Morgan Freeman (mfreeman@gmail.com)
</blockquote>
</body>
</html>
GeneralRe: CSS Pin
Morgs Morgan8-Feb-10 2:54
Morgs Morgan8-Feb-10 2:54 
GeneralRe: CSS Pin
daveyerwin8-Feb-10 3:37
daveyerwin8-Feb-10 3:37 
GeneralRe: CSS Pin
molesworth8-Feb-10 6:48
molesworth8-Feb-10 6:48 
QuestionIframe problem with IE8 Pin
r aa j7-Feb-10 19:25
r aa j7-Feb-10 19:25 
AnswerRe: Iframe problem with IE8 Pin
thatraja8-Feb-10 6:33
professionalthatraja8-Feb-10 6:33 
Questionaccessing iis7 log files from the web application... Pin
l a u r e n6-Feb-10 12:59
l a u r e n6-Feb-10 12:59 
AnswerRe: accessing iis7 log files from the web application... Pin
Jörgen Andersson7-Feb-10 11:49
professionalJörgen Andersson7-Feb-10 11:49 
QuestionDifferent Web Technologies Pin
programmervb.netc++5-Feb-10 19:01
programmervb.netc++5-Feb-10 19:01 
AnswerRe: Different Web Technologies Pin
Not Active6-Feb-10 6:24
mentorNot Active6-Feb-10 6:24 
GeneralRe: Different Web Technologies Pin
Bhushan19807-Feb-10 16:59
Bhushan19807-Feb-10 16:59 
GeneralRe: Different Web Technologies Pin
Not Active7-Feb-10 17:06
mentorNot Active7-Feb-10 17:06 
GeneralRe: Different Web Technologies Pin
Bhushan19808-Feb-10 1:21
Bhushan19808-Feb-10 1:21 
GeneralRe: Different Web Technologies Pin
Bhushan19808-Feb-10 1:23
Bhushan19808-Feb-10 1:23 
GeneralRe: Different Web Technologies Pin
programmervb.netc++14-Feb-10 19:42
programmervb.netc++14-Feb-10 19:42 
QuestionManaging Multiple SSL Certificates in a web API Pin
Jammer5-Feb-10 10:23
Jammer5-Feb-10 10:23 
AnswerRe: Managing Multiple SSL Certificates in a web API Pin
Jammer8-Feb-10 0:24
Jammer8-Feb-10 0:24 
QuestionFrontpage Adding a video with navigation buttons Pin
Kontakentee5-Feb-10 1:27
Kontakentee5-Feb-10 1:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.