"Measurement Requirements + Track each domain and sub-domain separately (e.g. www.a.com, news.a.com, and blog.b.com) + Track the rollup/overall traffic for all domains and sub-domains + Track full e-commerce transactions Solution + Create a Google Analytics account for each domain (www.a.com, www.b.com, and www.c.com) + Customize the tracking code to link the multiple sub-domains with their main domains + Link the third party shopping cart with the main domain and install Google Analytics tracking code in all shopping pages + Create a rollup Google Analytics account and add its code to all domains and sub-domains"
- See-ming Lee 李思明 SML
from Bookmarklet
hah! It's in the room! It is considered very Pre-beta.. still broken stuff.. but I want to know If I should continue on this path, or make a drastic change.. http://ff.im/4DGzk
- Tim Hoeck
Hi, I'd like to give AndFeed a try!! Sign me up for beta testing, thanks!
- DvD
Hi Daniel, as soon as I have a new version ready to test, I'll include you.. recently, I've been a bit busy, and haven't been able to work on it.
- Tim Hoeck
I'd love to beta test too! sign me up...
- Dylan Lorimer
Looks amazing. I just need an Android device.
- Zachary TG
@Tim activated my andriod today (HTC Hero) and would _love_ to be able to try out this app. seems you're busy right now - that's cool. just let me know when you have a beta to test and i'd be happy to give you feedback. cheers!
- MikeAmundsen
Yes, I hate that I haven't had time to get back to this.. but I have something a bit bigger planned, we'll see how it pans out... congrats on the phone :)
- Tim Hoeck
@Tim: no problem. now tha FF is kinda on the downslide, i can see that something like this project might need to move to the back burner. the "something bigger" tease is cruel, tho<g>.
- MikeAmundsen
If you're still looking for beta testers, I'd love to give it a whirl.
- James Britt
A second worm to hit the iPhone has been unearthed by security company F-Secure. It is specifically targeting people in the Netherlands who are using their iPhones for internet banking with Dutch online bank ING. It redirects the bank's customers to a lookalike site with a log-in screen.
- Praveen Vasudev
from Bookmarklet
It's also nice that you now have 24.5 days to fix the bug :)
- Benjamin Golub
I really, really, want more information on how this bug works. Timestamp + rounding = error in autofocus? Come on, that has got to be some crazy shit right there.
- Otto
Yeah, worked that one out. By treating an unsigned 32 bit millisecond timestamp as signed, you could get negatives for 24.8 days then positives for 24.8 after that. But why would an autofocus routine need a timestamp anyway? That one I'm confused about.
- Otto
Well whether it was firmware bug or an update... it didn't work yesterday and works now... so thats good
- Matt Ellsworth
Hah. I get it now. It's a difference problem. Basically, you focus by measuring something across a period of time (a few milliseconds). By subtracting the times between two measurements, you get some kind of difference that lets the camera adjust some amount. But when you're using a signed vs. an unsigned, the difference that you expected to be positive comes back negative, and throws your algorithm into the crapper. Voila, broken half the time. Fix is probably just to switch some code to unsigned properly.
- Otto
Twitter added a new feature recently called Lists. I have to admit, at first I thought this was no big deal. I use desktop twitter clients like TweetDeck and Seesmic Desktop to create groups and lists already, so what’s the big deal. Once I started playing around with Twitter’s List feature I quickly became hooked and think there are some great reasons you could too. Check out this list of Small Business Experts – you can monitor the entire group with one click!
- Daniel Kirk
I was trying to read about ACAP and couldn't help but notice that the url was "htxp://www.the-acap.org/getdoc/42d529ee-1f95-4d56-b8d5-e4bc9e7ba43b/23)_How_does_ACAP_Version_1_1_differ_from_1_0_.aspx" (I did http -> htxp so you can see the full url.) For a web indexing proposal, that's about the least search engine-friendly url I've ever seen.