From harvester at lists.evolt.org Mon Oct 2 00:00:09 2006 From: harvester at lists.evolt.org (harvester at lists.evolt.org) Date: 2 Oct 2006 00:00:09 -0500 Subject: [thelist] Tip Harvest for the Week of Monday Sep 25, 2006 Message-ID: <20061002050009.15045.qmail@tempest.evolt.org> The tip harvest for the Week of Monday Sep 25, 2006 has been added to the lists.evolt.org site. Get it at: http://lists.evolt.org/harvest/show.cgi?w=20060925 Week at a glance listing at: http://lists.evolt.org/harvest/week.cgi?w=20060925 Harvest Summary --------------- Number of messages: 90 Number of tips : 4 Tip Authors ----------- chris heilmann (1) Chris Heilmann (1) Hershel Robinson (1) payton morris (1) Tip Types --------- batch (1) Converting MS Word to Clean HTML (1) javascript (1) JavaScript Events (1) ------------------------------------------------------------------------------ What: Tips are how a list subscriber "pays" for making an off-topic post to the list (see List Info for more information). Of course, this does not make off-topic posts acceptable. :) How : You include a tip in your posting by using the [tip]...[/tip] tag (replace the square brackets with angle brackets). The tip tag takes the optional attributes of 'type' and 'author'. From derwert at hotmail.com Mon Oct 2 00:06:15 2006 From: derwert at hotmail.com (der wert) Date: Mon, 02 Oct 2006 00:06:15 -0500 Subject: [thelist] mysql help Message-ID: first I would recommend you adding an index field and make it uniq and have it auto_increment now say you have an entry in the table that looks like this index = 1 category= misc url = http://example.com title = example target = _blank if you wanted to change title to example2 you would do the below query UPDATE `info` SET `title` = 'example2' WHERE `index` = 1 LIMIT 1 ; _________________________________________________________________ The next generation of Search?say hello! http://imagine-windowslive.com/minisites/searchlaunch/?locale=en-us&FORM=WLMTAG From lists at soddengecko.com Mon Oct 2 00:21:40 2006 From: lists at soddengecko.com (Mark Mckee) Date: Mon, 02 Oct 2006 06:21:40 +0100 Subject: [thelist] mysql help In-Reply-To: References: Message-ID: <4520A1E4.5070407@soddengecko.com> i have added a unique field tot he database that is set to auto_increment. so far i have managed to call the category titles from the categories table and listed them as links like so \n

Edit Categories

    \n"; while ($row = mysql_fetch_assoc($result)){ $catagory = $row["catagory"]; $id = $row["id"]; echo "
  • $catagory - Edit
  • \n"; $sql2 = 'SELECT * FROM catagories WHERE catagory="'.$row['id'].'" ORDER BY catagory;'; $result2 = mysql_query($sql2); } echo "
