Tag Archives: Lt

form

need assist in creating a form such as this The first question Relating to is… Are you using PHP (or a few server-side scripting) plus a database (like MySQL) to receive the data it requires for your mode Those forms will be dynamically generated by just a script… where the drop-down provides are information from the database. The calendar part could be a JQuery date-picker (javascripting). To process the shape, requires PHP… in addition to I asked… any database certainly database So, I would say that this form has not one but two parts that need the database. You should decide how to generate your " From" drop-down titles, and also the " To" drop-down titles. Are you about to " hard-code" all of that locations into these select boxes, or will you use your database to merely show the destinations that service provides Another boxes are " open-ended". Anyone puts the info into those. A JQuery date-picker lets them pick a date. I prefer to use this one particular: http: //jqueryui. com/demos/datepicker/ Your own first post mentioned you needed " help" with the form. How high of the form perhaps you have currently done We’d say that you create … Continue reading

Posted in Web Design | Tagged , , , , , , , , | Leave a comment

Best Practices School

Hi Guys, Just had an idea and thought I’d personally throw it out here for feedback. I’d like to spend my free time frame helping others be able to better their practices with issues for example semantic HTML and CSS, design approaches, marketing strategies, small business development, etc. Just wondering when you all think it is a hit or forget idea I became thinking of either a chat room lecture community or a youtube . com series. Would anyone below follow and/or want to contribute some health of their lessons as properly Thanks! Immediately after posting I saw the Articles part of this site… probably the best area for you to practice this I’m sure I’ll write a piece of text right away. Semantic HTML is very much a good fit for a start but I’m absolutely up for strategies. I’ll enjoy reading your article – should it be HTML5 or additional general than we guess I’ll notice when it’s put up! Awesome! I think these forums undoubtedly are a great place to start, we get lots of visitors, and many are new. I think I’ll keep away from HTML5 as I don’t even write in the container entirely right … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , | Leave a comment

Vertically Aligned Hyperlinks

Good morning WDFers! Only a quick one (hopefully). I am designing as online wordsearch which highlights words on mouseover nevertheless am finding them tricky inserting words and phrases vertically. I’ve tried with all the list function nonetheless that knocked the rest out of position. The wordsearch is currently text based, I appreciate that it might be simpler to apply images but should keep it seeing that text. I’m highlighting horizontal words simply utilizing a span class along with mouse: hover and was hoping I could do the very same for vertical, but combining horizontal and vertical spans isn’t as simple as I idea… Any ideas Normally, I think people use this with Flash, or in the least, javascripting. But this provides HTML5 written around it. The only problem with that is, not all browsers are prepared for HTML5 (as involving now). So, you’re stuck with javascripting for now. The amount of of the script brand-new already done And is your script generating the puzzles also And think about diagonal words I’m curious if you’re using < table> or maybe < div> for any layout of that. Thanks mlseim, I thought Javascript would most probably be the approach forward. I’m not … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , | Leave a comment

How do you use php to create a repeating div tag?

I will be trying to use php the next div tag which could then be repetitive. The problem is the fact there is Html code between the php rule. I have included what I’ve done so way. If you desire a visual case in point of what My organization is trying to do take a look at http: //www. mediareviewzone. com I want the tiny description boxes every single child be populated from a database. The code below should preferably enter the subject, links, description, and an image on the description box precisely as it appears now on the website. I want this then to repeat until the many descriptions have been subjected to the page. My errors start along at the < div class=" par_element2" > line simply because that it can be HTML inside php computer code. Any help could well be appricated. < div class=" par_element" > < php $subject_set = mysql_query(" Choose from * movies", $connection); in the event that (! $subject_set) die(" Collection connection failed: ". mysql_error()); though ($subject = mysql_fetch_array($subject_set)) < div class=" par_element2" > < h2> indicate $subject" link"; indicate $subject" title"; < /a> < /h2> indicate $subject" description"; indicate $subject" link"; examine … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

Question regarding images…

Sorry if this is the dumb question, or inside the wrong spot, but I will be struggling with what to actually call this problem. I possess a simple website which is designed to help customers look at pictures of products and solutions. I want them every single child click on a url to view a large picture. That Allow me to do easily. What I would like to now, is when this new page pops up, the picture is scaled down enough to fit on the screen and never having to scroll. Then, when you click on this, it blows approximately it’s actual measurement, where you can definitely see a zoomed in version from the product. Here’s a link to what I actually am endeavoring to do: http: //altawebworks. com/articles/wp-content/uploads/2009/04/wisco-drop-top. gif When you hover over this particular picture, a magnification device . shows up, and also you can click in making the picture greater. How is this done And even, what is this technique called Thank you beforehand for your time whilst your help! That’s actually a function of the browser… you don’t have any control over them. Along with IE, it’s " permit automatic image resizing"… your feature of … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , | Leave a comment

