2,295 Posted Topics
Re: [url]http://www.dyn-web.com/code/rotate_images/[/url] | |
Re: Do not use any text date format, it will always be wrong for 90% of the world numeric timestamps use less storage, are faster on compare, can be output to any user/regional/whatever preference, and can be manipulated easier a function appears in the manual does not mean it is the … | |
Re: <body onload='window.status="my message";'> | |
Re: as long as the scripts are in the <head> before any script is called, the scripts in a are available to b they can be called just by calling their names consider combining these separate scripts into one, since overhead in downloading separate small files is often more than the … | |
Re: links wont display till google next crawls the page the links are on, (till then the SE does not know they exist, Yahoo's bot has ocrawled the page) and determines that your site is worth displaying. its always quicker if your site is submitted, the sitemap shows all your pages … | |
Re: 99% of what you imagine, is already available, as free scripts in various script repositories (cnet) download.com phpscripts.com hotscripts.com and others [url=http://www.google.com/search?hl=en&q=free+php+bulletin+board+software&meta=&rlz=] google search freeware php bulletin board software [/url] is a place to start. I have ok results from [url=http://www.phpbb.com/] phpBB [/url] hugely customizeable This board is a customized … | |
Re: sites using page transitions lose a lot in ff, this could be fun | |
Re: I always prefer, countdown code, similar coding, but, characters remaining | |
Re: z = Zulu military/air transport/sea transport representation of Greenwich Mean time, or, Coordinated universal time the globe is divided into 24 time zones a-x instead of 3 hours ahead or 4 hours behind, the zero line is labelled zulu (phonetic z) to distinguish it. times ending in z are universal … | |
Re: Try to avoid pixels for measurement fixed sizes look like crap[code=css]#container { width: 100%; float:left; background: red; display: table-row; } #left_column { float:left; width: 75%; } #right_column { width: 25%; float:left; background: #555; display: table-cell; }[/code] ![]() | |
Re: not really, that is the best answer you are going to find, accurate and simple, code compliant, current practice, proper use of styling. as a visual aid draw some boxes, boxes represent html block elements you can create/move/edit a box inside another box easily, change its border, change its margins, … | |
Re: Don't use javascript if css works use css effects and remove the javascript entirely javascript is problematic at best | |
Re: Layout programs do not produce optimised code they can do many things, but only the way they were programmed to do often thimes the best result is to go into "code view" after the page layout is completed and fix it [code=html]<p><img src='thispic.jpg' alt='a picture' width='80' height='60' style='float:right; margin:5px padding:5px;'>Lorem … | |
Re: an endless unbreakable loop of trying to download a failed image is one | |
Re: low speed internet is a reason to steal because ...? or is it only ok to steal in Myanmar.. ? | |
Re: any remote access thermostat can be accessed via the web the hardest part will be finding a dealer for the thermostat in your area | |
Re: there is going to be an event monitored, the page does Not just change the onchange event may be what you require | |
| |
Re: [code=html]<html> <head> <style type='text/css'> .cont { border:black 1px solid; width:100%;} /*css two column table*/ .l2 { width:50%; float:left; padding:0 1%; } .r2 { width:50%; float:right; padding:0 1%; border-left:black 1px solid; } /*css 3 column table*/ .l3 { width:33%; float:left; padding:0 1%; border-right:black 1px solid;} .r3 { width:33%; float:right; padding:0 1%; … | |
Re: Which method are you using[LIST] [*].htacess file handlers, which works only sporadically [*]php headers within the files which works more often [/LIST]part of included header [code=html]<head><link rel="meta" href="/labels.rdf" type="application/rdf+xml" title="ICRA labels"> <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico"> <link rel="stylesheet" type="text/css" media="screen" href="/style.css.php"> <link rel="stylesheet" type="text/css" media="print" href="/pstyle.css.php"> <link rel="stylesheet" type="text/css" media="handheld" … | |
Re: page refresh F5 is supposed reload all the cached files, ![]() | |
Re: the server is reaching capacity or is paused for maintainence, all the sites hosted on the server may have poorly designed scripts it may just be maxxed out or they may be maintaining it Just like the error message says, its plain (almost) language, contact your host and find out … | |
Re: Single best,, Read how-tos from Google, [url=http://www.google.com/support/webmasters/bin/answer.py?answer=70897&hl=en]Google101[/url] they are beginner instructions, start at the beginning, so much of what is on SEO reccommendation sites, is exactly what google say [U] do not [/U]. | |
Re: I feel a little petty 2oz pack of jellybelly beans and would appreciate a job for my youngest | |
![]() | Re: a query, now that the q is solved, I couldnt asnwer it so didnt waste anyones time How big is the flash for this menu, in KB, ? |
![]() | Re: google for css menu navigation is another of many things flash is not good at similar button effects can be made with css, much smaller, no overhead, no third party stuff that may not be installed on the users pc there are even sites where you can create your menu … |
| |
Re: the technologies that allow fantastic effects have a very large trade off in load time, no-one sees the effects becuase they click away Javascript as noted by Caffeine above is an exception, what you can do is limited only by what you try to do, and its relatively small being … ![]() | |
Re: try[code=html]<span style="overflow:hidden; background:url('10000000.png'); text-align:center; width:80%; height:60px;">test</span>[/code] | |
Re: look at your table code with the text removed[code=html]<table width="100%" align="center" border="0" cellpadding="10" cellspacing="10"> <tr> <td align="right"><img src="Images/PointSetProcessing.jpg" width="230" height="190"> <td width="75%" align="left"> <tr> <td align="right"><img src="Images/LidarScanner.jpg" width="230" height="190"> <td align="left"> <tr> <td align="right"><img src="Images/PTXReader.jpg" width="230" height="190"> <td align="left"> <td align="right"><img src="Images/RegionGrowing.jpg" width="230" height="190"> <td align="left"> <tr> <td align="right"><img src="Images/NoImage.jpg" … | |
![]() | Re: [url]http://www.daniweb.com/forums/post785006.html#post785006[/url] I used to think, Now I just cut n paste |
Re: h3 is a block element, </h3> ends the block with whatever margins and padding are set for the h3 and the adjacent element </h3><br> is 2 Breaks, thats what you got | |
Re: From a [url=http://www.daniweb.com/forums/post1008593.html#post1008593] prior thread [/url] [code=html]<a href='download.php?file=thisfile.pdf'>download Thisfile.pdf</a>[/code]mysql[code=php]<?php /*download.php*/ If (!$_POST['file']='') { /* validate $_POST any amount of form validation this is just an exercise or die('invalid information'); */ $con=mysql_connect("server","user","password"); if (!$con) { die('Could not connect: '.mysql_error()); } mysql_select_db("my_db", $con); mysql_query("INSERT INTO downloads (FirstName, LastName, Company, email, telephone, file) … | |
Re: [U]nobod[/U]y allows scripts to function in email, malware send an email link to the form online, | |
Re: I like resurrected topics. sometimes 'best practice' changes and being told a better way to do something than the way I have been doing it is useful. I dont really notice signature urls. I only play with my sig | |
Re: No PHP is serverside, only the output of the php is sent to the browser javascript is clientside, the two meet in AJAX whcih has a bit of a leaning curve... What were you trying to accomplish instead of "some php" | |
Re: [code=css]a.rollover > img:hover { height:240px; width:240px; margin-left:100px; }[/code] | |
Re: post those lines of code, and those immediately before and after, the validator often finds an error on line 8 if there is something missing on line 7 or there is an ampersand or other entity that needs to be escaped or there is a character string, in a hash … | |
Re: to avoid popups use layers make them visible or not [code=html]<script type="text/javascript"><!-- (document.getElementById) ? dom = true : dom = false; function hideIt(thiselement) { if (dom) {document.getElementById(thiselement).style.visibility='hidden';} if (document.layers) {document.layers[thiselement].visibility='hide';} } function showIt(thiselement) { if (dom) {document.getElementById(thiselement).style.visibility='visible';} if (document.layers) {document.layers[thiselement].visibility='show';} } --></script> <a id="me" href='#' onClick="showIt('hideable');">Show </a><span id='hideable' style="position:fixed; top:20px; … | |
Re: show the sql to populate the result array, just hunting for ideas | |
Re: email header Reply-To: To --obviously From --you, you get bounces set Reply-To: as sales, they will get genuine replies | |
Re: Yes But for the most appropriate cms in the orignal list, RTFM, the process for each is different many allow codeview | |
Re: csv is a good flat file system for porting any kind of data between incompatible system | |
Re: [code=mysql]select name where state like '%s', $post['state'] [/code] [code=php]mysql_query(sprintf("select name where state like '%s', $post['state'] "));[/code] probably better if you take the commas out of your state tables wa fl az mi instead of wa, fl, az, mi, many schema give commas a meaning, and cannot be sure where the … | |
Re: In case you are really new[indent]you get error line [U]46[/U], the file has [U]45[/U] lines in it, and the visible error was on line [U]28[/U] [indent] line count as the file executes considers includes as part of the file there were 18 processed lines in the included files[/indent]took half a … | |
Re: dunno, but style the input.submit [code=css]input.submit {background:none;border:0;color:#ff0000; }[/code][code=html]<input type='submit' style="background:none;border:0;color:#ff0000;" value='something'>[/code](untested) | |
Re: assumption:: to make a less than fullscreen image stretch to fullscreen, instead of tile, ( repeat-x repeat-y ) set the z-index lower than zero the default z-index is zero, the fullscreen image overwrites everything else at zero [code=css]#background { width:100%; height:100%; position:absolute; overflow:hidden; left:0; top:0; z-index:-1000; }[/code] giving the background … | |
Re: You can include the font file on your site, and reference it in the html, so that those browsers without native unicode for Kannada can get it from the font file a list of fonts containing support for Kannada [url]http://www.wazu.jp/gallery/Fonts_Kannada.html#samples[/url] from which you can download a font to your site … | |
Re: Flash sucks flash intros penalise in search, annoy your customers anything that makes the page load longer, kills customer retention |
The End.