"; } ?> this has made each category title a clickable link which takes you to a page with an input box. i am unable to get that category name into that input box and not sure how to set up the command to send it to the db with the new name. also this command will have to edit the info table and find all the links with the category i modified and change the category to the new name. i read something on being able to modify two tables at the same time, but no luck in getting it working. i really appreciate all your help, some resources would be brilliant if you have them as i would like to learn while im doing this. kind regards mark m... der wert wrote: > first I would recommend you adding an index field and make it uniq and > have it auto_increment > now say you have an entry in the table that looks like this > > index = 1 > category= misc > url = http://example.com > title = example > target = _blank > > > if you wanted to change title to example2 you would do the below query > > UPDATE `info` SET `title` = 'example2' WHERE `index` = 1 LIMIT 1 ; > > _________________________________________________________________ > The next generation of Search?say hello! > http://imagine-windowslive.com/minisites/searchlaunch/?locale=en-us&FORM=WLMTAG > > From steven.pierce at gmail.com Mon Oct 2 00:47:11 2006 From: steven.pierce at gmail.com (Steven Pierce) Date: Sun, 1 Oct 2006 22:47:11 -0700 Subject: [thelist] Domain names for sale - any advice appreciated!!! In-Reply-To: References: <200609291616.k8TGGVRc069935@mail.authsmtp.com> Message-ID: <6e0cf1cc0610012247s4bdbc4eq47628d0ea9333ba9@mail.gmail.com> Jon, I believe that GoDaddy does sell names. There are other places that does list names for sale, but I am not sure they are someone that I trust. If they are about to expire, I would just let them go. Unless you have a www.dns.com or the like they are sometimes not real easy to sell. Good Luck Steven On 10/1/06, Jon Ambrose at BTOW wrote: > > Hi there, > > Does anyone know a good, reliable & trustworthy organisation where I can > sell some domain names that I have registered. > > Alternatively, if anyone is interested in buying some domain names I will > be > happy to send the list to you outside of the forum mailsystem. > > Look forward to your replies and recommendations. > > From brian at hondaswap.com Mon Oct 2 01:02:42 2006 From: brian at hondaswap.com (Brian Cummiskey) Date: Mon, 02 Oct 2006 02:02:42 -0400 Subject: [thelist] Domain names for sale - any advice appreciated!!! In-Reply-To: <6e0cf1cc0610012247s4bdbc4eq47628d0ea9333ba9@mail.gmail.com> References: <200609291616.k8TGGVRc069935@mail.authsmtp.com> <6e0cf1cc0610012247s4bdbc4eq47628d0ea9333ba9@mail.gmail.com> Message-ID: <4520AB82.1050809@hondaswap.com> A private buyer will probably land you the most cash for the name. Sitepoint.com, forums.digitialpoint.com, namepros.com all have "sell your domain" classified listings. From st.schwarzer at geois.de Mon Oct 2 01:04:20 2006 From: st.schwarzer at geois.de (Stefan Schwarzer) Date: Mon, 2 Oct 2006 08:04:20 +0200 Subject: [thelist] AutoCompletion with Ajax and z-index Problems Message-ID: Hi there, I implemented a Ajax Script for AutoCompletion for our keyword search ( http://geodata.grid.unep.ch ). Everything works fine; it's only that the "box" which opens with the suggested keyword list hides behind an image below. (See http://geodata.grid.unep.ch/Picture4.png or website.) I tried to use z-index (high value for the text box, low value for image) but it didn't do anything... Can anyone give me a hint how to solve this issue? Thanks a lot! Stef From micky at ambiguism.com Mon Oct 2 01:08:00 2006 From: micky at ambiguism.com (Micky Hulse) Date: Sun, 01 Oct 2006 23:08:00 -0700 Subject: [thelist] Domain names for sale - any advice appreciated!!! Message-ID: <4520ACC0.7050104@ambiguism.com> Jon Ambrose at BTOW wrote: > Does anyone know a good, reliable & trustworthy organisation where I can > sell some domain names that I have registered. > Alternatively, if anyone is interested in buying some domain names I will be > happy to send the list to you outside of the forum mailsystem. > Look forward to your replies and recommendations. > Many thanks in advance, > Jon Ambrose Hi, You might post on the Sitepoint Marketplace: *Domain Names For Sale* Good luck, Cheers, Micky -- Wishlist: Switch: BCC?: My: From codepo8 at gmail.com Mon Oct 2 02:10:35 2006 From: codepo8 at gmail.com (Christian Heilmann) Date: Mon, 2 Oct 2006 00:10:35 -0700 Subject: [thelist] AutoCompletion with Ajax and z-index Problems In-Reply-To: References: Message-ID: <30bd6ffd0610020010s40a80e8era2fbc54ede7ac546@mail.gmail.com> > I implemented a Ajax Script for AutoCompletion for our keyword search > ( http://geodata.grid.unep.ch ). Everything works fine; it's only > that the "box" which opens with the suggested keyword list hides > behind an image below. (See http://geodata.grid.unep.ch/Picture4.png > or website.) I tried to use z-index (high value for the text box, low > value for image) but it didn't do anything... I suppose your problem is MSIE. If that is so, you need to apply the IFRAME hack to make sure that the combo box covers other form elements: http://weblogs.asp.net/bleroy/archive/2005/08/09/422047.aspx The YUI AutoComplete control has that built-in: http://developer.yahoo.com/yui/autocomplete/ Yours is a great job! HTH Chris -- Chris Heilmann Book: http://www.beginningjavascript.com Blog: http://www.wait-till-i.com Writing: http://icant.co.uk/ From lists at neptunewebworks.com Mon Oct 2 02:41:58 2006 From: lists at neptunewebworks.com (Max Schwanekamp) Date: Mon, 2 Oct 2006 00:41:58 -0700 Subject: [thelist] Redirect to correct SSL Host on Apache Message-ID: <006b01c6e5f6$44be5e40$650fa8c0@salamander> Hello, Our site hosted on Apache 1.3 has an SSL certificate installed on the null host address, e.g. example.com (rather than, say, www. or secure.example.com). While the php script redirects the client to the correct host when clicking on links, sometimes people apparently type in https://www.example.com and get a security warning popup in their browser, because the certificate is good for example.com, but not for www.example.com. So my question is, how can I redirect clients to the correct host without triggering a security warning in their browser? This Apache 1.3. I have access to both .htaccess and httpd.conf. TIA! -- Max Schwanekamp NeptuneWebworks.com From Ken at adOpenStatic.com Mon Oct 2 02:55:10 2006 From: Ken at adOpenStatic.com (Ken Schaefer) Date: Mon, 2 Oct 2006 17:55:10 +1000 Subject: [thelist] Redirect to correct SSL Host on Apache In-Reply-To: <006b01c6e5f6$44be5e40$650fa8c0@salamander> References: <006b01c6e5f6$44be5e40$650fa8c0@salamander> Message-ID: <160489103479AB4892187638EE7D1E691F5647@kjserver1.kjhome.local> : -----Original Message----- : From: thelist-bounces at lists.evolt.org [mailto:thelist- : bounces at lists.evolt.org] On Behalf Of Max Schwanekamp : Subject: [thelist] Redirect to correct SSL Host on Apache : : Our site hosted on Apache 1.3 has an SSL certificate installed on the : null : host address, e.g. example.com (rather than, say, www. or : secure.example.com). While the php script redirects the client to the : correct host when clicking on links, sometimes people apparently type : in : https://www.example.com and get a security warning popup in their : browser, : because the certificate is good for example.com, but not for : www.example.com. So my question is, how can I redirect clients to the : correct host without triggering a security warning in their browser? : : This Apache 1.3. I have access to both .htaccess and httpd.conf. TIA! Since the SSL handshake occurs before anything happens HTTP wise, I'm not sure there is anything you can do except: a) get a wildcard cert that matches both example.com and www.example.com b) setup two hosts (www.example.com and example.com), and get two certificates. Redirect from one to the other But not being an Apache expert, my advice could be off-base. Maybe there is some way of doing this that I don't know about. Cheers Ken -- My Blog: www.adOpenStatic.com/cs/blogs/ken From st.schwarzer at geois.de Mon Oct 2 04:05:18 2006 From: st.schwarzer at geois.de (Stefan Schwarzer) Date: Mon, 2 Oct 2006 11:05:18 +0200 Subject: [thelist] AutoCompletion with Ajax and z-index Problems In-Reply-To: <30bd6ffd0610020010s40a80e8era2fbc54ede7ac546@mail.gmail.com> References: <30bd6ffd0610020010s40a80e8era2fbc54ede7ac546@mail.gmail.com> Message-ID: >> I implemented a Ajax Script for AutoCompletion for our keyword search >> ( http://geodata.grid.unep.ch ). Everything works fine; it's only >> that the "box" which opens with the suggested keyword list hides >> behind an image below. (See http://geodata.grid.unep.ch/Picture4.png >> or website.) I tried to use z-index (high value for the text box, low >> value for image) but it didn't do anything... > > I suppose your problem is MSIE. If that is so, you need to apply the > IFRAME hack to make sure that the combo box covers other form > elements: > http://weblogs.asp.net/bleroy/archive/2005/08/09/422047.aspx > > The YUI AutoComplete control has that built-in: > http://developer.yahoo.com/yui/autocomplete/ > Actually, unfortunately it's not the MSIE problem. It concerns all browsers... From st.schwarzer at geois.de Mon Oct 2 04:06:16 2006 From: st.schwarzer at geois.de (Stefan Schwarzer) Date: Mon, 2 Oct 2006 11:06:16 +0200 Subject: [thelist] Country Lists In-Reply-To: <000401c6e593$b8058300$0200000a@cjmarsh.com> References: <000401c6e593$b8058300$0200000a@cjmarsh.com> Message-ID: <2604DDCE-2A50-43A3-AEAD-8316C573FB80@geois.de> >> There is a pretty comprehensive Wikipedia list at: >> > _languages> You may look at geonames.org. They have a webservice to retrieve country names in various local versions... From chris at lwcdial.net Mon Oct 2 04:17:12 2006 From: chris at lwcdial.net (Chris Hayes) Date: Mon, 2 Oct 2006 10:17:12 +0100 Subject: [thelist] What's the sexiest looking CMS? Message-ID: <087e01c6e603$e3a1a5f0$e000a8c0@herb.londonweb.net> Honest.. this is my research brief.. to find the sexiest looking CMS interface. I don't think I'm the best to judge as my tastes are often obscure. Not looking for the most erotic but the one that just sells itself before anyone has even pressed a button. If this message makes it out past my spam-blocking mail server be aware that your reply may not make it back in :) TIA Chris From codepo8 at gmail.com Mon Oct 2 04:26:53 2006 From: codepo8 at gmail.com (Christian Heilmann) Date: Mon, 2 Oct 2006 10:26:53 +0100 Subject: [thelist] What's the sexiest looking CMS? In-Reply-To: <087e01c6e603$e3a1a5f0$e000a8c0@herb.londonweb.net> References: <087e01c6e603$e3a1a5f0$e000a8c0@herb.londonweb.net> Message-ID: <30bd6ffd0610020226y5427769ew840f453b505505f7@mail.gmail.com> > Honest.. this is my research brief.. to find the sexiest looking CMS > interface. > > I don't think I'm the best to judge as my tastes are often obscure. > > Not looking for the most erotic but the one that just sells itself before > anyone has even pressed a button. > > If this message makes it out past my spam-blocking mail server be aware that > your reply may not make it back in :) I found that most of those that look amazingly easy are a pain to change or tweak to your needs. Furthermore, the more snazzy the WYSIWYG interface, the crappier the quality of the content (as in - editors will use tables and things to layout content and mess with your overall CI). That said: Immediacy, RedDot -- Chris Heilmann Book: http://www.beginningjavascript.com Blog: http://www.wait-till-i.com Writing: http://icant.co.uk/ From lists at soddengecko.com Mon Oct 2 04:31:22 2006 From: lists at soddengecko.com (Mark Mckee) Date: Mon, 02 Oct 2006 10:31:22 +0100 Subject: [thelist] What's the sexiest looking CMS? In-Reply-To: <087e01c6e603$e3a1a5f0$e000a8c0@herb.londonweb.net> References: <087e01c6e603$e3a1a5f0$e000a8c0@herb.londonweb.net> Message-ID: <4520DC6A.7090503@soddengecko.com> hi Chris no idea if this will help you out, but over the last couple of years I have tried a fair few CMS systems and gave every single one up for WordPress. granted that it is a mainly a blog but it is slowly evolving into a CMS. the standard theme looks real good and of course it is completely skinnable some of my favourite CMS's are http://www.typo3.com/ http://www.phpwcms.de/index.php http://wordpress.org/ HTH Kind regards Mark M... Chris Hayes wrote: > Honest.. this is my research brief.. to find the sexiest looking CMS > interface. > > I don't think I'm the best to judge as my tastes are often obscure. > > Not looking for the most erotic but the one that just sells itself before > anyone has even pressed a button. > > If this message makes it out past my spam-blocking mail server be aware that > your reply may not make it back in :) > > TIA > > Chris > > From st.schwarzer at geois.de Mon Oct 2 04:52:35 2006 From: st.schwarzer at geois.de (Stefan Schwarzer) Date: Mon, 2 Oct 2006 11:52:35 +0200 Subject: [thelist] Problems with "NAME" parameter in Message-ID: <9E7FCF22-C590-4DEB-AAB6-D6B73957A49B@geois.de> Just discovered something bizarre: I am working with an Ajax AutoCompletion script, which asks for the document.getElementById("selectedKeyword") The HTML code is like this: Now, the thing get's somewhat confusing: - as long as I have the 'name="selectedKeyword"' in the HTML code all browsers seem to reject the 'autocompletion="off"' parameter, which avoids a drop down box for keywords already entered in an earlier search; - if I don't use the 'name="selectedKeyword"' the keyword is not being transferred to the resulting page, thus showing all results instead of those matching the keyword Any idea what I do wrong? Or if there is a workaround? Many thanks already for any hints. From lee.kowalkowski at googlemail.com Mon Oct 2 04:58:12 2006 From: lee.kowalkowski at googlemail.com (Lee kowalkowski) Date: Mon, 2 Oct 2006 10:58:12 +0100 Subject: [thelist] Problems with "NAME" parameter in In-Reply-To: <9E7FCF22-C590-4DEB-AAB6-D6B73957A49B@geois.de> References: <9E7FCF22-C590-4DEB-AAB6-D6B73957A49B@geois.de> Message-ID: <610592c90610020258v71862c79l8f85dda413da2723@mail.gmail.com> On 02/10/06, Stefan Schwarzer wrote: > The HTML code is like this: > tabindex="0" autocompletion="off" /> It's autocomplete, not autocompletion. Browsers don't submit fields with no name. -- LK From java_fella at yahoo.com Mon Oct 2 08:21:06 2006 From: java_fella at yahoo.com (WebMail) Date: Mon, 2 Oct 2006 06:21:06 -0700 (PDT) Subject: [thelist] Contracts In-Reply-To: Message-ID: <20061002132107.64191.qmail@web54410.mail.yahoo.com> You should also look here, http://www.proposalkit.com/info.htm for contracts & proposals specific to Web Development & Design. -rg/tg > > ------------------------------ > > Message: 3 > Date: Sun, 1 Oct 2006 10:37:44 -0400 > From: "Robert Vreeland" > Subject: Re: [thelist] Contracts > To: , > Message-ID: <003301c6e567$284d3ae0$0302a8c0 at studio.local> > Content-Type: text/plain; charset="us-ascii" > > Feel free to make use of my standard documents at > http://studioframework.com/examples/ > In particular 'companyYproposal.doc', which is the general > format I use for > a contact. > > As always, feel free to contact me off list if you have any > questions > Sincerely, > Robert Vreeland > Managing Partner > StudioFramework > > -----Original Message----- > From: thelist-bounces at lists.evolt.org > [mailto:thelist-bounces at lists.evolt.org] On Behalf Of Richard > Brown > Sent: Friday, September 29, 2006 3:49 AM > To: thelist at lists.evolt.org > Subject: [thelist] Contracts > > Dear All > > I am starting to consider contracts of employment. i.e. when a > client says > yes build me a website, getting them to sign something. I > should have done > this a long time ago but I haven't - big oops. > > Has anybody got a contract that they will let me see and use > as a draft > please? Or can you point me in the right direction of one? A > contract of > engagement I am told is very important and I need to include > things like: > Reserve the use of the site until the site is finished and > paid for > > Any ideas please? > > Thanks > > -- > Rich > http://www.cregy.co.uk > Embracing what God does for you is the best thing you can do > for him. Romans > 12 v 1 > -- > > * * Please support the community that supports you. * * > http://evolt.org/help_support_evolt/ > > For unsubscribe and other options, including the Tip Harvester > and archives > of thelist go to: http://lists.evolt.org Workers of the Web, > evolt ! > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From codepo8 at gmail.com Mon Oct 2 08:27:21 2006 From: codepo8 at gmail.com (Christian Heilmann) Date: Mon, 2 Oct 2006 14:27:21 +0100 Subject: [thelist] The myth of Common Knowledge Message-ID: <30bd6ffd0610020627v7592f0acj3a4e024773f1b9a0@mail.gmail.com> I don't know if you discovered the same, but I recently got the impression that less and less information is being shared on forums, mailing lists and chats. The larger part of any discussion seems to be about implementation issues or wishing that things were different than they are (CSS sucks, JavaScript sucks, Browsers suck...). I blame a misconception of "Common Knowledge" for this. Many developers seem to be too scared to give out small tidbits as they consider them already known. However, seeing the traffic I get on some blogposts about very basic things like "how to remove a border around a linked image" or "how to link an image and a text with a rollover effect" tells me otherwise. To counteract this issue, there were a lot of website projects in the past (and still are around, yet dormant - bytesizestandards.com, treehouse...) and the problem there is that maintenance of these is a full job these days. I propose now not to hold back with your small gems of information (much like the tips of faq bits here) and blog about them. Simple "Problem -> Solution -> Possible Pitfalls" posts and tag them with the tag "webdevtrick". It is pretty easy then to track what has been talked about via technorati.com and you could easily show a "10 latest tricks" by re-using the RSS feeds of Technorati. I am 100% sure that even the most seasoned developers here will find some forgotten gem in these once they start flooding in. More info about the idea: http://www.wait-till-i.com/index.php?p=341 What do you think? Chris -- Chris Heilmann Book: http://www.beginningjavascript.com Blog: http://www.wait-till-i.com Writing: http://icant.co.uk/ From Chris at globet.com Mon Oct 2 09:03:32 2006 From: Chris at globet.com (Chris at globet.com) Date: Mon, 2 Oct 2006 15:03:32 +0100 Subject: [thelist] Country Lists Message-ID: Stefan [..] > You may look at geonames.org. They have a webservice to > retrieve country names in various local versions... This looks interesting, I shall investigate further thanks for the information. -- Chris Marsh Software Developer t: +44 20 8246 4804 x828 f: +44 20 8246 4808 e: chris at globet.com w: http://www.globet.com/ Any opinions expressed in this email are those of the individual and not necessarily the Company. This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential and privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution, or copying of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. From randalrust at gmail.com Mon Oct 2 09:23:01 2006 From: randalrust at gmail.com (Randal Rust) Date: Mon, 2 Oct 2006 10:23:01 -0400 Subject: [thelist] The myth of Common Knowledge In-Reply-To: <30bd6ffd0610020627v7592f0acj3a4e024773f1b9a0@mail.gmail.com> References: <30bd6ffd0610020627v7592f0acj3a4e024773f1b9a0@mail.gmail.com> Message-ID: On 10/2/06, Christian Heilmann wrote: > I don't know if you discovered the same, but I recently got the > impression that less and less information is being shared on forums, > mailing lists and chats. Hey Chris. Interesting topic. I used to be heavily involved in WDL, CSS-D, and, to a lesser extent, this list. I grew disinterested when it seemed like all of the same questions and issues came up over and over and over. > The larger part of any discussion seems to be > about implementation issues or wishing that things were different than > they are (CSS sucks, JavaScript sucks, Browsers suck...). Yeah, exactly. > I blame a misconception of "Common Knowledge" for this. I agree to some extent, but I think that it's because too many people don't actually take the time to familiarize themselves with the Standards. It is, like it has always been, an education issue. > developers seem to be too scared to give out small tidbits as they > consider them already known. In my case, I just shook my head and stopped answering the same questions about CSS layout (or whatever) for the millionth time. So I got tired of it and pretty much stopped reading any of the emails. All of these lists have archives, but people don't seem to use them. > I propose now not to hold back with your small gems of information > (much like the tips of faq bits here) and blog about them. Simple > "Problem -> Solution -> Possible Pitfalls" posts and tag them with the > tag "webdevtrick". While I think that's a good idea, I think an even better idea is to write articles like you did about the Yahoo UI panels. I have been trying to dabble with these DHTML libraries, but the documentation is not all that great (or nonexistent). Your UI panels article really helps someone like me understand how that whole Yahoo thing works. Rather than rehashing the old stuff, I'd probably rather see articles, etc. that showed how to do animations in the various DHTML libraries, etc. So I don't necessarily think it's a situation where information isn't being shared. I'd say it's more along the lines of the right information isn't being shared that keep the veterans interested in being involved. -- Randal Rust R.Squared Communications www.r2communications.com From joel at spinhead.com Mon Oct 2 09:30:34 2006 From: joel at spinhead.com (Joel D Canfield) Date: Mon, 2 Oct 2006 07:30:34 -0700 Subject: [thelist] The myth of Common Knowledge Message-ID: <72E9FAA171D63B48AAC707C72900E6B4A71763@ireland.spinhead.com> > What do you think? Excellent idea. Here's my real-world experience from a slightly different perspective: I've been using spreadsheet software since the invention of the PC; MS Excel since v2 for DOS - but I was self-taught. When I instituted our MS Office training program at work, I reviewed some excellent training materials, and learned surprising things in the earliest chapters, aimed at complete newbies. Advanced users who attended the 101 class found the same thing. It seems that many of us here on thelist are primarily self-taught. (That may be old knowledge.) It also seems to me that we have a pendulum swing of these 'frequently asked [this month] questions.' Sometimes those who've been around a while already know what pitfalls the new developer is going to run into. But sometimes, it's the new developer with their fresh perspective who is in the best position to write a tip about how you shouldn't test for "a = b" when you meant to test for "a == b", for instance. One of the biggest failures I've seen in training, both classroom and individual, is the trainer's assumptions about the pupil's knowledge: exactly the syndrome you mention. We might just have the greatest collective knowledge of web development in existence right here on thelist. If someone venturing into the waters today had access to a pool of obvious-to-me info, it could trim a lot of time off their learning curve, and just maybe produce a better next-generation of developers. As a father of five, I've learned that sometimes the best training is to answer the same questions over and over and over until the pupil internalizes it. Yeah, my dad's favorite phrase was 'look it up!' when we asked what a word meant, or what something was, or how it worked. But he always spent the time to make sure we found our answers. There was a balance between the extremes of "do it yourself" and spoon-feeding us the answers. I for one would be glad to take the moments it takes to type up brief tips as they popped into my head. At the very least, when someone asks the same old question, I can point them to the magic list of common knowledge, instead of typing out the answer one more time. And, if my tip is in an editable archive, others can expand and expound so it gradually becomes the *best* answer, instead of deteriorating from a really good explanation to a brief description to an incomplete rushed response. I'm probably also driven slightly by a desire to give back to evolt.org 'cause it's about 67% responsible for the web dev knowledge I own, such as it is. Count me in. joel From potatosculptor at gmail.com Mon Oct 2 10:01:59 2006 From: potatosculptor at gmail.com (sam foster) Date: Mon, 2 Oct 2006 10:01:59 -0500 Subject: [thelist] The myth of Common Knowledge In-Reply-To: <72E9FAA171D63B48AAC707C72900E6B4A71763@ireland.spinhead.com> References: <72E9FAA171D63B48AAC707C72900E6B4A71763@ireland.spinhead.com> Message-ID: <9e3dd260610020801q4dc261d5pf42ac913891932f3@mail.gmail.com> Its all to easy to make assumptions about other peoples knowledge / abilities. How many people have given a talk or presentation on one topic, and someone says "whoa how did you flip between those applications so fast. What's Alt tab?" Or wound up explaining the differences between an absolute and relative path. (at this point I'd suggest several people on the list will quietly mutter to themselves, so what *is* the difference between an absolute and relative path? And why is "./somepage.html" perfectly valid? .. another assumption, sorry) That's the value of having a list like this. The most basic SQL question will push me into lurker mode and I'll sit back and soak it up. But I can add to front-end development discussions, for example. Recently I saw a presentation where the speaker showed some conventions he'd come up with for formatting sql queries. Wow. Why didn't I ever think of that.. a stupid simple thing that it turns out is really important to someone. Same goes for regexp - in "Perl Best Practices", Damien Conway advocates treating regexp as any other subroutine, using the /x flag, and indenting and formatting as you would any other. Its stuff like that... Sam On 10/2/06, Joel D Canfield wrote: > > What do you think? > > Excellent idea. > From peter at easylistbox.com Mon Oct 2 10:02:21 2006 From: peter at easylistbox.com (Peter Brunone (EasyListBox.com)) Date: Mon, 2 Oct 2006 08:02:21 -0700 Subject: [thelist] Inexpensive Flash editors that won't mess with existing functionality Message-ID: <5204cc90277f45f1980de1affb23d5f6@easylistbox.com> Speaking of FAQs... A client of a friend is looking for a way to update things like contact info and images within their Flash site ( http://tinyurl.com/jzmjy ). Their first thought was that they needed a web developer -- which may be the best way to go -- but I was wondering if anyone could recommend some easy-to-use editor that won't cripple or mess up the existing content. Cheers, Peter From caseyc at IntelliSoftmn.com Mon Oct 2 11:47:28 2006 From: caseyc at IntelliSoftmn.com (Casey Crookston) Date: Mon, 2 Oct 2006 11:47:28 -0500 Subject: [thelist] ASP.NET parsing xml response with XMLDocument class Message-ID: <24233F1426CDC547B0CC54EEA493852002EFE9@ngsv31.my-netgain.com> Okay - on this little xml project I'm doing, I have now successfully send the original HTTP Post to the remote server and received an XML response. What I now need to do is parse the response with the .net XMLDocument class. This is how I'm receiving the response: Dim stIn As New StreamReader(req.GetResponse().GetResponseStream()) Now I need to add the contents of the stream reader to an XMLtext variable. If I do it directly: Dim xmlResponse As XmlText = stIn then it throws this error: Value of type 'String' cannot be converted to 'System.Xml.XmlText'. Understandable. So, I'm just wondering how I convert a string to xml so I can then parse it out with XMLDocument. Thanks!!! Casey From peter at easylistbox.com Mon Oct 2 11:58:54 2006 From: peter at easylistbox.com (Peter Brunone (EasyListBox.com)) Date: Mon, 2 Oct 2006 09:58:54 -0700 Subject: [thelist] ASP.NET parsing xml response with XMLDocument class Message-ID: <886a96bb519843f894545af129d59152@easylistbox.com> Casey, The XmlDocument class has a Load method, which can accept a Stream object as input. If that doesn't work, the Load method is overloaded to accept a TextReader as well, which you can get from the StreamReader's ReadToEnd method. HTH, Peter From: "Casey Crookston" caseyc at IntelliSoftmn.com Okay - on this little xml project I'm doing, I have now successfully send the original HTTP Post to the remote server and received an XML response. What I now need to do is parse the response with the .net XMLDocument class. This is how I'm receiving the response: Dim stIn As New StreamReader(req.GetResponse().GetResponseStream()) Now I need to add the contents of the stream reader to an XMLtext variable. If I do it directly: Dim xmlResponse As XmlText = stIn then it throws this error: Value of type 'String' cannot be converted to 'System.Xml.XmlText'. Understandable. So, I'm just wondering how I convert a string to xml so I can then parse it out with XMLDocument. Thanks!!! Casey From anthony at baratta.com Mon Oct 2 11:59:56 2006 From: anthony at baratta.com (Anthony Baratta) Date: Mon, 02 Oct 2006 09:59:56 -0700 Subject: [thelist] ASP.NET parsing xml response with XMLDocument class Message-ID: You need to load the returned stream into an XMLDoc first. I use C#, but this should be similar: XmlDocument xd = new XmlDocument(); xd.Load(stIn); Then you can walk the XML Tree and get the data you want. -----Original message----- From: "Casey Crookston" caseyc at IntelliSoftmn.com Date: Mon, 02 Oct 2006 09:48:18 -0700 To: thelist at lists.evolt.org Subject: [thelist] ASP.NET parsing xml response with XMLDocument class > Okay - on this little xml project I'm doing, I have now successfully > send the original HTTP Post to the remote server and received an XML > response. What I now need to do is parse the response with the .net > XMLDocument class. This is how I'm receiving the response: > > Dim stIn As New StreamReader(req.GetResponse().GetResponseStream()) > > Now I need to add the contents of the stream reader to an XMLtext > variable. If I do it directly: From Chris at globet.com Mon Oct 2 12:06:44 2006 From: Chris at globet.com (Chris at globet.com) Date: Mon, 2 Oct 2006 18:06:44 +0100 Subject: [thelist] ASP.NET parsing xml response with XMLDocument class Message-ID: Casey [..] > Dim xmlResponse As XmlText = stIn then it throws this error: > > Value of type 'String' cannot be converted to 'System.Xml.XmlText'. > > Understandable. So, I'm just wondering how I convert a string > to xml so I can then parse it out with XMLDocument. When I used the search term "System.Xml.XmlText" in Google (), the first result was the following: This article suggested that you would use the following technique. xmlResponse = objDocument.CreateTextNode(stIn) [..] Google can be a pretty good resource for basic questions such as this, and will yield potential solutions faster than theList. It's also worth factoring time into your schedule for learning new technologies. I personally try to spend at least 1 hour each weekday dedicated to learning new stuff. If you learn the basics, you'll find it a lot easier to pick up the more complex stuff. Also, the MSDN documentation is freely available for all .NET related technologies. It will help you out if you take a little time to familiarise yourself with this resource. Cheers! -- Chris Marsh Software Developer t: +44 20 8246 4804 x828 f: +44 20 8246 4808 e: chris at globet.com w: http://www.globet.com/ Any opinions expressed in this email are those of the individual and not necessarily the Company. This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential and privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution, or copying of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. From caseyc at IntelliSoftmn.com Mon Oct 2 12:13:24 2006 From: caseyc at IntelliSoftmn.com (Casey Crookston) Date: Mon, 2 Oct 2006 12:13:24 -0500 Subject: [thelist] ASP.NET parsing xml response with XMLDocument class Message-ID: <24233F1426CDC547B0CC54EEA493852002EFEA@ngsv31.my-netgain.com> Thanks Peter and Chris, XmlDocument xd = new XmlDocument(); xd.Load(stIn); Trouble seems to be that it won't accept a string in the load() method. I'm told by Visual Studio that it must be a URL to a file. Casey From caseyc at IntelliSoftmn.com Mon Oct 2 12:15:35 2006 From: caseyc at IntelliSoftmn.com (Casey Crookston) Date: Mon, 2 Oct 2006 12:15:35 -0500 Subject: [thelist] ASP.NET parsing xml response with XMLDocument class Message-ID: <24233F1426CDC547B0CC54EEA493852002EFEB@ngsv31.my-netgain.com> >> Google can be a pretty good resource for basic questions such as this << Thanks Chris. I always give it good half hour to hour researching on Google before asking this list. No expectation here. From julian.rickards at gmail.com Mon Oct 2 12:17:23 2006 From: julian.rickards at gmail.com (Julian Rickards) Date: Mon, 2 Oct 2006 13:17:23 -0400 Subject: [thelist] Mark of the Web Message-ID: <7613e9690610021017s2457f2bp3f0ff94be54c9c37@mail.gmail.com> Hi: In Dreamweaver, there is a function called Mark of the Web. Its purpose is to insert a comment tag at the top of the page to suggest that the page was downloaded from the Internet (). When designing pages that require an Active-X function, such as a page with a flash object, IE6 will not allow you to run them locally unless you either (1) click the popup bar in IE to allow the scripting to run or (2) insert this Mark of the Web into the page. If I left this Mark of the Web in the page and uploaded the page to my web site, might this pose a security issue for another user? Although there is an "Insert Mark of the Web", there is no "Remove Mark of the Web" so I am assuming that there is no security issue associated with this. Can someone clarify please? Thanks, Jules -- Website: http://jrickards.ca Blog: http://pen-and-ink.ca From julian.rickards at gmail.com Mon Oct 2 12:29:23 2006 From: julian.rickards at gmail.com (Julian Rickards) Date: Mon, 2 Oct 2006 13:29:23 -0400 Subject: [thelist] JavaScript loading of tag Message-ID: <7613e9690610021029t1baaaeb4y1012a3798e0e57dc@mail.gmail.com> Hi: Another Dreamweaver question although it might not be specific to DW. When I insert a flash object, DW precedes the tag with a Jules -- Website: http://jrickards.ca Blog: http://pen-and-ink.ca From JCanfield at PacAdvantage.org Mon Oct 2 12:47:59 2006 From: JCanfield at PacAdvantage.org (Canfield, Joel) Date: Mon, 2 Oct 2006 10:47:59 -0700 Subject: [thelist] GetRows goofiness (or my own) Message-ID: I have a query which in MSSQL's query analyzer returns exactly the results I expect. I have an ASP page on our intranet where run the query, then use GetRows on the results set. Can anyone see why, no matter what I do, item 4 (the one numbered '4,i', not the fourth item) in this is blank, every time for every query? With Response .Write("" & vbCrLf & vbCrLf) .Write("" & aryExactResultsList(0,i) & "" & vbCrLf) .Write("" & aryExactResultsList(1,i) & "" & vbCrLf) .Write("" & aryExactResultsList(2,i) & "" & vbCrLf) .Write("" & aryExactResultsList(3,i) & "" & vbCrLf) .Write("" & aryExactResultsList(4,i) & "" & vbCrLf) .Write("" & aryExactResultsList(5,i) & "" & vbCrLf) .Write("" & vbCrLf & vbCrLf) End With ++++++++++++++++++ Here's the full section of code in all its glory: strQuery = "select WO_NUM, REQDATE, TYPE, TASK, DESCRIPT, NOTE from TASKS where " & strTypeForSearch & strRequestor & strDateRange & " ((TASK like '%" & arySearchTerms(0) & "%'" & strAdditionalSearchTermsTask & ") or (DESCRIPT like '%" & arySearchTerms(0) & "%'" & strAdditionalSearchTermsDescript & ") or (NOTE like '%" & arySearchTerms(0) & "%'" & strAdditionalSearchTermsNote & ")) order by WO_NUM desc" response.write(strQuery) Set ExactResultsList = cnxW.Execute(strQuery) If Not(ExactResultsList.BOF And ExactResultsList.EOF) Then aryExactResultsList = ExactResultsList.GetRows Set ExactResultsList = Nothing Response.Write("