Need some advice on colors to use

Howdy, i’m new right here! at present my site can be using these colours, but they are generally off… hard for you to describe exactly, but i feel like they tend to be off. My site can be design revolves throughout the colors: grey, dark-colored, and white. attached are some snips in the actual site. does anyone have got any advice on what colors i should use with the header, secondary header and footer that could look great together Thanks considerably guys! VV header < < toolbar < < footer The trend is to just give us a url to your site Those snippets connected with images do nothing for me. What he said… I am a fan regarding grayscale designs, but on some sites ( determined by context ), this doesn’t happen work… Colors and by using colors ( and whitespace ), are completely dependent on what the site is around and the articles. You wouldn’t to design a site in relation to rainbows using these types of colors… Unless you used to be explaining light fracturing and the many techincal aspects associated with color spectrums… Only my 2 cents worth http: //kuler. adobe. com/.

Posted in Web Design | Tagged , , , , , , , , , , , , , | Leave a comment

Any one familiar with Net_SMTP?

OKAY so my client has a Joomla website that was originally hosted with a linux server. Because of another developer he outsourcedto create a software, which is written in ASP. NET SALE. The website needed to be transferred to a new windows sever, and that is now giving my family problems. So your php mail function does’nt work, and the developer guy will be telling me to make use of something called NET_SMTP, which I do not know what that is! So anybody please help! How would I attempt fixing this trouble. net_smtp can be a package using the PEAR library, so you’ll have to assure that’s installed in your windows server to start. http: //pear. php. net/package/Net_SMTP/docs Records is here. However, mail() function should work with a windows server. Perhaps you’ll ought to explicitly set PHP: < php            ini_set(“sendmail_from”,   “infoyourdomainname. com”); > Before the very mail() function is named. yeah…… what exactly…..

Posted in Web Design | Tagged , , , , , , , , , , | Leave a comment

Need Help Making Website Cross Compitable

Howdy Everyone, This can be my second website I have created and I believe it looks great. My problem is always that I designed this in IE and no work in any browser. I do not understand how to attract it to work in another browser because merely design it in Firefox by way of example then it does not display properly inside IE. I am affixing a zip document and would appreciate anyone that is interested in helping me obtain it right. Any recommendations about my CSS or perhaps anything; I would regards! Problem A SINGLE: You start with < html>… absolutely no doctype defined. http: //www. w3schools. com/tags/tag_doctype. asp IE has always had problems with no doc form defined. I’m undecided if they possess fixed that having IE9, but despite having HTML5 approaching soon, there remains to be a basic doctype described, so you need to use it. Problem 2: Absolutely no style sheet explained, except in your IE ‘hacks’ " if" statements" (which is definitely bad to use). You’ll want to link to your CSS file within the head section, so all browsers can chek out it. http: //www. w3schools. com/css/css_howto. asp Notice External Style Sheet Problem … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , | Leave a comment

IE float problem

I created an affiliate site and am using a problem with 2 of the 4 pages in Internet Explorer. The content is floating into the left when I need it to heart. 3 of the particular pages come from your same CSS, so I am having trouble figuring out what Used to do wrong. Any help can be greatly appreciated! Your website is The pages giving me trouble would be the home and gallery pages. Gives thanks again! After i view the HTML for the various pages, I’m seeing differences with the end of the script (near the particular footer). A different lots of closing < /div> tags. Begin using Notepad++ (http: //notepad-plus-plus. org/) for you to edit your scripts, you’ll see that you could highlight < div> tags and it also will automatically emphasize the closing < /div>. Some of them don’t match… hence, I’m guessing that’s the challenge. –I’ve tried using checking that by now, no divs quit open. I’m really confused since the entire pages are based there are various same css internet page… –Found my own issue!! <! DOCTYPE html document PUBLIC " -//W3C//DTD XHTML A SINGLE. 0 Transitional//EN" " http: //www. w3. org/TR/xhtml1/DTD/xhtml1-transitional. dtd" > … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , | Leave a comment
Page 48 of 50« First...102030...4647484950