Tagged Questions
-1
votes
2answers
39 views
Getting started with a website [duplicate]
So I know HTML, CSS, Javascript, jQuery, PHP. But I'm not sure how to put it all together to begin making an actual website. I'm not looking at something too big here since I'm just a beginner, but I ...
2
votes
2answers
33 views
How to determine which files are used by website
I recently became responsible for a PHP / HTML / MySQL website.
The document structure is full of duplicate files and folders making the site appear more complex than it is.
Is there any tool I can ...
0
votes
0answers
6 views
Load a section of page separately from the rest? [migrated]
I want to check the status of a couple servers and display on a page if they're up or down. Currently, I'm doing this with PHP's fsockopen() function. As part of this function, you determine a timeout ...
0
votes
0answers
25 views
How to Grok (Modern) HTML & CSS? [closed]
I'm a programmer at heart, but I've always wanted to understand more about HTML and CSS. Unfortunately, every resource I have tried to learn with I have found lacking. Every book/tutorial I've read ...
1
vote
0answers
35 views
Best practice when modelling a website's code [closed]
When developing with object oriented code you use an UML diagram to describe all the classes of the program. What about websites?
I have a prototype made with justinmind prototyper so I know how the ...
0
votes
1answer
37 views
Web-based interface for a static CMS [closed]
I would like to have a static CMS, but I need a web interface for the editor. The editor can be a php/python/ruby app hosted off my computer for when I need to edit.
0
votes
0answers
25 views
Increased SEO Ranking [duplicate]
I am wondering how can I increase my websites SEO rank so that when I type the related keyword it would popup like facebook or wikipidia.
I have literally tried everything to somehow increase the ...
-1
votes
1answer
59 views
How to redirect to a new page and have the new page display dynamic data [closed]
This seems like a pretty obvious question, but for some reason I have yet to find an answer. The goal here is to have a user click a link, for example like on this site, the user clicks a question and ...
3
votes
2answers
164 views
Make HTML static site more SEO friendly
I am desinging a website as shown in below image, right now it's just a basic structure. This site is totally static, basically I've 6 main pages in website. navigation section, slider and footer will ...
5
votes
1answer
102 views
buttons (text or images)
I would like to know if I should create CSS buttons or image buttons for my site. What is better? Problem is that the text is formatted with Helvetica Neue ( I like that font very much) and I can't ...
2
votes
3answers
67 views
understanding technology that news websites use
I am trying to understand the technology which many news websites use
please have a look at this website
http://www.shritimes.com/
if you click any news item then the particular thing gets zoomed ...
2
votes
2answers
76 views
What's the correct terminology when referring to the “home” page when logged in and logged out?
Struggling with some terminology here.
Let's use Twitter as an example. If you are logged in, you have a completely different "home" page from when you are not logged in. How would you refer to each ...
1
vote
2answers
138 views
Sharepoint 2010 as framework for website?
So I'm looking at several solutions for our new website. And we've looked at ExpressionEngine first and foremost.
Now, during brainstorming today, one person said "why don't we use Sharepoint 2010 ...
0
votes
1answer
59 views
Which online test should I take or any method to know, how much knowledge I acquire as web designer? [closed]
Which online test should I take or any method to know, how much knowledge I acquire as web designer?
Both.
1. Practical knowledge
&
2.theoretical knowledge.
2
votes
4answers
179 views
Where can I find resources for best coding practices in web development?
You'd figure that this would be an easy topic to google, but unfortunately I've been looking for a couple weeks and have yet to find really anything that I'm looking for.
The problems I'm running ...
5
votes
3answers
415 views
Should I still use the <b> tag?
A while ago I learned to use proper CSS stylesheets on my websites. However, on Wikipedia and eBay and other sites I see the deprecated <b><i> tags being used. I was going for <span ...
1
vote
1answer
133 views
Forcing browser to load new image
I have recently been doing some image replacement work for a client, he sends me the new image png files and I upload them replacing the old ones with the new ones ( keeping the same name ). I tell ...
0
votes
1answer
162 views
Sending forms in MIME format via email
I am trying to send a form via email in MIME format. However, the input tag is displayed as text in square brackets and the button tag is displayed as plain text. ie.
<input type="submit" ...
0
votes
1answer
42 views
What is a good framework for making a site, and how long will it take? [closed]
This is the site. It is and was hideously done, and old versions are abundant two clicks away from the front page. I'd love to recode it, by I'm only allowed to if it won't take up much time. I don't ...
6
votes
1answer
316 views
Should I be using WAI-ARIA in my HTML website builds?
Should I be using WAI-ARIA in my website builds? Will it have any benefit? Is anyone adding 'role' to their code at the moment?
Some info about WAI-ARIA - www.w3.org/WAI/intro/aria.
The tab, link, ...
4
votes
4answers
102 views
Twitter Product Preview on Tweets
I just saw that twitter can also preview the products as it is on below Tweet:
http://twitter.com/#!/gillcleeren/status/131640082397528065
In this case, it is an Amazon product.
I was wondering ...
-1
votes
1answer
133 views
I am done with html and css, NOW, what tools should I start with? [closed]
I am done with html and css, NOW, what tools should I start with?
Shall I start with
Adobe CS3
OR
Adobe CS4
OR
Adobe CS5
Please let know. I am just confused.
Thanks :)
1
vote
2answers
283 views
Putting Together HTML, CSS, and JavaScript
Hopefully this question isn't too broad…
I am a competent iOS programmer and have some experience with Java (command-line tools). Over the last year or two I've dabbled into HTML, CSS, and ...
0
votes
3answers
62 views
recommend strategy to implement this design
I'm trying to build a website (html only) for a design studio and I am trying to figure out what is the best way to go about it.
Layour of a webpage is like this:
A page is divided into two spaces ...
2
votes
3answers
755 views
Check for duplicate 'id' values in a HTML page
I am developing a web application and I would like to check for duplicate id values in a HTML page. I am running the application on my local machine.
There is a way to do that?
P.S.: I am using ...
13
votes
4answers
306 views
Should Site Title be Before or After Page Title?
Apologies if this is a dupe. I tried searching, but didn't find anything specifically addressing this concern.
When creating a large(ish) site, page titles usually reference both the site name and ...
1
vote
4answers
382 views
How to show multiple websites under single webpage
I want create one homepage for all my intranet websites, the page will have links on top border & opens different web applications in the area below.
Any idea on how this can be achieved with ...
11
votes
9answers
5k views
SEO regarding using multiple <h1> tag?
Is is true <h1> tag should not have more than 1 on every page for SEO?
Every pages on the header, it includes and <h1> tag. Website Name which show an image from logo class, like this:
...
1
vote
1answer
986 views
Validate DOM tree / find unclosed tags offline
Are there any simple tool to use for finding unclosed tags? Like a missing , wrong spelled , /div> and so on?
W3C distributing some offline installations but I'm not using Apache and any kind of GNU ...
22
votes
7answers
466 views
When designing a website, how do you usually start?
In the past I've done some HTML, CSS and PHP coding, but I've only ever worked on things that were already "finished" and I've never started a website from scratch. However, I recently purchased a ...
0
votes
5answers
618 views
DIsplay none and SEO [duplicate]
Possible Duplicate:
How bad is it to use display: none in CSS?
So i have a nav with tons of stuff and we want to scale back a few of the a tags in the nav but still have them on the page. ...
1
vote
1answer
51 views
What does the site “engine” do and why can't I just create a set of pages?
This question is very newbie level - I want to understand a fundamental thing that bothers me big time.
Many years ago when I needed a simplest website I just used Netscape Composer to create a set ...
1
vote
4answers
904 views
design website using header and footer template approach
I am trying to re-do my portfolio website since its a pain to maintain it. Everytime I have to add a new item to it, it just takes forever and kills me. I'd like to redesign in a way that makes the ...
6
votes
5answers
189 views
Website Design; SEO Dilemma
Okay so I designed a website for a restaurant and the design is aimed mostly to entice the viewer by using images of the restaurant's platters and foods. Not to say that text is totally non-existent ...
3
votes
1answer
150 views
Math to create web design grids?
I have my own grid layout, and I am creating multiple column designs for a website. Is there any formula I can follow to create different column designs with identical gutter space, ie. margins?
Most ...
1
vote
1answer
502 views
How do I allow visitors on my site to share my photos on their facebook news feed?
How do I allow visitors on my site to share my photos, on their Facebook wall/news feed?
I see that there is a "share" or "like" option from Facebook but that seems to share the whole page.
I would ...
2
votes
2answers
589 views
Wordpress vs Clean html/css
When it comes to designing/coding presentational websites, with static content and few pages.. let's say, between 5 and 20. Would you go with wp, design a custom theme and update with content, or ...
8
votes
3answers
296 views
What font technique is being used here?
While I was attending this event (http://worldtour.fogcreek.com/) I noticed this page had custom fonts for the Address part in the top left corner (i.e "Fog Creek Software 55 Broadway Fl 55....") When ...
1
vote
3answers
217 views
Are there any cross-operating-system, cross-browser bugs of which web-programmers should be aware?
Perhaps this belongs on superuser, but I'll try here on stackoverflow first
I develop on Ubuntu and was wondering if it's safe to assume that my site will look the same in, say, Chrome, when viewed ...
0
votes
1answer
138 views
Bad webpage with excellent content. Ideas? [closed]
I am currently building a system that automatically create a redesign of an existing webpage. The new webpage should have better graphic design, better industrial design, and a state of the art ...
2
votes
0answers
407 views
Disqus integration in website.. what is wrong? [closed]
I try to embed a disqus forum in a website I created. I used the exact code and instructions they give on the installation instructions. I just don't get it. Not much on Google either. Is something ...
-2
votes
3answers
829 views
Tableless layout table generator [closed]
I am looking for a table generator based on div tag that can generate html code.
12
votes
4answers
2k views
How can I validate HTML offline?
When I'm developing a website locally sometimes I want to check if the html is valid but I haven't been able to find a good tool. I want it partial as a sanity check when I'm troubleshooting layout ...

