WebProWorld Dev Forum | How do I implement a look up table ? I would like to introduce a feature where a site user selects a starting city from a drop down menu and a destination city from another drop down.
Ask for help with php program Next php code is being included in a table on a link page. For each category there is a script like this one.
CSS or PHP for SEO I am looking into redesigning my site. I’d like to excuse my programming inexperience at this point. In terms of SEO what are the differences between using CSS or PHP?
|
|
| 04.04.05
Cookies Vs Flash For Client Side Storage
By Jason Dowdell
I have mixed thoughts regarding the dispute between using cookies to store client side data [session vars, userid's, affiliate codes, etc...] versus using cookies to store the data.
I don't like the fact that using flash requires a user have javascript enabled. If you compare the amount of traffic on a website using a log file based analytics package versus a javascript based analytics package, you'll see an average of 25 percent less visitors with the js version. That's because many people either don't have js enabled or the third party sites serving the js code momentarily crapped out.
Granted, what we're talking about here with using flash [requires js] isn't the same as having that js called from a remote server, it still will not account for those that have js turned off. And is the number that have js turned off that much smaller than those that have cookies turned off or their cookies cleaned? I think that's the real question Jupiter needs to answer here.
I asked Jeremy Allaire for his thoughts on the cookie v flash situation brought up by ClickZ and here's what he said.
Local Shared Objects are a great vehicle for storing persistent information for websites and applications. When we built the
functionality into Flash Player 6, we thought of it as "Super Cookies". Unlike cookies where you are limited to 4kb and key/value pairs, LSOs let you store full objects and xml data, and up to 100kb per application, per domain.
Sweet deals for iEntry members! Out with the old... if you have equipment that qualifies for trade-in, in with the new. Get a discount of up to $720* off the Web price on featured IBM(r) ThinkPad(r) notebooks. And ask about our battery offer. See full details of offer. Hurry! Offer valid from IBM in the US only through 3/28/05 or while supplies last. |
|
I can see how it would be abused, but don't have any specific comment on that.
The only reason it requires JS is because they are presumably just using Flash Runtime to use the API, but not an actual Flash appliation, and to integrate into your HTML-based app you need to call the Flash api and pass it data via a JS script, but that is easy to do in a cross-platform, cross-browser way. Likewise, more people are building asynchronous DHTML applications butt relying on Flash's XMLSocket as a server integration layer, rather than HTTP POST.
What do you guys think?
About the Author: Jason Dowdell owns the blog MarketingShift.com. Jason is part of the KeywordRanking team of SEO professionals.
Gmail Capacities Continue To Increase
By Chris Richardson
Last Friday, Google revealed their intentions to increase the storage capacity of Gmail accounts, moving them past the 1-gigabyte mark.
Currently, the Gmail storage capacity resides at 2057 megabytes and it continues to increase. There has been no word from Google on how much longer the increase is going to occur. They have dropped hints that they would be increasing Gmail's capacity past the 2-gigabyte mark on their blog, which says, "to celebrate our birthday, we're giving all Gmail users another gigabyte of space, and then some."
With the counter continuing its increase, which is already past the 2-gig mark, users can only guess where it will stop.
With the Gmail increase well under way, one can imagine Google's competitor's to follow suit. However, Yahoo only recently announced their intentions to increase storage on their free accounts from 250MB to 1GB.
Microsoft's Hotmail, which still resides at a 250MB capacity, has yet to respond to Yahoo and Gmail's recent increases.
About the Author: Chris Richardson is a search engine writer for WebProNews. Visit WebProNews for the latest search news. |