Pop-up shops & binary code: The future of high street shopping?
On November 17th, 2011 Martina wrote on the subject of Company News,Industry News,Off Topic,Technology.
One of my colleagues here at Datadial talked about the peculiar QR code and its uses previously on this blog. Fast forward to now and it seems to have evolved (or caught up with Japan who created them, since technically we live in the stone ages in comparison).
eBay are getting in on the act…
A post from the good folks at Econsultancy informs us of a new-age phenomenon set up by eBay, that will see customers sent online to buy goods only after scanning their bar codes with QR compatible devices.
After reading it, I started thinking about the future of shopping as a whole, with Google taking over the virtual world and taking on everyone from Apple (with Google Music) to Facebook (with Google+) are we living in a world where soon instead of buying food in-store we will be asked to produce our phones first, to then scan a code, pay online and wait for said food to be delivered? Could it become as outrageous as to be used in convenience stores for quick snacks like a chocolate bar or a packet of crisps?
If this is the present already, what does the future hold…?
Both funny and annoyingly true right? …and that’s just online shopping. If we are entering into a world of offline/online mergers what else could happen? I mean sure, in theory there are many problems it could solve:
- Store space would no longer be an issue (just like it no longer was for Cassette’s, CD’s and vinyl after iTunes was born)
- No heavy bags to carry home
- Lesser feelings of guilt because money becomes virtual too; if we can’t see it disappear from our purses then we might forget what we spent
- Scheduling goods to arrive at a time that works best for us
However, what if the downfalls included…
- The wrong item turning up at the door
- The annoyance of having to exchange an item and there being no store front to take it to (or in-store employee to blame for the journey)
- No bag to carry (everybody enjoys a little logo-bragging from time to time)
- That silly little “sorry, you were out when we called” card that the postman surely writes before he even knocks the door in anticipation of you taking longer than he’d like to walk down the stairs & answer it…
To conclude, I agree that this pop-up store (due to launch near Oxford Street, London on Dec 1st) is a great PR stunt for eBay, but is there any real use for the QR code if most people are happy just Googling a URL? – Or perhaps it’s just me that really dislikes the matrix-esque appearance of those ugly squares being forced on the nation…
Why your website isn’t as fast as it should be…
On August 24th, 2011 Martina wrote on the subject of Datadial,Hosting,Inspiration,Internet,SEO,Software,Usability,Web Technology.
Imagine…
…a wheelbarrow in an open field that you drag along every day filling it with this and that – each thing you add to it has some significance and some use.
Now imagine you never empty the wheelbarrow. Each day, not only do the things you found the week before now lie at the bottom covered by the newest additions, but the device also becomes increasingly heavy to pull until eventually, it becomes almost impossible.
Now think of the wheelbarrow as your website, and think of its contents as the factors affecting its speed – Let’s explore these factors…
Bad HTML:
- Empty spaces between code (This only adds to processing time)
- Missing tags (Causing internal errors & bugs in the site)
- Bulky HTML (such as using unnecessary tags where something more CSS compatible would work better e.g. using the tag “font-size” rather than just “small”)
- Background colour being the same as text colour (making all text unreadable)
- Hyperlinks that fail (Devaluing your site in terms of credibility, and possibly increasing bounce rates)
- Missing images
An overload of HTTP requests:
Whenever your web browser fetches a file from a web server, for example when it loads a picture, it does this by using HTTP which stands for “HyperText Transfer Protocol”.
HTTP is an action whereby you’re computer requests for a particular file. One example is a request for ‘home.html‘ (the homepage of a particular website). The web server then sends a response to the computer that says something like: “Here’s the file you asked for” which is followed by the actual file itself.
Understandably, if your server is receiving a very high volume of requests for a range of different things, such as pictures, graphics, photographs, music players and video rendering, it can take its toll and end up really slowing your website down.
JavaScript/Flash overuse:
JavaScript helps make things look nice. Lines of code enable things such as widgets, adverts, and analytics services to work successfully. The issue is that both kinds of software can be “heavyweight”. JavaScript performs ‘sequentially’ rather than ‘concurrently’ – this means that nothing else loads before JavaScript loads. Of course, this becomes an issue when you have tonnes of JavaScript code, each one longer than the last, preventing anything else from happening.
Too many cookies:
HTTP Cookies are used mainly for personalization and authentication purposes. A series of saved information is exchanged between the web server and the browser in order to remember things about how you are using the internet. For example if you are shopping online and exit the website returning at a later date, a cookie will enable the site to remember what you had in your shopping cart so you don’t have to spend time finding the same items again.
However, because saved information is being kept on the server, a build up of this can add to the process time on a website. In some cases, hackers even use cookies as an opportunity to track browsing activity; this is called spyware…so beware!
Bad hosting:
Web hosting is the business of providing storage space and access for websites. Bad web hosting happens when said storage space is overloaded with many websites, yours is added to the list and so runs slow. Other issues caused by a bad web host include:
- Search engines being unable to crawl your site resulting in a fall in Search Rank
- Your website being “down” (not working, sending out 404-errors)
- Not being able to contact your web host to fix the issue (since the service is so bad the system has probably crashed)
Excess of external media:
Embedded YouTube videos, actually embedded anything that is coming from another website can potentially slow yours down. When you embed something from another site, you are relying on that sites web server, that sites speed, and that sites ability to ensure the embedded item is working properly there, so that it works properly on yours site. Often, even when it works just fine, it might add an extra few seconds to a certain page loading…a few seconds a potential customer may be unwilling to wait!
Spam:
Spam is so much more than just a bunch of annoying emails. It slows down the Internet and it increases consumer fees.
The internet is a network where spamming effects everyone that uses it. To push spam around the internet relies on a process; it begins with global networks that pass the spam along to their destination, and ends with the message being received by the recipient.
Simultaneously, time, money and resources are used trying to catch and prevent spammers from infiltrating mail servers resulting in higher costs to the consumer because providers are forced to add more security to their servers and hire more staff to manage and prevent the problem.
Be sure to spam proof all web forms by adding “captchas” or similar.
Favicon neglect:
A ‘favicon’ is an image (as shown above) that stays in the root of your server. It’s definitely needed because even if you don’t care about them, the browser still requests one. If there isn’t one, it will respond with a 404 error (meaning not found). Any error message, such as a 404 or 301, is an extra message sent that adds time to the processing of a site.
This image or lack thereof, interferes with the processing sequence by requesting extra components in the load, and since the favicon is the first thing that is downloaded before these extra components, if there isn’t one, the first thing downloaded will be an error.
Too many advertisements:
Any time a site uses advertisements, you are adding to other processes a site goes through in order to function correctly. Programmes like Google Adsense and Microsoft adcenter are external, and reputable, however it is logical to practice the same rules as with external media; everything in moderation – besides, sites with too many ads look un”site”ly!
If any of these apply to you, take active steps to protect your website against sloth! Speed be with you!
Does anyone else find Google this annoying?
On May 13th, 2011 Martina wrote on the subject of Datadial,Internet,Off Topic,Software,Technology,Web Technology.
Did you mean…/search instead for…?
YES, of course I meant that! – And If I left a vowel or a connective out because unlike you I am not a robot & I like to use computer-speak, then so be it. The bottom line is you knew what I meant – so did you have to be as condescending as that and point out the mistake I made?
Google Instant
Really Google? Finishing the search before I have written it? I mean c’mon – it’s one thing that you’re arrogant enough that you feel you need to tell me the speed in which you gathered my results, now you’re finishing my sentences for me like we’re in a marriage?
Personalised results
I’m at work, I’m signed into Google. I search a keyword phrase I’m using in Google Adwords & bingo – I’m ranking number 3 on the 1st page! That’s weird, yesterday I was on the 5th page, I haven’t upped the bids in-fact – I haven’t made any changes, but I’m not complaining at all, instead I sit & wait for the money to roll in. I get home from work and quickly carry out a query and sit back waiting to see my site turn up on the first page for that particular keyword and… hold on, it’s not there? I click to the next page and nothing. I carry on until get to page 5 and there my ad is. I find and ask an SEO expert why this has happened & I’m told that when I’m signed into Google, the results differ from when I am signed out. I feel as though I’ve been living in the Matrix. *sigh*
Google seasonal/holiday/anniversary/event themes
I know its Christmas when the streets are paved with sleet and debris and every shop I go into leaves me that little less well off than I was before I walked in. I know its May-Day when I get that extra day off of work, I know its election day when people lie to me about which policy I ought to be interested in because the amount of tax I pay will go down. Nevertheless, Google wants in on the reminders too. I guess its okay, but sometimes I just don’t want to care. I’m sorry.
Google Chrome’s Sloth
Look. I want a *extremely mild expletive* homepage button on the interface without having to go into the settings and put one there! Is that too much to ask? – Surely not if Firefox and IE understood it.
Sorry, we own YouTube so you can’t sign in without us knowing
Now, they may say a change is as good as a rest but I beg to differ. I’ve been signing in with the same username & password since I opened a YouTube account but Google wants more of a direct approach. Now you cannot access your settings unless you sign in via your Gmail account, which is reasonable enough – but what if you have multiple Gmail accounts? I don’t really have a problem with this one, but imagine if Google started buying up everything on the internet enforcing this same sign in rule or else no access. While it may not be that bad, it’s the principle…
…Oh well, as Google grows stronger by the query, I’m sure there will be more to add to this list soon!































