> there may be real benefit to learning just a little

That's mostly how I go about learning new methods and technologies...
I incorporate them a little at a time, building on knowledge while
continuing to get work done.

Sometimes it gets frustrating trying to find "usable" tidbits
that I can incorporate quickly and learn a little.  I want to learn
new things a little at a time, not all at once, or from the ground up.
If a technology proves itself in small ways, then I'll recognize that
it's worth the investment of more time.

Any favorite sources for JS "tidbits" that I can draw upon that come
with good explanations of what I'm coding?

Rick


> -----Original Message-----
> From: Matthew Walker [mailto:[EMAIL PROTECTED]
> Sent: Thursday, October 27, 2005 9:21 PM
> To: CF-Talk
> Subject: RE: Inline frames a good alternative for creating web
> applications?
> 
> 
> > Most of my clients do a poor job of utilizing the capabilities I build
> into their
> > websites now...
> 
> Personally, I use hidden iframes techniques sparingly because I'm lazy.
> One good use is where you want to make a tiny change to a big page. For
> example, on this site of mine (www.tramper.co.nz) you can "bookmark"
> pages if you are logged in. Instead of reloading the entire page --
> which would be slow, confusing, and harder on the server -- a hidden
> iframe is used to update the bookmark and display bookmark added /
> removed messages. The JS is exceedingly simple as both messages are
> already part of the page and the script merely swaps which one is
> visible. 
> 
> The point is that you can potentially add some good functionality with
> minimal JS. So while you (like me) may not have time to learn JS inside
> out, there may be real benefit to learning just a little, such as
> toggling visibility by manipulating styles, and perhaps displaying
> messages using the innerHTML property. 
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:222513
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to