is thier a guideline of how i can deal with playing around with audios and recording webcams, and what file formats i should use for optimisation, and plus any poplaur modules, plugins and classes that i can use to prevent re-inventing the wheel. im really looking at using this kind of stuff for user generated content. basically im looki...
Can I put text in my CSS file , and have that text be visible in the displayed HTML?
...
I'm just trying to use this little trick I saw in one of my web design magazines to make a little image rollover but I'm having just a small bit of trouble. My attempt was a terrible fail lol. I just want to see the top half (42px tall) and then the bottom half on rollover (-42px obviously)
width is also 42px. Could someone write someth...
Hi, i wish to (unsurprisingly) line up the table headers with the columns. Ive tried using:
<th><div style='width:30px;'>ID</div>
but it doesnt appear to like it
Strangely enough, i was able to use a div to set an initial offset like:
<th><div style='margin-left:30px;' /></th>
so how can i give each table header an actual width? ...
Hi there,
I am using custom bullet points on a website.
Now this site will also be available in Arabic.
.post ul li{
color: #555555;
background: url(images/ico-bullet_round.gif) no-repeat !important;
background-position: 300px 6px !important;
padding-right: 15px !important;
padding-left:0 !important;
direction:r...
I'm trying to work on a project about page ranking.
I want to make an index (dictionary) which looks like this:
file1.html -> [[cat, ate, food, drank, milk], [file2.html, file3.html]]
file2.html -> [[dog, barked, ran, away], [file1.html, file4.html]]
Fetching links is easy - look for anchor tags.
My question is - how do I fetch text...
Hey guys,
I have designed the home page for my website. Now only specifing the with is remaining. After debating a lot, i decided to go with a fixed page layout. How do i do that? How do I put everything within 750px (or whatever you suggest)?
...
How do I create a form that spans over multiple pages? I would like to ask a large amount of questions, and based on the answers of previous questions, new specific questions will be asked.
...
hi,
i'm having 2 tables: table1 (the "header-table", which only has 1 row with table columns) - and table2 (the "data-table", which has several rows with all the data).
table1 has widhts assigned to most columns.
i'm now trying to apply the column widths from table1 to the 1st row of table2
(table1 has same width as table2).
my code i...
I was going through this:
http://code.google.com/apis/webfonts/
(Which BTW I think is fantastic)
And was wondering how compatible its is with older browsers?
And specially with good ol´ IE 6...
Thank you very much!
...
This is sort of a best practices question I suppose.
My initial window for my AIR application is loading an index.html page/view. This page will present the user with a initial view of the application. More importantly, this index view will also have some components on it to handle resizing\window moving (since I'm disabling systemChro...
All I see on thereference sheet is ways to implement a discount based on quantity of one item and rates and such. Does anyone know if there is just a simple way I can put if items 1+2 are in the cart give them $100 off and if they have all four in the cart give them 300 off?
...
We're developing a new site and we added some list drop downs. The client looked at it on his Dell running Windows 7 and IE8. Unfortunately, it's doing an odd stair stepper effect with the lists when they drop down instead of going straight down like they should. I don't know whats going on. Here's the site Love-Wise.
Thanks :)
...
<meta http-equiv="content-type" content="text/html; charset=<?php echo $stigConfig['charset']; ?>" />
How can this line of code make my full page reload twice...
ive been looking threw all my site and finaly after 2 days... i narrowed down to taking this line out and my sites no longer runs its header scripts twice.
dont i need a cha...
I am creating an application that will take a URL as input, retrieve the page's html content off the web and extract everything that isn't contained in a tag. In other words, the textual content of the page, as seen by the visitor to that page. That includes 'masking' out everything encapsuled in <script></script>, <style></style> and <!...
I am cleaning markup on a website for my first customer. I did not build the site; I want to remove the table-based design and replace it with proper CSS, before I add a shopping cart to the site.
http://www.theresheglowsdayspa.com
I noticed by accident that the appearance will change if 'www' is removed from the URL.
Can someone expl...
For some reason the hover attribute is not working. When i put my mouse over the button, it doesn't change to the color I specified in the CSS.
Here's my relevant CSS:
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #dadada; background: #d7dfff url(images/ui-bg_highlight-...
I know it will be 'finalized/made official' in 2012 (and something to do with it being given 'Recommendation status' in 2022), but I'm wondering if it's a good idea to make a site using HTML5 now.
A simple portfolio sorta site? Given that most users (most people using IE) won't have support for it, although IE9 (shock) will be shipping ...
What is the best way to create a 2D plot, with different points in different coordinates (x/y coordinates) such that they are represented using different shapes on the plot, and whenever we click on one of them, or go with mouse over them, we see a text changing in a small window next to the plot?
If I could do this in HTML, that would ...
Hi all,
I am trying to generate some simple html pages that contain data stored in a MySQL database. I have searched and searched for an answer to this and while I can successfully generate html pages from txt or user input I can't get it working with SQL. I am not worried about formatting the data in html or anything, that I can work o...