May 2009
M T W T F S S
« Apr   Jun »
 123
45678910
11121314151617
18192021222324
25262728293031
Categories

Archive for May, 2009

Can I create a brand in web design?

lwmxynedtodth asked:


Like there’s Lagerfeld, Dolce & Gabbana and Vuitton for couture, is there any serious brand for web design? And what would one need to create such a high-fashion brand for web design? So in short: can I create a brand in web design?

Best Web Design Software

What is a good website or websites that explains HTML the best?

Paper Doll asked:


I’m good with Myspace HTML, but I know that is different from website HTML. I want to do a fansite for a local band some time, so I really want to learn HTML. The few sites I have found about learning HTML have confused me more than helped me. So what would be one of or a few of the top sites for learning HTML?

Best Web Design Software

How can i replace HTML buttons with custom images?

Pranav V asked:


I want to replace the boring default html buttons with the images I made so that they match my web site’s theme. Can anyone please guide me. I have no knowledge of php.

What is the best way to get cases for web design company?

hideaki413 asked:


I am planning to open a web design company. What is the best way to get cases besides craiglist? Any other way can get quality clients?

Thanks!

Add videos-audio-webcams

How to post flickr photo HTML without posting actual image?

picsnap asked:


I’ve been in a couple of groups on flickr and noticed that most of them have awards that members can copy via an HTML code, but I was just kind of wondering: How can I make it so that, when I put the HTML code down for people to copy, it stays as the code and doesn’t become the image? If anybody can tell me this, then…you know…ten points.

Make a shopping cart in 5 min

Know any bebo applications that allow you putting your own html code in to it?

David G asked:


I want to ember something on my profile page but seeing as Bebo does not allow HTML code. the only other way i know is applications anybody know any? or anybody know how to create a application that just embers a SWF. presentation?

Add videos-audio-webcams

how to make a contact form work from a html generated from a psd website?

Logical asked:


i made a website in photoshop generated the html then added a css to it …. all works great just not sure how to get a contact form in there so people can send a email from the web to my email address

Best Web Design Software

Would like to interview someone in Web Design field?

belya2085 asked:


I’m a college student majoring in Web Design and need to interview someone in the field for an assignment. Would anyone be willing to take maybe 15 minutes out of their time to let me ask them some questions? I’ll be doing this through e-mail. Thanks!

Great software by Regnow

best cms to use t update 3 to 4 lines of text in a HTML table on a website via admin area?

David asked:


I want to be able to update several different fields of text, up to 30 fields, in an html table on a web page. Each field would be about 3 to 4 lines of text and i just need an admin area where someone could login and easily update this text from the back end without much knowledge of html.

Add videos-audio-webcams

Can anyone recommend a site that will give me an html for a banner I’ve already made and saved?

Some guy asked:


I’ve made a banner that I like but the site that I made the banner at didn’t give me an html for it. Can anyone recommend a site where I can get my banner hosted and get html for it?

Best Web Design Software

How do I make a HTML command that shows a link and takes me to the bottom of my web page?

Verachi asked:


I need a HTML command that would make a word appear blue and by clicking that word, it would direct me to the bottom of the page.
I need another command that would appear at the bottom of the page and direct me to the top of the page when it is clicked.
And how can I make unclicked “links” appear blue and after it has been clicked, appear red?
Thanks :D

Best price for office 2010

What is the best tool for converting excel website reports into html or pdf formats for presentations?

Sean L asked:


We have extensive reports for website data that is calculated and constructed using excel. I was just wondering what would be the best way to convert these into html or pdf files which can be given to clients, as they would no longer contain all the raw data and equations in the actual excel sheet. Thanks.

Best Web Design Software

How can I add subtitles to a video if they are in html?

Mariana G asked:


Hey, I downloaded a video and then its subtitles. I did the whole .srt process, but the file is in .html format, so even though I rename it with the .srt extension, it still doesn’t work! Can someone tell me what’s wrong and how can I solve the problem?

