Recent content by EastCoastInteractive

  1. E

    iPhone/Android App Developer needed

    *Essential* reading for people looking for equity development of iphone apps: http://bendodson.com/2009/10/16/how-to-pitch-an-app-idea-to-an-iphone-developer/
  2. E

    Best web host comparison / review site

    webhostingtalk is worth a look, lots of hosts on there that rent dedis for their own shared/vps offerings, so you should get some useful opinions. The reviews are moderated to check that the reviewer actually hosts where they say they do, so most false reviews get binned.
  3. E

    Server recommendations please

    You need to know more about the dedicated server than purely its port speed. I see a lot of cheap dedicated servers being offered for not much more than a virtualised solution, but have no raid (multiple drives for reliability) or domestic quality hard drives (low spindle speed but also have...
  4. E

    Royal Mail Strikes - Starting to Panick!

    Have a read of this to shed some more light on the scenario from a mail workers perspective: http://www.lrb.co.uk/v31/n18/maya01_.html
  5. E

    I Phone Application Development

    Adobe have just announced that the next version of Flash (CS5) will publish to a native iphone app as one of the output options. There's some limitations naturally bit for a lot of simple apps it'll likely be an easier way to go about it than learning objective C.
  6. E

    Magento, what makes it good ?

    Magento have just announced a bunch of new features coming q3 for the enterprise edition, mostly centred around targeted marketing/personalisation. Regards the discussion about whether magento enterprise is good value - if you compare it with genuine enterprise level solution vendors (e.g BT...
  7. E

    Adding voice and /or video to website

    If you have to do a cookie type date check, you could use a local shared object from within your flash video player. It's a lot more persistent than a normal cookie as it doesn't reside in the browser temp files directory and most people are unaware of how to clear them. You could implement this...
  8. E

    which graphics card designers prefers?

    I'm currently in favour of nVidia mainly because of Badaboom (an nVidia Cuda enabled video encoding application that uses the GPU to vastly accelerate what is a time consuming process normally, while keeping the CPU level low so you can still multitask)
  9. E

    Screenshare software

    Adobe do a free beta of connectnow (with the limitation of up to 3 viewers at once): http://www.adobe.com/acom/connectnow/
  10. E

    Good Showreel or Bad?

    1. Nice, good motion graphics. From a technical perspective the video is encoded at too low a bitrate for the framerate/resolution - so there are some obvious encoding artefacts in places. You have great graphics that deserve better fidelity. Unless you host the flv yourself rather than use a...
  11. E

    AVG Antivirus vs Norton Antivirus

    I've just investigated an infected PC that had AVG on it. Firewall (sygate) detected attempts at an outgoing connection to a russian site. Hijackthis (a malware removal tool) pointed out a few malicious files that were being hooked on startup that were responsible. A full scan by an up to date...
  12. E

    Page Hog !

    I take it as read that normal html ranks better than a pure flash site. I'm not here advertising anything - there's no signature links from me. Whether swf spidering is effective or not is not the point. The point is a thread which is being debated around expertise in SEO, a participant has...
  13. E

    Page Hog !

    Jon, If you consider yourself an SEO professional then you should make it your duty to know the latest in SEO technology and developments. Read this article http://googlewebmastercentral.blogspot.com/2008/06/improved-flash-indexing.html (from Google Webmaster blog themselves) and then explain...
  14. E

    Average shopping cart dropout rates

    Anybody that thinks forcing registration on customers is a good idea NEEDS to read this article (The $300 million button): http://www.uie.com/articles/three_hund_million_button
  15. E

    Bespoke Chat Room

    Flash player supports microphone and webcam access for audio/video chat, but you'll also need an rtmp capable server application which will handle incoming and outgoing streams. If you don't have root access on your server to install software then you'll have to use an external service. You can...