html

Flash based cropper like this, but with source or customizable?

I am looking for a Flash based image uploader with resize and possibly rotate function. I have checked many possibilities, and the very best in simplicity and unser experience I found is Kroppr at a very affordable €29/license. The downside is, it comes with encrypted PHP code to bind the product to a subdomain. That is understandable...

Email Template Issue

Hi I have windows Application from where I am sending the mail using Email template images. But on different SMTP server it show different result . It attached the template images as an attachment. I am using following method as mention in the link to send email template : http://ramanisandeep.wordpress.com/tag/send-email/ Please h...

How to align text and image in a CSS box?

I would like to vertically align some text and an image in a CSS box. I tried several methods, here is the code for the last one I tried called "display:table-cell-method" <div style="border-color:blue; height:200px; display:table-cell; vertical-align:middle;"> 2:38<img src="images/stopwatch-button-play.png"> </div> Here is a screen...

best design for a long html input form

i have a few choices here: single page long form and users have to scroll down multiple pages where you have to click "next . ." for each new page use some tab ajax interface http://www.noupe.com/javascript/37-great-ajax-css-tab-based-interfaces.html to organize the form inputs but tabs. any research or best practice here? ...

Marking up an ordered list to start at point after 1

So, according the W3C spec, the 'start' attribute in an ordered list is deprecated. If you want to continue a list that's been broken up by a series of heading, you might have: <ol start="15"> But that would not be allowed. The questions is how else could you/would you do it other than that which works in current browsers? Mission i...

Start a flash game when the user clicks

I want to put two miniclip.com games in my website but they both start at the same time. How can I get them to start separately when the user clicks them? ...

Don't show hidden divs in wizard on page refresh?

I created custom wizard that uses hidden divs for wizard pages. Here is the demo and the source code. You will notice that on each refresh (F5 or ctrl-r) of a browser, divs with input boxes will be shown for couple of (mili)seconds. Is there a way to eliminate this effect? This question is connected with how-to-preserve-textbox-valu...

New Window or New Tab -- Way to decide?

On a link, is there a way to specify whether the new _blank window is actually a new window or a new tab? Thanks ...

Get Browser's Current HTML From Another App

Hi! I'm trying to build an application that reads - and preferably detects the changing of (through an event or smthg like) - the browser current HTML. My main purpose is to build some kind of feature that enables single sign-on to some pages, so I'd need to know every time a page has completed loading to check the HTML and set some fi...

HTML Table with cell background text

What is the best way to go about displaying an html table with text in the background of each cell? I am making a calendar and I would like to have grey dates in the background of actual text. The only thing I can think of at this point is to have the date and the cell content in separate divs that float over one another but even that i...

Wufoo date form javascript not working

Hye guys, I installed a wufoo form on one of my websites. It links to a javascript file that I have referenced from their server. The date picker is supposed to work by opening a little pop-up modal with a calendar where the user can click on a date and have the fields auto-updated. This date picker button on this site is a little calen...

How can I change the action a form submits to based on what button is clicked in ASP.NET MVC?

I have a form that looks like the following mock-up (photoshopped from Facebook) for our Messages view on our ASP.NET MVC site. I'm looking to get the "Mark as Unread" and "Delete" functionality working for a form that looks like this. I'm trying to figure out how I can do this with html forms. How do I make hitting the "Mark as Unre...

Width of nested elements

By default the CSS Width property is set to value “Auto”. What width value is used on an element when Width is set to “Auto”? If we nest a textbox ( <input type="text" /> ) inside div element, the width of which is smaller than that of a textbox, then part of textbox is displayed outside the div element (I think it's called overflowin...

How browser's identify login forms?

Hi again. I'm trying to find out: how browsers identify login forms in different sites? Doesn't matter if I'm acessing my GMail account or some personal project, IE/Firefox always knows that that page contains login info. Do they conclude that simply searching for input types = password or there is some cookie information involved? T...

Default margin set on the <body> element

It seems my browsers has a default margin set on the <body> element and thus if some element E ( declared inside the body element ) has a margin of 10px, E will be removed from the edges of browser by distance = body_Margin + 10px. a) Assuming we also have an element B, which is absolutely positioned: #B { position:abs...

css positioning

Can't seem to figure out why my navbar isn't floating left. Been messing with it for a good hour now, not sure what happened. Any help would be greatly appreciated. http://ithacawebdesigners.com/temp%5Fdata/wildfirewp/ ...

css3 IE 6 issue

Hi I am executing the foll code in Firefox it works fine i am basically using CSS3 for creating rounded borders. Please tell what changes I need to make to get the same output in IE6 Below is the code <html> <head> <style type="text/css"> background-color: #ccc; -moz-border-radius: 5px; -webkit-border-radius: 5px; border: 1px sol...

Running an AJAX code on the submit of a form

Here's my form: <form action="/scripts/addemail_fb.php" method="post"> <input type="text" name="email" value="Enter your email here!" /> <input id="submit" type="submit" name="submit" value="Go!" /> </form> And my jQuery: $(document).ready(function() { $('form').submit(function() { email = $('input[name=email...

windows service to generate html?

I have a windows service (Win32 Service API) mostly designed that will generate images from data in a frequently updated text file. The idea being that these images can then be referenced by an html file to satisy a client requirement. There will also be varying text data from the file in that html. what I'm wondering is..... --- whet...

Trying to access Flash movie from JS works in FF, but not in IE

I am setting up a Flash based MP3 player control (The standalone version of WordPress Standalone Player). I have a situation of multiple windows with players open. One window opens the other, so I have the window.opener property available. When the child window is opened, I want to programmatically mute the audio player in the parent w...