Best price for office 2010

What software on Mac can I use to create HTML Craigslist Ads?

Alejandra asked:


I use Craigslist pretty often and I think the UI of the website is pretty terrible so I wanted to use and HTML generator to create my ads. Is there this sort of thing in a software for Mac?

I’m running an Intel based Mac on Snow Leopard.

Great software by Regnow

How can I make this HTML document open in Notepad?

♪♥JULIA♥♫ asked:


For a homework assignment, we have to make a webpage with several different pages and links and stuff…I emailed all the pages to myself to work on at home, but I can only open them in Internet Explorer because I guess since the have the .html extention, they are read only files. I need to open them all in Notepad to edit them and get them finished. how do i do this?

Best price for office 2010

some more help with html/css?

lizard81288 asked:


ok, i was doing it right, then i realized forgot to put a ” at the end of id=. so i fixed it, pressed F5 in my browser, and everything is messed up now. before i fixed it, everything was working. i even deleted what i fixed, and it still doesn’t work now. >:(

so heres the code for CSS:

body {margin: 0px;
font-family: Arial, Helvetica, sans-serif;
background-color: white;
background-image: url(body.jpg);
background-repeat: repeat-y;
}

#column1 {width:140px;
padding-left:10px;
padding-top:20;
float:left;
margin:left
}

#column2 {
width:40%;
float:left;
margin:left;
border-left:1px solid black;
border-right:1px solid black;
}

#column3 {
width:40%;
float:left;
margin:left;
}

h1 {
text-align: center;
height:100px;
width:0px;
background-color: white;
background-image: url(h1back.jpg);
background-repeat: repeat-x;
border-bottom:1px solid black;
}

h2{
text-indent: 30px;
color:white;
background-color:rgb(108, 87, 12);
letter-spacing:8pt;
margin:0px;
font-variant:small-caps;
}

h3{
margin-left:10px;
}

p {
margin-left:10px;
margin-top:10px;
margin-right:20px;
margin-bottom:20px;
}

blockquote {
width:200px;
padding:10px;
font-size:16pt;
color:white;
border:3px solid black;
background-color:rgb(255,204,0);
background-image: url(back.jpg);
background-repeat: repeat-x;
margin:5px;
margin-right:10pt;
float:right;
}

a {
display:block;
padding:2px;
margin-left:0px;
margin-top:5px;
margin-right:5px;
margin-bottom:5px;
font-size:10pt;
text-decoration:none;
border: 1px solid black;
background-color:rgb(255, 255, 192);
}

address{
text-align: center;
font-size:10pt;
font-style: normal;
background-color: white;
padding:10px;
border-top:1px solid black;
clear:both;
}
found it! i had a random / through my .css name. i have no idea how that got there.

serif

In Dreamweaver can you make it code the html for use as emails?

seojunky asked:


In Dreamweaver can you make it code the html for use as emails?

Specifically involving the css. I know the text size, color, font, etc should be placed in a css sheet but with emails that wont work. It has to be in the body. I wiould love for dreamweaver to have a setting or option to code that way while you use the WYSIWYG (What You See Is What You Get Editor ) and create your email.

Best Web Design Software

How do I get a local html file to include another local html file from my hard drive?

Dean A asked:


I have an html file that I use as a basic page for a web page. I need for this file to be able to read in data from other html files at various spots within this file. I won’t be posting these files to the www, so need them to have this capability without server-side functions.

Any ideas?

Best Web Design Software

If i want to become a lawyer but i have interest in web design and graphic design what are careers i can?

jnnn K asked:


choose from that encompasses both? like it has law and graphic/web design

Best Web Design Software

How do I put my own video from my digital camera into html so I can play it on my AIMpage?

SaSS aTTaCK!! asked:


I am not allowed to post on youtube or other sites either. I need the html code to put on my AIM page.

Make a shopping cart in 5 min
Powered in part by Linkshare Merchandiser WP Plugin