Exact Matches

") Response.Write("") Response.Write("" & vbCrLf) For i = 0 to UBound(aryExactResultsList,2) With Response .Write("" & vbCrLf & vbCrLf) .Write("" & vbCrLf) .Write("" & vbCrLf) .Write("" & vbCrLf) .Write("" & vbCrLf) .Write("" & vbCrLf) .Write("" & vbCrLf) .Write("" & vbCrLf & vbCrLf) End With Next Response.Write("
WO#Req. DateTypeSummaryDescriptionUpdates
" & aryExactResultsList(0,i) & "" & aryExactResultsList(1,i) & "" & aryExactResultsList(2,i) & "" & aryExactResultsList(3,i) & "" & aryExactResultsList(4,i) & "" & aryExactResultsList(5,i) & "
") End If The query as spewed to the page is select WO_NUM, REQDATE, TYPE, TASK, DESCRIPT, NOTE from TASKS where REQDATE between '2004-01-01' and '2006-09-30' and ((TASK like '%joecanfi%' And TASK like '%micmarti%' And TASK like '%pactrac%' ) or (DESCRIPT like '%joecanfi%' And DESCRIPT like '%micmarti%' And DESCRIPT like '%pactrac%' ) or (NOTE like '%joecanfi%' And NOTE like '%micmarti%' And NOTE like '%pactrac%' )) order by WO_NUM desc The contents returned for the DESCRIPT field [which I sincerely hope is aryExactResultsList(4,i)] are plain text, nothing unusual or surprising. I have eleventyleven web tools accessing this data, so I'm fairly sure it's not the data. Thanks. joel From Chris at globet.com Mon Oct 2 12:52:06 2006 From: Chris at globet.com (Chris at globet.com) Date: Mon, 2 Oct 2006 18:52:06 +0100 Subject: [thelist] ASP.NET parsing xml response with XMLDocument class Message-ID: Casey > Thanks Peter and Chris, > > XmlDocument xd = new XmlDocument(); > xd.Load(stIn); > > Trouble seems to be that it won't accept a string in the > load() method. > I'm told by Visual Studio that it must be a URL to a file. Try xd.LoadXml(stIn). HTH -- Chris Marsh Software Developer t: +44 20 8246 4804 x828 f: +44 20 8246 4808 e: chris at globet.com w: http://www.globet.com/ Any opinions expressed in this email are those of the individual and not necessarily the Company. This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential and privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution, or copying of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. From anthony at baratta.com Mon Oct 2 12:56:28 2006 From: anthony at baratta.com (Anthony Baratta) Date: Mon, 02 Oct 2006 10:56:28 -0700 Subject: [thelist] ASP.NET parsing xml response with XMLDocument class Message-ID: <078e62691d3bba17214c84d3cb95a4e8@baratta.com> Try this instead: XmlDocument xd = new XmlDocument(); xd.Load(req.GetResponse().GetResponseStream()); -----Original message----- From: "Casey Crookston" caseyc at IntelliSoftmn.com Date: Mon, 02 Oct 2006 10:14:13 -0700 To: thelist at lists.evolt.org Subject: Re: [thelist] ASP.NET parsing xml response with XMLDocument class > Thanks Peter and Chris, > > XmlDocument xd = new XmlDocument(); > xd.Load(stIn); > > Trouble seems to be that it won't accept a string in the load() method. > I'm told by Visual Studio that it must be a URL to a file. > > Casey From anthony at baratta.com Mon Oct 2 12:57:49 2006 From: anthony at baratta.com (Anthony Baratta) Date: Mon, 02 Oct 2006 10:57:49 -0700 Subject: [thelist] ASP.NET parsing xml response with XMLDocument class Message-ID: <3f03c8bdb0650566b26c15c58a4c7a5a@baratta.com> Should have added: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemxmlxmldocumentclassloadtopic.asp From anthony at baratta.com Mon Oct 2 12:59:39 2006 From: anthony at baratta.com (Anthony Baratta) Date: Mon, 02 Oct 2006 10:59:39 -0700 Subject: [thelist] GetRows goofiness (or my own) Message-ID: <89913cfc9bea2799b17deb14f2e85a44@baratta.com> What are the DB column types of each of the columns returned? From peter at easylistbox.com Mon Oct 2 13:05:38 2006 From: peter at easylistbox.com (Peter Brunone (EasyListBox.com)) Date: Mon, 2 Oct 2006 11:05:38 -0700 Subject: [thelist] GetRows goofiness (or my own) Message-ID: <7b47069187324bdf8e5de5c215ebb5b5@easylistbox.com> Just to clarify... DESCRIPT is a text field (as opposed to varchar)? If so, you may have to place it last in the query; I've heard of this happening with text fields in SQL Server (or Memo fields in Access), but that was a long time ago... SELECT WO_NUM, REQDATE, TYPE, TASK, NOTE, DESCRIPT Peter From: "Canfield, Joel" JCanfield at PacAdvantage.org I have a query which in MSSQL's query analyzer returns exactly the results I expect. I have an ASP page on our intranet where run the query, then use GetRows on the results set. Can anyone see why, no matter what I do, item 4 (the one numbered '4,i', not the fourth item) in this is blank, every time for every query? With Response .Write("" & vbCrLf & vbCrLf) .Write("" & aryExactResultsList(0,i) & " " & vbCrLf) .Write("" & aryExactResultsList(1,i) & " " & vbCrLf) .Write("" & aryExactResultsList(2,i) & " " & vbCrLf) .Write("" & aryExactResultsList(3,i) & " " & vbCrLf) .Write("" & aryExactResultsList(4,i) & " " & vbCrLf) .Write("" & aryExactResultsList(5,i) & " " & vbCrLf) .Write(" " & vbCrLf & vbCrLf) End With ++++++++++++++++++ Here's the full section of code in all its glory: strQuery = "select WO_NUM, REQDATE, TYPE, TASK, DESCRIPT, NOTE from TASKS where " & strTypeForSearch & strRequestor & strDateRange & " ((TASK like '%" & arySearchTerms(0) & "%'" & strAdditionalSearchTermsTask & ") or (DESCRIPT like '%" & arySearchTerms(0) & "%'" & strAdditionalSearchTermsDescript & ") or (NOTE like '%" & arySearchTerms(0) & "%'" & strAdditionalSearchTermsNote & ")) order by WO_NUM desc" response.write(strQuery) Set ExactResultsList = cnxW.Execute(strQuery) If Not(ExactResultsList.BOF And ExactResultsList.EOF) Then aryExactResultsList = ExactResultsList.GetRows Set ExactResultsList = Nothing Response.Write(" Exact Matches") Response.Write(" ") Response.Write(" WO#Req. DateTypeSummaryDescriptionUpdates> " & vbCrLf) For i = 0 to UBound(aryExactResultsList,2) With Response .Write(" " & vbCrLf & vbCrLf) .Write(" " & aryExactResultsList(0,i) & " " & vbCrLf) .Write(" " & aryExactResultsList(1,i) & " " & vbCrLf) .Write(" " & aryExactResultsList(2,i) & " " & vbCrLf) .Write(" " & aryExactResultsList(3,i) & " " & vbCrLf) .Write(" " & aryExactResultsList(4,i) & " " & vbCrLf) .Write(" " & aryExactResultsList(5,i) & " " & vbCrLf) .Write(" " & vbCrLf & vbCrLf) End With Next Response.Write(" ") End If The query as spewed to the page is select WO_NUM, REQDATE, TYPE, TASK, DESCRIPT, NOTE from TASKS where REQDATE between '2004-01-01' and '2006-09-30' and ((TASK like '%joecanfi%' And TASK like '%micmarti%' And TASK like '%pactrac%' ) or (DESCRIPT like '%joecanfi%' And DESCRIPT like '%micmarti%' And DESCRIPT like '%pactrac%' ) or (NOTE like '%joecanfi%' And NOTE like '%micmarti%' And NOTE like '%pactrac%' )) order by WO_NUM desc The contents returned for the DESCRIPT field [which I sincerely hope is aryExactResultsList(4,i)] are plain text, nothing unusual or surprising. I have eleventyleven web tools accessing this data, so I'm fairly sure it's not the data. Thanks. joel -- * * Please support the community that supports you. * * http://evolt.org/help_support_evolt/ For unsubscribe and other options, including the Tip Harvester and archives of thelist go to: http://lists.evolt.org Workers of the Web, evolt ! From caseyc at IntelliSoftmn.com Mon Oct 2 13:18:05 2006 From: caseyc at IntelliSoftmn.com (Casey Crookston) Date: Mon, 2 Oct 2006 13:18:05 -0500 Subject: [thelist] ASP.NET parsing xml response with XMLDocument class Message-ID: <24233F1426CDC547B0CC54EEA493852002EFED@ngsv31.my-netgain.com> >>Try xd.LoadXml(stIn<< Bingo. Thanks for the article as well, Anthony. From jdowdell at adobe.com Mon Oct 2 13:29:49 2006 From: jdowdell at adobe.com (John Dowdell) Date: Mon, 02 Oct 2006 11:29:49 -0700 Subject: [thelist] Z-index and flash In-Reply-To: <20060928200552.GA4832@hank.org> References: <20060928200552.GA4832@hank.org> Message-ID: <45215A9D.2070704@adobe.com> Bill Moseley wrote: > Do others see the same thing? Is there anything special required to > set the z-index for Flash? I remember in the past having some trouble > getting z-index to work with flash across different browsers. Anthony had the links, and the catchphrase is "The answer is WMODE". DHTML-enhanced browsers can composite and layer the content they render. They usually let browser extensions (plugins & controls) handle their own rendering, directly-to-screen, for speed. More and more browsers have added a switch so that an extension can instead pipe their output into the browser's compositing buffer, and many extensions have been written to tap into that ability. The way this piping is triggered is via the WMODE argument in the OBJECT & EMBED tags. With the Adobe Flash Player, this handles both layering and background-transparent compositing, so that you can overlay non-rectangular visuals atop the HTML body. I see in the source to the parkdayschool.com that the OBJECT tag has a WMODE value of "window", and the EMBED tag has a value of "opaque", so different browsers might end up displaying differently here. jd -- John Dowdell . Adobe Developer Support . San Francisco CA USA Weblog: http://weblogs.macromedia.com/jd Aggregator: http://weblogs.macromedia.com/mxna Technotes: http://www.macromedia.com/support/ Spam killed my private email -- public record is best, thanks. From jdowdell at adobe.com Mon Oct 2 13:32:31 2006 From: jdowdell at adobe.com (John Dowdell) Date: Mon, 02 Oct 2006 11:32:31 -0700 Subject: [thelist] Inexpensive Flash editors that won't mess with existing functionality In-Reply-To: <5204cc90277f45f1980de1affb23d5f6@easylistbox.com> References: <5204cc90277f45f1980de1affb23d5f6@easylistbox.com> Message-ID: <45215B3F.1040404@adobe.com> Peter Brunone (EasyListBox.com) wrote: > A client of a friend is looking for a way to update things like contact info and images within their Flash site ( http://tinyurl.com/jzmjy ). Their first thought was that they needed a web developer -- which may be the best way to go -- but I was wondering if anyone could recommend some easy-to-use editor that won't cripple or mess up the existing content. It's pretty straightforward to separate the data and the presentation -- you can keep the changing contact data in the HTML itself (search "flashvars") or in an external XML file or web service which is called on demand. But if the original presentation was made with the data hardcoded into the SWF, then it would need to be reworked to accommodate this separation of data and container. jd -- John Dowdell . Adobe Developer Support . San Francisco CA USA Weblog: http://weblogs.macromedia.com/jd Aggregator: http://weblogs.macromedia.com/mxna Technotes: http://www.macromedia.com/support/ Spam killed my private email -- public record is best, thanks. From peter at easylistbox.com Mon Oct 2 13:40:14 2006 From: peter at easylistbox.com (Peter Brunone (EasyListBox.com)) Date: Mon, 2 Oct 2006 11:40:14 -0700 Subject: [thelist] Inexpensive Flash editors that won't mess with existing functionality Message-ID: <35dcee86a7e34760a57c0b307d65b4b8@easylistbox.com> Thanks for the reply, John. I'm not looking for a way to redo the presentation at this point, although that might be a good long-term solution. Upon closer examination, it looks like the site was built with Swish (version not immediately apparent)... looks like we'll have to go a step or two deeper to get the full story. Peter From: John Dowdell Peter Brunone (EasyListBox.com) wrote: > A client of a friend is looking for a way to update things like contact info and images within their Flash site ( http://tinyurl.com/jzmjy ). Their first thought was that they needed a web developer -- which may be the best way to go -- but I was wondering if anyone could recommend some easy-to-use editor that won't cripple or mess up the existing content. It's pretty straightforward to separate the data and the presentation -- you can keep the changing contact data in the HTML itself (search "flashvars") or in an external XML file or web service which is called on demand. But if the original presentation was made with the data hardcoded into the SWF, then it would need to be reworked to accommodate this separation of data and container. jd From lists at neptunewebworks.com Mon Oct 2 13:56:01 2006 From: lists at neptunewebworks.com (Max Schwanekamp) Date: Mon, 2 Oct 2006 11:56:01 -0700 Subject: [thelist] Redirect to correct SSL Host on Apache In-Reply-To: <160489103479AB4892187638EE7D1E691F5647@kjserver1.kjhome.local> Message-ID: <009a01c6e654$69446850$650fa8c0@salamander> Ken Schaefer wrote: >> So my question is, how can I redirect >> clients to the >> correct host without triggering a security warning in their browser? >> This Apache 1.3. I have access to both .htaccess and > httpd.conf. TIA! > > Since the SSL handshake occurs before anything happens HTTP > wise, I'm not sure there is anything you can do except: > a) get a wildcard cert that matches both example.com and > www.example.com > b) setup two hosts (www.example.com and example.com), and get > two certificates. Redirect from one to the other Thanks Ken. Yeah, that's what I was thinking too, but I wasn't sure if it was possible to have Apache somehow respond to the initial request pre-SSL handshake. Guess that doesn't really make sense! :( The trick is, this server is admin'ed with cPanel, and we're trying to stay within its parameters. cPanel seems to make the assumption that any given domain will have at most 1 SSL host. Anyone have any experience installing multiple SSL hosts for the same domain via cPanel WHM? (might be question better posed to cPanel forums, but it's worth a try). -- Max Schwanekamp NeptuneWebworks.com > > But not being an Apache expert, my advice could be off-base. > Maybe there is some way of doing this that I don't know about. > > Cheers > Ken > > -- > My Blog: www.adOpenStatic.com/cs/blogs/ken > > > -- > > * * Please support the community that supports you. * * > http://evolt.org/help_support_evolt/ > > For unsubscribe and other options, including the Tip > Harvester and archives of thelist go to: > http://lists.evolt.org Workers of the Web, evolt ! > > > From mantruc at gmail.com Mon Oct 2 15:25:27 2006 From: mantruc at gmail.com (Javier Velasco) Date: Mon, 2 Oct 2006 16:25:27 -0400 Subject: [thelist] Tittle tags on Drupal Message-ID: Hi All, I need to know how to handle tittle tags on Drupal in such a mannner that they can reflect the title of the page in display, just as is done on the www.evolt.org website. I'm overlooking the development of a site I designed and the dude who's coding tells me the template uses includes and the header is out of his reach. Is there a plugin for this? How is the trick done? thanks in advance javier From lists at joslins.net Mon Oct 2 15:31:11 2006 From: lists at joslins.net (Jeffrey Joslin) Date: Mon, 02 Oct 2006 16:31:11 -0400 Subject: [thelist] Tittle tags on Drupal In-Reply-To: References: Message-ID: <4521770F.9050203@joslins.net> Javier Velasco wrote: ... > I need to know how to handle tittle tags on Drupal in such a mannner that > they can reflect the title of the page in display, just as is done on the > www.evolt.org website. > > I'm overlooking the development of a site I designed and the dude who's > coding tells me the template uses includes and the header is out of his > reach. Is there a plugin for this? How is the trick done? Javier, Have you looked here? http://drupal.org/project/page_title hth, jj From jdowdell at adobe.com Mon Oct 2 15:43:15 2006 From: jdowdell at adobe.com (John Dowdell) Date: Mon, 02 Oct 2006 13:43:15 -0700 Subject: [thelist] Mark of the Web In-Reply-To: <7613e9690610021017s2457f2bp3f0ff94be54c9c37@mail.gmail.com> References: <7613e9690610021017s2457f2bp3f0ff94be54c9c37@mail.gmail.com> Message-ID: <452179E3.8070409@adobe.com> Julian Rickards wrote: > In Dreamweaver, there is a function called Mark of the Web. Its purpose is > to insert a comment tag at the top of the page to suggest that the page was > downloaded from the Internet (). > When designing pages that require an Active-X function, such as a page with > a flash object, IE6 will not allow you to run them locally unless you either > (1) click the popup bar in IE to allow the scripting to run or (2) insert > this Mark of the Web into the page. > If I left this Mark of the Web in the page and uploaded the page to my web > site, might this pose a security issue for another user? Although there is > an "Insert Mark of the Web", there is no "Remove Mark of the Web" so I am > assuming that there is no security issue associated with this. My memory is that IE6 or so introduced that "mark of the web" indicator so that you could develop and view your page on your local machine in the Microsoft browser... the HTML would be "marked" as a document which could enjoy full web privileges, rather than being handled as a local file, which might be subject to stricter security permissions. (Other browsers haven't had to have this same taxonomy of security zones and what-all, because Microsoft's original design included system-altering abilities in their reader for documents you might browse to on the web.) Summary: I don't remember any impact on normal web viewing of such HTML with a "mark of the web" tag -- that marker was originally for use when developing, and viewing web content from your local machine instead. jd -- John Dowdell . Adobe Developer Support . San Francisco CA USA Weblog: http://weblogs.macromedia.com/jd Aggregator: http://weblogs.macromedia.com/mxna Technotes: http://www.macromedia.com/support/ Spam killed my private email -- public record is best, thanks. From jdowdell at adobe.com Mon Oct 2 15:46:50 2006 From: jdowdell at adobe.com (John Dowdell) Date: Mon, 02 Oct 2006 13:46:50 -0700 Subject: [thelist] JavaScript loading of tag In-Reply-To: <7613e9690610021029t1baaaeb4y1012a3798e0e57dc@mail.gmail.com> References: <7613e9690610021029t1baaaeb4y1012a3798e0e57dc@mail.gmail.com> Message-ID: <45217ABA.3050302@adobe.com> Julian Rickards wrote: > When I insert a flash object, DW precedes the tag with a