How would one go about making a progress bar in html/css/javascript. I don't really want to use Flash. Something along the lines of what can be found here: http://dustincurtis.com/about.html
All I really want is a 'progress bar' that changes to the values I give in PHP. What would be your though process? Are there any good tutorials on ...
Hi all,
I'm making a web app and I'm checking for the presence of a configuration file to determine whether or not to run the installation script. However, since it is a web app, I have no idea at what URL this script will be stored.
Is there any way to redirect a page, either using PHP or HTML, to a relative file?
Thanks in advance!
...
I want to store an HTML code in an SQL database. It stores everything fine except when there are attributes defined such as border="0".
I think single quotation mark is not an issue. How do i avoid this from happening.
The error: Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version ...
Hi All,
I'd like to know if it is possible to achieve this scenario for my web design,
I've got company ITIL diagram that I'd like to make it show the hyperlink to a file download for each respective box (mouse hover / over effect)
should I create a HTML table for this or create image mappings from the VISIO diagram .vsd file ?
so wh...
Hello
I am using blueprint css framework
when using the following code:
<div class="container showgrid">
<div class="span-12">left column</div>
<div class="span-12 last">right column</div>
</div>
you will notice that there is a small space between these columns!
is there any way to remove that space?
Thanks
...
So, I said this might be possible to my client, and i said I'd research it and let him know. Anyways, with JS or a CSS hack, is it possible to make text stretch 100% of the window? What i mean by this is, how can I make the title of his site, no matter the window size, fit exactly 100% inside the window by dynamically changing the font s...
Is it safe to store a password in a sessions variable?
For example, usage would be in a form which is submitted to itself.
For example a change classifieds page, where users first enter a password, and then if pass=ok, show the form to change the classified. All on same php-page.
But Whenever a picture is uploaded in the "change" part...
I'm trying to parse HTML in the browser. The browser receives 2 HTML files as strings, eg. HTML1 and HTML2.
I now need to parse these "documents" just as one would parse the current document. This is why I was wondering if it is possible to create custom documents based on these HTML strings (these strings are provided by the server or...
Possible Duplicate:
Store password is ok in php Session variable?
I have a "change classifieds" section where users may change their classified information, pics etc.
Each classified has a password, which the user must enter before being able to change.
The problem occurs when the PHP-page gets submitted to SELF, for example...
Anyone know of a decent way of making drupal menus exapandable when the user hovers over the parent menu item.
...
I want a form which has two submit buttons. The form has some hidden fields which are common while submitting both buttons. So with different buttons, I want to post a different set of inputs/values to the same target url. Something like
<form method='POST' action='/method/data' >
<input type="text" name="field1" />
<!--...some other ...
I have an application that requires the down arrow, or the letter s for a specific function (both down arrow and the letter "s" trigger the function in the application).
The user cannot use the keyboard so I have to make a button on screen for the user to click. The application is displayed in an HTML page and I have made other buttons...
Are there any text selector in jquery ?
My Code
<anything>Hello World! Hello World!</anything>
Reslut Should be (Using Jquery)
<anything>Hello <span>World</span>! Hello <span>World</span>!</anything>
...
Is it possible to have an inner tbody inside an outer tbody like this:
here is a sample css:
<style type="text/css">
.class1 {background-color:#ff0000;}
.class2 {background-color:#00ff00;}
</style>
Here is the sample HTML
<table>
<tbody id="outer" class="class1">
<tr>
<td>...</td>
<td>...</td>
</tr>...
Hi
I want to start developing IPhone application.
I need to understand something about it - I am working with a graphic designer.
If she supplies the GUI in HTML - will it be easy for me to develop with it?
How does it work? like regular web development?
...
I have two div, one on the left and the other is on the right. Now I want to divide this two div with a border between them. But the border with full height looks bad.
I want to control the height of the border. How could I do this?
...
I am creating a small site for my college where the instructors will be able to enter the marks and attendance of the students. I stuck at add records option where the instructor will enter the marks of students all at once(using pagination) or one by one(he enters once,clicks next and enters another).The input fields are marks, total cl...
Hi all.
I have the following dropdown box
<form name="myform" method="POST" ACTION="songs.php">
Select Category: <select id="sel" name="categories" onchange="document.myform.submit()">
And all the options follow after. When the user makes a selection, the category is brought up below using PHP and MYSQl based on the selection containi...
Well I have the live preview of text going using jQuery.
http://jsbin.com/ezuta4
But is there a way where I can put in HTML tags and the HTML won't show but effects the text? Like typing <h1> and the tags turn into headings?
So far:
$(document).ready(function(){
$('#text').keypress(function() {
$('#live').text($(this).val());...
Hi,
is there any way to make clickable <td> or <tr> tags?
Regards
Javi
...