6,558 Topics
| |
Hello Daniweb, I'm trying to validate form fields with php via jQuery and everything is working great, except for one thing I can't figure out. I'll try my best to explain. Here's the jQuery: [code] $(document).ready(function(){ $("form#reservation").submit(function(event){ event.preventDefault(); // Prevent default submission of form }); $("input#continueReservation").click(function(event){ event.preventDefault(); // Prevent default … | |
hi guys i am doing an applet that reads information from a website, stores it and uses it to graph the data and displays it in a very friendly way. it works perfectly fine in the viewer when i run it in eclipse but as soon as i try to … | |
Hello I've been researching this most of the day with no luck, hopefully someone here can provide some insight. I should preface this by saying that although I am an experience Developer this is my 1st time using Web. My issue, I am designing an Internal Product Maintenance application for … | |
What is the best book to learn ,PHP,Javascript,DHTML, and AJAX? | |
Im learning to build websites using HTML and CSS i already know that HTML creates a struture and CSS create the layout but what can JavaScript be used for? Also can ActionScript be used too as I already know quite alot of ActionScript. please help. | |
As I am adding google +1 button and such things, i am getting new stuff to add to my opening html tag. It is a real hassle having to go back and add the new links or piece of code inside the opening html tag. Can I feed the open … | |
Please help me. Can you guys tell me how to put a background color in C. | |
I can't seem to get my innerHTML to display my content. This works fine, if I was to put it all in one line. [CODE]document.getElementById('addedText').innerHTML = '<table><tr><td>'+"My text goes here"+'</tr></td></table>';[/CODE] If I was to break it up, which I wanted then nothing seem to show up. [CODE] document.getElementById('addedText').innerHTML = '<table><tr><td>'; … | |
Hi I have a web page that displays rows of records split into 6 columns. To make each line a bit more readable, I wanted to use CSS code to display a continuous border at the bottom of each row. Here is the CSS code: [CODE]#timetable-body td { font-family: 'Comic … | |
Hi, Is there any possibility to use Coda in windows for PHP Developement ?!?!?!? I have seen CODA on a Friend's Macbook Pro and it is wonderful and have great features. Anyway to use it on Windows? Thanks | |
hi, Iam developing the website in ipad,using html5 database and html5 concepts...i am facing trouble in integrating my website which is developied in php and xslt..here we are using soap to get the articles and displaying it using xslt and php...here iam loading those articles in html5 database in php … | |
How to change the color of selected row of an HTML table without using CSS or Javascript? | |
Hi ... I'm doing 1 web-system, where login page in .jsp but other functional page in .html where I use javascript to do function. So if user knows any other html page's url then they can browse directly any of those page. But I've to prevent them & send to … | |
currently, I am implementing a background image - a red curly banner in my page [code] .content{ background:url(image/curly-banner.png) repeat-x; background-position : bottom; } [/code] now what my problem is that I want the overflow content above the banner has the red background also. I tried: [code] .content{ background: red url(image/curly-banner.png) … | |
In my head, this seems so easy, but i cant seem to overcome it. I have an html page which includes a checkbox. I then have a jQuery code to display a hidden field when this box is checked. The hidden field is populated with a value that is calculated … | |
Has anyone found a good way to create powerpoint files on the fly. I'd like to go straight from PHP but creating from an HTML or XML doc is fine too... Also I'm totally Linux so COM Objects on Windows is out... thanks for any help... | |
Hi All, Can we use CSS to make rounded corner or bubble speech text area using CSS? I already have my application generating code to show a rectangle, and I want it to look more appealing. Any suggestions are welcome | |
Hello everybody, i need help from you guys.. I want to split text line into 2-3 lines and put it on image using GD. I know how to write text on image with GD, but i don't know how to split text to get the last line.. Here is what … | |
Hello everyone, This is my first post in this forums. I am new to HTML and I have following requirement. I have to make HTML ui with 2 window panes with one of them showing available columns and the adjacent window pane showing selected columns. Users can select a column … | |
How would I get started? This site is the perfect example: [url]http://applereviews.com/[/url] This site also has one: [url]http://energycell.co.uk/[/url] Could I just use their js and css and place it on my site? [CODE] <link rel="stylesheet" href="http://applereviews.com/wp-content/themes/apple-reviews/style.css" type="text/css" media="screen" /> <!-- jQuery --> <script type="text/javascript" src="http://applereviews.com/wp-content/themes/apple-reviews/js/jquery-1.3.2.min.js"></script> <!-- jQuery Functions --> <script … | |
Hi there, I'm looking for help with forms. My professor has hired me to help her with her website and I'm not big into HTML but it's worth it to me. Basically what she needs me to do is code a form so that she can enter new topics or … | |
Hi, I have 2 problems : 1) How to align the "Map" to stick to right without overlapping others when browser is small ? 2) How the footer stick to the bottom and center of the page ? Something like this [url]http://www.cssstickyfooter.com/[/url] . But I don't know how to apply … | |
hello.. just want to ask if it's possible to save html form field values in an xml file without using any server side script like ajax or php. i just want to use javascript and i want to do it offline witthout using any server like tomcat. is it possible? … | |
Hi all. I'm developing an e-Learning system with Moodle and now tweaking the header. Instead of having text, I have put in a header image. My supervisor wants it to be centered. I have done that by adjusting the margin. We will be presenting the project using a different computer … | |
Please tell me that in Html website what is the code in javascript to connect to a MS Access database that is hosted on NIC Server. If not so possible in javascript then any other option what can added in HTML website | |
I can not seem to figure out what I did wrong. I have been trying to build a website for a few weeks now. I have it looking good(Good is a relitive term)........I have been using Dreamweaver and everything looks good when I review it in Mozilla and IE8. Today … | |
Inline CSS works, but when I link it doesn't. It happned in Firefox 3.something and in IE8. template1.html [CODE]<html> <head> <title>title here</title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta name="keywords" content="..." /> <meta name="description" content="..." /> <link ref="stylesheet" href="body.css" type="text/css" /> <style type="text/css"> /* Here it works body { background-color: blue; … | |
Hey there, I'm new to CSS and I'm building my personal website. I have an issue with the right side bar when browser is re-sized. I posted two images (a working example and the issue I'm facing). Any help would be greatly appreciated. | |
Hi, I am trying to plot some images on the browser. I used CSS div id using the below command: #image { position: absolqute; top: 200px; left: 200px; } Now, this works perfectly fine, but when I try to use right, bottom tags for offset. The offset is still from … | |
Hi, Guys!! I use Markup Validation Service to run a test to my wordpress websites and I found.. 155 Errors, 19 warning(s) This are the data of the site Server: Apache mod_fcgid/2.3.6 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Size: 9603 Content-Type: text/html Encoding: utf-8 Doctype: HTML5 Root Element: html Now what I need … |
The End.