13,937 Topics
![]() | |
[ATTACH=RIGHT]16048[/ATTACH]What do you do when you're creating new features so quickly that your software can't keep up? Speed up production, of course. Google has announced that they plan to introduce a new version of their web browser [URL="http://www.google.com/chrome/"]Chrome[/URL] every six weeks in order to get new developments as quickly as … | |
I'm trying to make a Chrome extension that has the ability to download Youtube Videos. What I want to do is when the user clicks the download video icon, my extension uses [document.write(location.href] (javascript) into the form, and when the user clicks download, it opens a new tab and goes … | |
Hi All , Can you please explain me about the Java Design pattern as many Developers suggested me. What role it plays while programming. -Prashant | |
Security researchers have been looking at Safari, the standard browser for Apple's Mac computers, and have found a troublesome security problem. It seems that there is a feature that could reveal your personal information. The problem is with the Auto Fill feature which is designed as a part of the … | |
I'm relatively new to web development and I'm hoping this is a simple fix. I have a Body div and a left column and right column div inside that body div. I want the body div background to show not the column divs(which cut out some of the white background … | |
I am not sure what is going on, for some reason the page will not display at all on ie7 or ie8, Firefox works fine. Please help thanks [URL="http://popnwedlock.com/services.html"]http://popnwedlock.com/services.html[/URL] [CODE]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Pop N' Wedlock Services</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="pop_style.css" rel="stylesheet" … | |
Hi all, First - I am a novice at web design, so bear with me and I know my code and everything else is not perfect, but I'm slowly learning. :) I have designed a site for a cat breeder, she wanted to edit it herself so I tried to … | |
Hello, I am new to this forum. Please tell the benefits and advantages of this forum. Thanks & Regards | |
Hi, Im having problems when using the header("Location: filename?args") function to act as a swf file. It works with firefox but not with Internet Explorer. [CODE] <object id="flashfile_obj" type="application/x-shockwave-flash" data="get_file.php?name=<?=urlencode("test.swf?&test_to_swf=1")?>" width="900" height="500"> <param name="movie" value="get_file.php?name=<?=urlencode("test.swf?&test_to_swf=1")?>"/> <param name="quality" value="high" /> <param name="wmode" value="transparent" /> <param name="base" value="_dir" /> </object> [/CODE] The … | |
Hi there, I'm currently working on the following page... [URL="http://www.rjt-online.com/photos_titletest.php"]www.rjt-online.com/photos_titletest.php[/URL] The Filter By buttons open different "photo galleries" in the iFrame below them when they are clicked. I was wondering (being a bit of a newbie with web design) if it is possible to change the style of the Filter … | |
I have text that is repeated on multiple pages. Is it possible have the text in the external css page so I only have to change it one time? | |
A client of mine has a website that was developed by a webdesigner. This web designer now ignores are requests to share the access details. The client is now unable to make any changes to the website and is dependent on this webdesigner. The client is not provided with any … | |
One of my pages has a big table that displays info from a database but the data runs down the page so if i were to view data at the bottom i would have to scroll down then I wouldn't be able to see the titles of the data from … | |
I have a master page that is referenceing a css style sheet that places an image that I want to link to. countdown block is the image style: <div id="countdown_block"> <div id="countdown">Days left in <strong>FY</strong> <script type="text/javascript">document.write(y);</script> </strong></div> <div id="daysLeft"> <script type="text/javascript">document.write(calculatediff);</script> </div> </div> [B]Where do I put the href?[/B] | |
Here is my HTML:[CODE] <tr> <td> <div class="fileinputs"> <input type="submit" name="submit" class="submit" /> </div> <div class="fileinputs"> <input type="file" class="file" name="uploadedfile" /> <div class="fakefile"> <img src="uf_btt.png" /> </div> </div> <div class="fileinputs"> <input type="reset" class="reset" /> </div> <div class="fileinputs"> <input type="button" class="print" onclick="window.print()" /> </div> </td> </tr>[/CODE] And here is my CSS: … | |
Hi, i'm trying to achieve the exact same effect as the 4 bottom tabs of this page : [url]http://uk.virginmoney.com/virgin/[/url] Most Jquery I have seen 'pushes' the content above or below it up or down the page as it reveals the hidden content, the above example reveals the content over the … | |
How can i track users visiting my website. | |
I need to find a Template Generator that I can use to create blogger templates for my readers or a template design software that will code in XHTML/HTML so that I can offer them on my website. If anyone knows of software that will help me reach my goal please … | |
Hello all, I am trying to start a new web design business in my local area...I am flash and joomla proficient but need some help(ideas) how to charge and find customers. Any help is appreciated. Thanks Neil | |
Maybe you're among the few who have seen the changes already; Google Images is getting a facelift this week. Google announced Tuesday that the familiar landing page for an image search will be changing and the site will offer more sophisticated technology for the 10 billion images it has indexed. … | |
I am wanting to have slide shows of different albums on my page, the problem is it always shows the pictures from the last album coded to the page in the first album, and nothing in any album other than the first album. does anyone know how I can fix … | |
is there some script i can put in the webpage to make the video viewable to like the person looking at my site IN windows media player or whatever their media player is(but keep the video on the webpage... not in their program window? does anyone know? i just want … | |
I'm looking to know if anyone knows somewhere I can find a coded weblayout that would agree with what freewebs is. I have done html, css for a lot of years but I cannot for the life of me figure out what and why freewebs doesn't recognize some codes. Especially … | |
![]() | |
Morning everyone -- Can anyone help me with what is probably very simple? I have a page where I want to get a variable from the URL and display it... so if my url is [url]http://www.mysite.com/page.html?variable=hi[/url] I want to get that "hi" out of there and print it out to … ![]() | |
i realize this may be a little lengthy with the code pasted in, but it was bothering the heck out of me as i couldnt figure this out so wanted to ask... i've got a simple header with a left and right float (leftLogo and rightLogo) and the same for … | |
Hello, I have a form that when it is filled out by a user it is then updated in a database, what i would like is for that information to be sent via email at the same time. Ive tried the mailto function but doesnt seem to work my code … | |
[CODE]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>|| Table with Image ||</title> <style media="all" type="text/css"> html, body { height:100%; padding:0px; margin:0px auto; min-height:100%; } </style> </head> <body> <table width="100%" height="100%" border="1" cellpadding="0" cellspacing="0"> <tr> <td height="100" valign="top"> </td> </tr> <tr> <td valign="top"> </td> </tr> … | |
Dear VB Pros, Please I want to solicit your assistance on a comprehensive database design for the following explanation: I have a customer order form comprising of: 1. the following controls will get information from the customer that will be stored in the customer table. [[B]CustomerName[/B]], [[B]CustomerAddress[/B]], [[B]City[/B]], [[B]State[/B]], [[B]DateofPurchase[/B]] … |
The End.