HTML - New Client Needs A Specific Something/ Need Help!
Hi folks,
this is my first time on here but I've been around the HTML/Dreamweaver world for some time now. I'm freelancing graphic design work for now when I'm not busy. A client came to me with a proposal for a website for a Chores & Allowance calendar program for kids where kids get paid for each chore a parent enlists on an online calendar. Thered be a need for a login system and paid membership system. Does anyone know of a program that would meet this? I know its a farout question but any help would be appreciated. Thanks alot for your time. -Nick Similar TutorialsI wanted to create a form for my client so that she can update a page of her website periodically, i have the form all built, but i am not sure how to write the code to get it working. Does anyone have some suggestions on reading materials or examples that i can use? Can anyone guide me to some reference material on how to create a simple customer login that would allow the client to access private pages of a web site? Can I enable a user to load a .txt file into a textarea? I know the user can do this via cut and paste (from a local app), but loading the file from the user's disk would be better Thanks, JAS I am doing a site for someone, Every once in a while they want to add audio/video to a certain page on their site.. Whats an easy way of accomplishing this? The pictures, they can upload whenever, but Audio and video is another story.. Whats the best method of letting a NON webdesigner upload audio and video to a site? Thanks a lot guys... I appreciate it... I've got a website under construction at www.banffridgeestates.com. On the design plans page (www.banffridgeestates.com/design_plans.htm), I've got 9 thumbs for the user to click on and a PDF file opens in Adobe Reader. But just in case the user doesn't have Adobe Reader or some other PDF viewing application, is there a way for me to program the link so that it detects whether the user has such an application, and to open a JPEG if he doesn't have one? Hi everyone, my first post here! I'm trying to develop a website to display weather. Its really quite simple; One computer runs some weather software which gets its data from a weather station, the weather software creates .jpg images of the data it receives and ftp's them every 60 seconds to a webserver that just has a simple html page displaying all of the 6 images on one page again refreshing every 60 seconds. This has been running for some time but I have recently been asked to include data from another computer that monitors tidal height. This computer also ftp's its data every 60 seconds to the same webserver but in a csv .txt file. I can display this txt file directly on the site in a iframe but its really badly formatted. What's the best way of formatting the data client side? I thought maybe with javascript, but its something I have never used before. thanks in advance, Nick hi im designing a we site by php i have a html form that collect some information from client an it has some script for hide or visible text box when user check a checkbox but when client run my page see a popup menu allowed blocked content.... i saw some site do this withou running this popup how can i do it? thanks Hello I'd like to place a pic is a specific area on my page. Not center, right, or whatever. I am new to html (except for the very basic) so I am not sure how to do this. THANKS LOTS Hello, I'm looking for a DHTML script that will combine a floating menu with a slide in menu. Here's an example of a floating menu: http://www.dynamicdrive.com/dynamici...staticmenu.htm Here's an example of a slide in menu: http://www.dynamicdrive.com/dynamici...lideinmenu.htm Does anybody know where I can get a menu that combines these features? how can i make a hyperlink or a banner\picture, that will cahnge for every diffrent ip, what i mean is if i want all pepole coming from the Italy to see specific banner/ or hyperlink , and peple from UK to see diffrent banner\hyperlink, and all pepole from francer to see a diffrent and so on and so on.... How can i do it, I know its possibale becouse advertaizers do it. Thanks. basically, im trying the find the specific URL web address for the webcounter on my myspace page so i can enter it into a script and artificially boost it. only problem is, i can't seem to do it. http://profile.myspace.com/index.cfm...ndid=112544176 thats the address to my page and the counter is currently on 526. i have already found the web address for my plays which can be found on the following page... http://mediaservices.myspace.com/ser...hx?b=112544176 its the addresses at the bottom that start 'url=http://media.myspace....' i understand that all myspace pages load themselves from a database but is there any way to find out what address it loads for the VIEWS counter? maybe there is a program that anyone knows about that can track EVERY url address a page requests when opening. please help! Hi all, Here is what I have : several forms (dynamically built, unknown number), each having it's submit button. Let's say these are our offers, each of them having several options (different cars, with options for color, extras and etc.). I need to also put INSIDE these forms a checkbox so that I can compare DIFFERENT car offers. No I know it is not possible to nest forms. I know that most probably there is a very nice solution using JavaScript, but this functionality needs to work with JS disabled. The only idea I had is to put labels, each of them linked to another form, that has checkboxes for all the offers and a submit button. This actually works perfectly, but only if the label is text. I need it to be a checkbox, and when I nest a checkbox in the label tag it works in Firefox only So ... any ideas? Besides the obvious one - use a single form and submit ALL the offers (which I find to be a very ... ugly decision). Thanks, Tihomir Can someone make me this frameset: I can edit it myself (<noframes>, <head> etc.). I just need the basic frameset. Thanks in advance, Budsie hello people! so, i need some help with placing a table in a specific location in my website. please check it out here, www.tech-nuke.com. you will notice that there are a white blank space in the left side of the page, which i want to place a table there. and just for clarification, i want to place a table tag so the white empty area become independent (not really!) from its neighbor. i have been trying so hard to get something in that specific area but every time i missed up the desigen of the page. here is the html code of that part of the page: PHP Code: <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td valign="top" class="titlebg">مرحبا بكم في <?php bloginfo('name'); ?></td> </tr> <tr> <td valign="top"><table width="100%" border="0" cellpadding="5" cellspacing="0"> <!--Added: Latest forum topics --> <tr> <td valign="top" class="cell-t" style="border:1px solid #ccc;">اخر مواضيع المنتدى</td> </tr> <td class="cell-h"> <? include('recent-topics.php'); ?> </td> <!-- Added: Remove for box 4 --> <tr> <td valign="top" class="cell-t" style="border:1px solid #ccc;">احدث موضوع</td> </tr> <tr> <td class="cell-h"> <?php $recent = new WP_Query("cat=25&showposts=1"); while($recent->have_posts()) : $recent->the_post();?> <div class="cat-image"><a href="<?php the_permalink() ?>"><img style="padding:0px; margin:0px; border:0px;" height="150" width="150" src="<?php echo get_post_meta($post->ID, "Thumbnail", true); ?>" /></a></div><?php the_content_limit(800, ""); ?> <div style="display:block; text-align:right;"><b><a style="font-size:14px;" href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?> »</a></b></div> <?php endwhile; ?> </td> </tr> <!--end added: remove for box 4 --> <tr> <td width="65%" valign="top"><table width="100%" border="0" cellpadding="5" cellspacing="0"> <tr> <script type="text/javascript"><!-- google_ad_client = "pub-6723104396625340"; /* 468x60, created 4/26/09 */ google_ad_slot = "7601118167"; google_ad_width = 468; google_ad_height = 60; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> <td valign="top"> <table width="100%" border="0" cellpadding="5" cellspacing="0"> <!-- <p>1</p> --> <!-- Added: Remove to get box 1--> <tr> <td valign="top" class="cell-t" style="border:1px solid #ccc;">++C</td> </tr> <tr> <td class="cell-h" style="padding:8px;"> <?php $recent = new WP_Query("cat=17&showposts=2"); while($recent->have_posts()) : $recent->the_post();?> <div align="center" class="Small-Landscape-image"><a href="<?php the_permalink() ?>"><img style="padding:0px; margin:0px; border:0px;" height="80" width="80" src="<?php echo get_post_meta($post->ID, "Thumbnail", true); ?>" /></a></div> <?php the_content_limit(700, ""); ?> <div style="display:block; text-align:center;"><b><a style="font-size:14px;" href="<?php the_permalink() ?>" rel="bookmark"><?php the_title2('', '...', true, '70') ?> »</a></b></div> <?php endwhile; ?> </td> </tr> <!--End Added: Remove to get box 1 --> </table> </td> <td style="border-left:1px dotted #999999;" valign="top"><table width="100%" border="0" cellpadding="5" cellspacing="0"> <!-- <p>2</p> --> <!-- Added: Remove to get box 2--> <tr> <td valign="top" class="cell-t" style="border:1px solid #ccc;">برمجة الالعاب C++/SFML</td> </tr> <tr> <td class="cell-h" style="padding:8px;"> <?php $recent = new WP_Query("cat=25&showposts=2"); while($recent->have_posts()) : $recent->the_post();?> <div align="center" class="Small-Landscape-image"><a href="<?php the_permalink() ?>"><img style="padding:0px; margin:0px; border:0px;" height="80" width="80" src="<?php echo get_post_meta($post->ID, "Thumbnail", true); ?>" /></a></div> <?php the_content_limit(700, ""); ?> <div style="display:block; text-align:center;"><b><a style="font-size:14px;" href="<?php the_permalink() ?>" rel="bookmark"><?php the_title2('', '...', true, '70') ?> »</a></b></div> <?php endwhile; ?> </td> </tr> I have a form and once on submit it redirect to another php page. I would like to know how I can go about making the redirect php page a pop up window and have the pop up window at a specifiied size and at the same time reload the original php page. Anyhelp is appreciated. Thank you. hi everyone,, How can i insert data into a certain(specific) table column(cell) i mean that i'm retrieving data from my database and i must insert theses data into certain column, because the cell position of the data depends on the user input if he chooses 1 then data must be inserted at cell 1 ,if he chooses 2 then the data must be at cell 2,and so on I am the owner of http://www.translationhelp.com and I am debating whether to use Unicode on the pages or not. There are over 500 translators in the database (but not yet fully registered as the site is still in development). Each of these translators needs to create at least two "profile" web pages (one in their source language and one in their target language). This means I need to have the ability to allow the translators to enter their profile information in two separate forms when they register in their respective languages so that the form contents once submitted will display properly in the user's browser ("user" here means potential clients looking for a translator). I have heard of some problems with Unicode and browser/computer configuration so I am not sure if that is the best solution. It also seems more complex and therefore more expensive and perhaps more prone to bugs. I am also not sure how to implement Unicode so that the translators can read/type their info into the form in their languages and the pages resulting from the form submission are displayed in Unicode. The other solution is to set the form pages to be displayed automatically using the specific language charset for that page and to display the web pages using the charset of that page's language. The problem is that I have not had the actual site pages translated yet (that is coming soon) and the common elements (menus etc.) are all in English. This will mean a translator's profile page with a language charset of Japanese (for example) will also have menu items in English. The combination of the two languages is troublesome and the only solution I can come up with is to use Unicode OR display these pages without menus using a target "_blank" to open a new browser window and a couple of images (in English) to close the window or whatever. I have been thinking and wondering about this for some time and I could use any help or opinions to get me over the hump of indecision I am stuck at. Hi all. Great forum. I did a search and couldn't find my answer.. so here goes. Is it possible to link to a specific part of an image? For example I have a large class photo JPG and a page with all the students names on it. What would I need to do so that a parent can click on "John Smith" and it would take them to John's location in the photo..? I was thinking of something like <MAP> would help me out but it's not meant for this particular task. Thanks in advance! -M Hi, Maybe this is a really stupid question but I cant figure it out! I have downloaded a template from a site and at the top I can add links. The problem is if i press the link the site opens over the old site and i want it to open under links. A bit vague explanation I know. i've attached the index.html with this thread. any help is great! regards, DDmans |