Do You Know All Your Use Cases?

I regularly find that web sites and web applications do not handle my use cases and it drives me nuts.

It is often just a little thing but it is enough to cause significant frustration and the site/app loses out on engagement or a potential sale.

Here’s a few scenarios I’ve encountered recently that if I had the power to fix I’d fix immediately. I’m sure I’m not alone on these.

Use Case 1: Any Clothing Retailer

As an adult (the typical demographic making online clothing purchases) my sizes are pretty much stable. (For the sake of some level of anonymity I’m going to list values that may or may not be accurate). Gender male, my shoe size is 11, waist 34, inseam 32, and shirt/hoodie size (XL). I’m also not a huge fan of brown, orange or neon colors.

Rather than me having to enter these preferences on every single site I visit… every single time I visit! For the love of god let me save this to a profile, or even just to the browsers temporary localStorage. Instead every time I visit a site I either need to wade through tons of clothes that I just categorically could care less about, or spend 5min setting filters that won’t stick past my initial search! Your sales will increase if you show me the things I’m potentially interested in purchasing!

Use Case 2: Any Big Box Retailers

I’m looking for something specific from a window A/C unit, to pressure treated lumber my my fence/deck, to plumbing fittings or a new TV/washer/dryer/desk. All good so far, but when I want to add it to my cart (e.g. “save it”)… I can’t because my current store does not have the item in stock.

I get the programming logic behind this… don’t let a user add something to their cart if we don’t have it in stock! However that only covers the most basic use case. Let me add it to my cart… feel free to flag it as unavailable or out of stock/back order.

1.) This lets you know I’m interested in an item (maybe this affects the quantities you stock?)

2.) If it is on backorder or there’s more shipments coming maybe I’m not in a rush and will happily accept a later delivery date?

3.) I might need accessories to go with my big item (sound bar speaker and HDMI cables for my TV)… don’t miss out on the sale of the other things just because my big ticket item isn’t currently available at this store!

4.) Just because my default store is the one close by, doesn’t mean I’m not willing to travel to another store to get it. I’m within reasonable driving distance of 8 or more Home Depot / Lowe’s / RONA stores… if I can’t get something from my closest one I can drive to a different one.

5.) Let me add it to my cart… and 4 weeks later when you have the item in stock… email me (presuming I was logged in before) and let me know you know I was looking at the mega-slicer-dicer before but you were out of stock… good news is you now have it in stock… click here to reserve it, come to the store and pick it up… or get it delivered!

6.) In the case of landing on a specific color version of a product… don’t block me because the blue one is out of stock… show me the other options I can choose! (or if size options (think GB storage on a tablet)… show me the other options, I may even buy the more expensive version!

Use Case 3: News / Information Sites

I use the Internet a lot, browse social media, blogs etc. These sites have all sorts of links to external articles that are on your news site. E.g. “local grocery store introduces touch less shopping”. I come to read the article… I don’t want to subscribe to your email newsletter, I don’t want 10% off the product or service I haven’t seen yet, (Sorry GDPR… I couldn’t care less that you serve up cookies), I don’t want to see the latest “breaking” news… I came to read the article! By all means add links/content after the article… “Are these kittens too cute?”, “Interested? Get 10% off your next purchase here!”, “subscribe to our newsletter to get all the inspirational stories delivered to your inbox”. You will have a MUCH better conversion rate after you’ve let me read what I came for, and after we’ve built up at least 3minutes towards a trusting relationship.

Use Case 4: Just The Facts Jack!

I can’t count the number of times I’ve visited a business/restaurant/store site specifically looking for:

A.) Are you open? What about on Saturday/Sunday… what are your hours?

B.) What is your phone number?

C.) What is your address? Give me a map link/directions please!

D.) What is your email address or contact options? Always provide at least one option to email a general inquiry… don’t block a feedback channel that someone might want to use to contact you… you’ll miss things like my feedback telling site owners they’ve got broken links, site errors, embarrassing typos, exposed secrets, XSS issues, outages, x-browser issues, etc.

Long story short… take a few minutes to think of all the ways that your users might want to use your site/app… you might be overlooking a bunch of use cases that would massively increase your users experience.

10 Shady Software Practices That Bug Me

As a software developer I can see both sides of the software “coin” and as an informed user I take offense to some of the shadier tricks I’ve seen lately.

This isn’t specific to any single vendor or even type of app/game but it seems at a certain point every software developer hits a moral crossroads where they have to decide if the increased revenue potential is worth crossing the ethical line in the sand.

Admittedly these scenarios are often a very gray area but I’m going to play a trump card on each that I’m calling the “Usability First Card“.

In short it’s really simple… If the software avoids basic usability in order to take advantage of a user where the upshot is potential financial gain – I call Shinanigans!

#1 – Overlay popup windows with ridiculously tiny ‘(x)’ buttons to close them.

Especially on mobile web sites/apps this is insanely frustrating as 50% of the time you end up missing the (x) and clicking the popup window. Inevitably 9 times out of 10 this isn’t just a message box, it’s an advertisement for something you could care less about.  Are the developers doing this on purpose? there might be some naive developers out there that are doing this accidentally but I bet that most are taking advantage of this usability issue to increase their ad click rates, and thus their ad revenue!

#2 – Randomly placing the close (x) on the top left, or the top right.

Does the (x) belong on the top right? or top left?… we could argue that for days but what is for sure is that it should be placed consistently within a site/app.  There’s several mobile games I’ve seen that randomly change the location and thus clicking in the spot where the (x) was before now becomes an ad click. Shame on you developers… even you know that this tactic is shady!

#3 – Placing the “Continue” button jammed up against the “Buy Stuff” button

If you’ve ever played mobile games you have likely been snagged by this where the button you want to click to “Continue” is placed right above/below the “Buy Stuff” button such that if you are off by 1 or 2 pixels in your click you are taken to a purchase screen.  General usability tells us that placing 2 distinctly different buttons so close to each other is not a good idea but shady developers are just hoping that if you get there (even by accident) you might buy more gems, diamonds, coins, tickets, tokens etc. for your game.

#4 – Sizing buttons such that the “free” button is 1/2 the size of the “pay” button

From a marketing perspective and the “Art of Persuasion” it makes sense to make the Call To Action (CTA) e.g. purchase button larger in size as it is easier to click and much more prominent… however if you do the inverse and make the free option so small that it can’t be easily clicked, or try your best to hide it then you are doing your users a serious dis-service.  It’s important to note that your current “non or low paying” users might be your high paying users in the future – so you don’t want to tick them off with silly stuff like making their user experience suffer.

#5 – Don’t let me use an app for “Free” and then only when I’ve spent an hour on it tell me that I can’t save my file!

There’s nothing wrong with a freemium model that let’s a user sign up for free to try out a product… and then once they discover they like it provide an option for them to purchase it.  However you won’t make any friends and you’ll likely get bad reviews if you let them create a file, work on it for an hour then tell them they can’t save their work without paying. I actually used a web app recently that did this… and even though I was making the purchase… they didn’t save my work! This left a really bad taste in my mouth, and I opted to cancel my subscription instead. If they didn’t care about me as a user right from the beginning – what chance do I have once they’ve “cashed my check”?… am I going to have to pay to export my data later if I decide to leave the app?

#6 – Cranking up the volume when playing a video ad

I find this one particularly offensive when I’m lying in bed trying to wind down before going to sleep. A video ad comes on and the developer has chosen to jack up the volume. If I have the volume setting at 1 or 2 it’s at that level because in my current surroundings that’s the volume I need.

#7 – Playing “The old switcheroo

You’re playing a simple tapping game on your phone where a tap is “gas”, “jump”, “shoot” or similar and it’s the only thing you need to do. By default (and not to obscure your view) you tend to tap in the middle of the screen about 1/4 the way up from the bottom. This works perfectly when playing a single handed game. When your game ends you just tap on the “Start Game” button conveniently placed where your finger already is to start over. This is where the evil sneaks in, randomly inserting a full screen ad after a game ends so that you tap the ad instead of starting a new game. To add insult to injury you place the download/install button in the exact same spot as the Start Game button.

#8 – App install required to play video

We connect with our friends and family on Facebook and similar social media outlets.

Sooner or later one of your friends has shared a video “OMG! I can’t believe what this dog does to this poor little girl!” The title alone is extremely “click bait” in nature but if your friend shared it, it must be good, right?!

You click the video link and you’re prompted to install some sort of app/plugin to see it that needs full access to your contacts and your Facebook profile in order for you to watch it.

This is ludicrous as any modern browser can play a video or in the worst case download it so you can watch it in the app of your choice. Instead it is a very thinly veiled con into you installing their crapware and/or letting them mine your social circle… Or worse yet spam them – in fact you now have to wonder if that’s why your friend <air-quotes>shared</air-quotes> this video in the first place!?

#9 – Pre-checked spam/upsell items

You go to install, upgrade or just plain load some software and behold you are presented with a few options and a Next button… Your brain is so well trained to just accept the defaults and go but a closer look reveals those less than stellar options are pre-checked! Do you want to sign up for a spammy newsletter? Of course you don’t, want some useless toolbar installed in your browser? Nuh uh! Want us to sell your email profile to our “partners” with very likely even shadier business practices? – oh he** no!

I’ve commented on this one before as I find it not only frustrating but it directly negatively affects my image of your brand!

#10 – Auto-renew from free to paid

Often a software company will give you the chance to try software for free. Conceptually this is awesome as it lets you experience a piece of software on your own terms and decide if it fits your needs. However some folks have decided that this signup requires a credit card and that after the trial period you will be automatically billed *unless* you reach out to them and cancel first. If I catch on that this is how a company operates their trials, I immediately drop out of the free trial as this is not how I want to be treated as a potential customer.

#11. – (bonus 2 for 1) Fake Billing

If you’ve ever bought an Internet domain where your name and address are on record as the owner of a domain you’ve likely received what appears to be a bill to renew your domain(s) well before they will expire… by a completely unrelated company!

The scammers behind this send you what looks like a bill (though to cover themselves legally it has fine print indicating that this is only an offer to use their services). If you don’t take the time to scan the details you end up paying the new fees (which transfers ownership of the domain) and often the fees are not as competitive as where you are currently.

The 2 for 1 part of this item, is that domain sellers can alleviate this issue if they put their own details in for the public listing (Whois record), to obtain a “private listing”… and they do provide this service!, at an extra cost! It would be best if domain sellers/hosting companies just put the private registration right in the cost of the domain up front.

The Getting Things Done Trap

In the world of software development there is an interesting bi-polar fascination with the “GTD” (Getting Things Done) mantra.

On the outside, GTD seems awesome and exactly what you want to strive for and a quality you want to look for in a team member.

However there is a dark side to GTD and that’s going to be the subject of this post.

There’s a classic quote I first heard from my grade 8 math teacher.

“No one ever plans to fail, they fail to plan.”

This statement is so simple yet so prolific. It is entirely accurate 99% of the time.

Let’s break down the things that can go wrong and cause a project to fail.

1.) There isn’t enough time to complete the project (even if you were Superman)
2.) The requirements are never solidified until a point at which #1 kicks in
3.) A technical challenge crops up that can’t be solved within time/budget (you find out you need to support infrared communication on a mobile device that has no IR sensors) and #1 kicks in
4.) Pure incompetence by 1 or more of your team members
5.) An external event beyond your companies control de-rails the project (e.g. A flood wipes out your building and electrical for 6 weeks and #1 kicks in

Everything except for #5 is something that could have been resolved if it was discovered and raised in time.

This is where the quote comes into play. If you plan out all the important aspects of your project, and maintain up to date digital documentation that everyone on the team can reference, then you almost completely remove the risk that the project goes south.

With software, there’s 100’s of moving parts that need to work together and not getting the right design from the get go can cause significant pain, cost and stress… In the worst case cause the code to be throwaway and require starting from scratch.

Of course “building” the software project is really only phase 1. Once built it takes on a new life and has a new set of requirements.

  1. It needs to perform well once released to the masses
    • Are the SQL/NoSQL queries as optimized as they can be? Are new DB indexes needed, or further DB normalization?
    • Are the loading/rendering response times as fast as they can be?
    • Are there any wasted code paths that are chewing up CPU, Network, Memory, or bloating data payloads etc. that should be cleaned up?
  2. It needs to be maintained, adapting to changes in the business requirements over time
  3. It needs to be flexible (code design wise) to handle tweaks and changes as part of #1 and #2 above

So what’s the moral of the story? Well in short, I’m fully behind the GTD mantra when it pertains to getting focused on solving a problem and working fast & hard on a solution. However it is really key not to get caught up in the excitement and “just start coding” without working out the key requirements and implementation details.

If you or your teammates are diving in without *really* knowing what you are building, there’s a very high risk that it won’t be the right thing.  You’ll either have to throw that work/effort away, or you’ll end up with a poor and/or cumbersome solution because you went too far down the wrong path and didn’t have enough time (or courage to admit defeat) and go back and start over.

This is where the GTD mantra can get you in trouble… and let’s call a spade a spade… Where the Agile “build, fail fast, iterate” can get you begging for mercy too.

So how do you detect when your project’s planning is being skipped? Here’s the telltale signs:

  1. If developers are anxious to build “part a” and worry about “part b” later… But there are aspects of “part b” that affect how “part a” should be designed or work… You need to stop and plan.
  2. If developers are not asking about or clarifying the ambiguous multiplicity of business entity relationships before coding… You need to stop and plan.
  3. If anywhere along the development process a developer says they can’t do “X” because the just built model/data structure doesn’t support it… You need to stop and plan.
  4. If the UI (User Interface) can not do what it needs to do because it is missing key information… You need to stop and plan.

I’ve seen developers that have worked on small projects plow ahead and duct tape their way through an implementation but in the real world of business / enterprise software development these are the things that kill progress and create fragile software if not caught early.

An hour of planning now can save you weeks or months down the road if you have to go back and re-engineer something that you built wrong because the plan wasn’t there or complete.

(Plan, Build, Test), Iterate

 

Why are Small Development Teams so much more Productive?

For anyone that has read “The Mythical Man Month” this should really come as no surprise but there is a very simple way to see and understand why the larger the team you have – the slower you’ll actually develop.

Its all about communication.  In an ideal world every member of the team will share everything they are doing with the rest of the team and each of them will share their updates with everyone else.  In this scenario everyone would know what is going on and there wouldn’t be mistakes or duplication due to lack of communication.

In fact when you develop by yourself (team of 1) there’s not even the possibility of communication issues because you have no one that you need to share info with… and no one you depend on for critical data.

If your team is 2, you have 2 channels of communication to maintain… A to B… and B to A

Team of 3? now you’re up to 6 channels… and it keeps growing exponentially.

Even with a team of 10 people your communication channels jumps up to a massive 90 communication channels! # of channels = (n * (n-1))

peopleVsChannels

So whenever you are embarking on a new project try to keep the team size as small as you can while still enough to be effective.  If your team is part of a bigger organization be sure to have a “Point Person” that is the one who interfaces with other teams to both broadcast updates and collect any info from external sources that is to be passed to the team.

Managing Communication is key to not getting caught in a project that just seems to stall and run in circles.

The 40+ year quest to improve the numeric input control

I hereby present a challenge to the Internet…

Challenge: Design an improved numeric input field that could trump the 40+ year version we’ve all used… the standard horizontal string of digits.

Over time software developers have improved many fundamental aspects of graphical user interfaces constantly raising the bar for both design & usability.

We now have several enhancements on input controls that have become standard. Date inputs present calendars, Integer inputs contain spinners, multi-line text inputs contain character counts and auto expand to not require scrolling etc.

However dealing with numeric input is much more tricky. There’s some improvements that have been made in mobile for numeric inputs to present the numeric only keyboard… But beyond limiting the input to digits and decimals there isn’t really anything you can do to improve the actual input control.

Realistically here’s the set of constraints a numeric input field should be able to handle.

  1. The field must accept any valid number input between Negative Infinity and Positive Infinity
  2. The field must accept decimal values
  3. The field must support input from the keyboard (physical or software based)
  4. The field must support pasting input from the clipboard (on OSes with a clipboard)
  5. The field must support dragging input from elsewhere in the OS (on OSes that support this)
  6. The field should support locale based input, thus 49.99 in English could be entered as 49,99 in French locales

I’d argue that the first 2 bold constraints are hard requirements, and that the remaining are softer, ideal requirements

The shear number of possible values that a user could enter is truly infinite… and here in lies the rub… trying to design a specialized input control for data input of an infinite number of possibilities doesn’t allow for providing a special, customized control.

Don’t get me wrong though as soon as you alter or remove any of those constraints above other options do become available.

e.g. If you need to provide a field for input of an integer value between 1 and 10 you could use a <select> element to constrain input.

<select>
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
<option value="6">6</option>
<option value="7">7</option>
<option value="8">8</option>
<option value="9">9</option>
<option value="10">10</option>
</select>
view raw gistfile1.html hosted with ❤ by GitHub

Or with HTML5 you could use an <input> of type range that can present a visual slider.

<input type="range" min="1" max="10" step="1"/>

Neither of these allow for pasting in input but one could argue with such a small range of input this paste option feature is less of a need/requirement.

So… do you think you can come up with a better design that increases usability while handling the required constraints?

I’d love to see what ideas or creative solutions you might have.  I’ll admit I’m pretty adamant that there simply isn’t a better option, however I’m totally open to, and would love to be proven wrong too!

Programming Rule #3

“Thou shalt always leave the code cleaner than when you found it.”

If you’ve ever had to work on a medium to large size code base you very quickly learn that the level of effort to maintain such a beast is indirectly proportional to the level of quality and cleanliness of the source code.

Every dirty hack, every one-off, every “chunk of ‘this-is-just-temporary’ code”, every badly named variable/method, every bit of sloppily formatted code makes maintaining it that much harder.

As a result you get into a mindset that you are dammed & determined that you will not let code rot on your watch and you start to do everything you reasonably can to prevent it.

If you’ve never worked in a wide-sweeping role that brings to light how the little issues become big problems… trust me they do. One badly named method becomes several hundred badly named methods in no time flat, and suddenly you now have a confusing and complicated API due to the lack of foresight.

The end result of learning about the “Broken Windows Theory” (the problem this rule is solving) is that you very quickly adjust your approach and work extra hard to ensure that you do your 110% to ensure it not only doesn’t get worse – but it has to get better… even if only just a little.

When you come across a file, no matter how you got there… if you see a problem you do something about it.

  • Bad spacing or indentation?…  you FIX it!
  • Inconsistent attribute quoting?… you FIX it!
  • Funky statement formatting?… you FIX it!
  • Risky error prone code?… you FIX it!
  • Dead, empty or commented out code blocks?… you DELETE them!
  • Useless comments?… you DELETE them!
  • Redundant line breaks?… you DELETE them!
  • Trailing whitespace?… you DELETE it!
  • Badly named local variables?… you RENAME them!
  • Unused variables?… you DELETE them!
  • Typos or grammatical errors?… you FIX them!

The 30-60 seconds of your time to attack these problems will save many minutes for every future developer that looks at this code and in time save aggregated hours or even days of time and frustration for future developers attempting to debug when something goes wrong.

You’ll notice that many of the above issues are resolved by deleting code.  This is a good thing! In fact you’ll find that there is very little in programming that is more satisfying than deleting code! Just ask Jeff Atwood (aka @CodingHorror)!

Related: Programming Rule #1, Programming Rule #7

Every Web User Deserves Usable Form Controls – Even in Internet Explorer!

As a Web App Developer – Internet Explorer is the browser we love to hate.  However end users that use Internet Explorer (by choice or by force) shouldn’t have to suffer poor usability when we can do something about it.

The usability item I want to mention today is with regards to <textarea> elements.  Conceptually the textarea field is dead simple, a multiline text field control… but it is the little details that really matter.

The 1st problem is that by default IE renders textarea controls with a disabled vertical scrollbar when it isn’t required. Visually it is just extra noise and consumes valuable space, but it is also potentially misleading as it implies that the field itself might be disabled.

However the 2nd problem is that IE didn’t keep up with the times as browsers advanced.  All other browsers have added a usability tweak enabling the user to stretch the textarea to their desired width/height so they can see more of the content in the textarea or shrink it to see more of the surrounding screen.

I’d love to see the stretchable textarea become a native feature in Project Spartan (the new browser from Microsoft (think IE12)) but even if it never makes it in – we can always apply a little JavaScript magic to bring the stretchable feature to Internet Explorer!

Presenting StretchableTextareas! a jQuery plugin I wrote (MIT license) that adds a simple overlay to mimic the gripper in other browsers (see screen capture below).

ieStretchableTextareas

Go ahead and download/fork the StretchableTextareas jQuery plugin code on Github.

Required Web Developer Toolbox Item Number 3

Opening the Toolbox

Every developer (and in particular) every Web Developer should have several tools in their toolbox.

I’ll reserve #1 for their assorted Web Browsers + devices, and accept #2 for their favorite text editor (Sublime, HippoEDIT, Notepad++, etc.) but that leaves us with the #3 slot open.

I think this is where every developers next tool depends more on their personal approach to development and what role they are filling that day etc.  If I’m doing graphics today then PhotoShop is my next weapon, Schema refactoring? then that will be my DB management tool… or based on how long it stays open when we are coding maybe its our console(s)?

However there is one tool I think is really important to developers that gets overlooked and that’s because you typically have to write this tool yourself – and its different for everyone!

Welcome to Searching your code base!

Search & Replace with our friend Regular Expressions

On the surface this is a super easy concept… you want to:

  1. Find all occurrences
  2. of ${someValue}
  3. in files of type ${theseFileTypes}

So you put your grep fu to work using whatever search tools you like, possibly with a funky regular expression to find that dynamic/variable value that you are looking for. It works great, you find everything you’re looking for… right?… wrong!

Sometimes you can’t find what you’re looking for because basic searching is quite limited and as powerful as they are, Regular Expressions have (IMHO) a severe limitation in that you can’t search for:  (find this)(but not this word)(followed by this)

You can abuse a RegEx to find matches that don’t contain a word… (great StackOverflow.com example answer) however you will always want to find stuff before/after it and thus it all starts to fall apart.

Other things that aren’t simple to find:

  • All files containing ${keywordA} but not ${keywordB}
  • All files containing ${keywordA} somewhere in the file after ${keywordB}
  • All files containing ${keywordA} without ${keywordB} directly following it

In the case of HTML files (regardless what language you use to generate them) there’s things you might want to be able to check for that go well beyond basic searching. How would you do some of these?

  • All files that define ID attributes (e.g. <div id=”foo”>) but only those that accidentally generate duplicate IDs… and if so list which IDs are duplicated
  • All files that include a specific JavaScript file but don’t contain any calls to the functions defined in it
  • All files that include 3 specific components in any order

The solution is both obvious and just painful enough that many developers give up and don’t attempt to solve the problem – heck I was one of them… for years!

The Solution:

The solution is to write code to do your dirty work 😉 the language you use doesn’t matter as long as you can fairly quickly script up what you need including:

  • Recursively search your project directory of files (and be able to cap/control iterations)
  • Filter by multiple file types
  • Search multiple keywords (simple & RegEx)
  • Track and compare result findings
  • Output some sort of a log of all the findings

Although you might be thinking… what about the ability to make code replacements? You’re right that would be a bonus but if you get too caught up trying to handle that part (which can double your overall effort) you’ll likely give up or risk causing damage to your code files due to a corner case condition you weren’t expecting.

The good news is that omitting the replacement part actually doesn’t matter because once you have a log of files matching your query its easy to load them in your favorite editor and then run search & replace across your open files as needed.

My Solution:

As I said the language you use doesn’t matter. I went with something easy, it works with the tools I already have at hand, & requires no compiling… PHP!

I’ve created several “base” scripts that are easy to extend/edit as needed for any task at hand and whenever I need one I just hit that file’s URL in my browser and let it do all the hard work 😉

I’ve hosted the base files for this up on GitHub in  a project called ProjectQuery (under MIT License) feel free to grab them and start building your own collection of custom code searching tools!

 

Apple Store – Genius Bar Appointments

I’ve always found the process for getting a technician or technical support at Apple to be a fair pain in the butt.

When you need to get a problem resolved you want to get it resolved right away… yet you can’t – you need to go online and book an appointment.

 

Then you need to visit the actual Apple store, wait in line again in order to see a “Genius”.

Sadly while “in line” you witness everyone else with their problems… broken screens, home buttons jammed, power buttons that won’t work, dead speakers, won’t charge, etc.

It doesn’t give customers the best perspective on the “quality” of the products when everyone you’re forced to wait in line with is having tragic issues.

What can you do while you wait?

Well I decided to write a blog post! (so far my wait is 30min) – so glad I booked an appointment!

Ugh… maybe it will get faster when customers are bringing in their broken Beats By Dre headphones 😛

 

Update: So while I was waiting to get my unit replaced after finally getting to the Genius Bar… a classic case of a broken home button and they can’t just fix that, gotta replace the whole thing!.. oh and it is passed our 12mo warranty period… so… pay up 😦  the poor woman beside me was trying to get her iPhone replaced as there was no way it was going to be fixable.  Her issue was a bit more drastic… overnight while she was sleeping her iPhone was charging… that is until the middle of the night when the iPhone/battery short circuited and caught fire! Holy smokes! (pun intended) was she every lucky that she woke up as the parts she brought in in a Ziploc bag had clearly melted under intense internal heat. Luckily just the device melted and herself and her furniture/house were all fine.

I’m sure this was a fluke occurrence and not typical of iPhones but what scared me more was that the technician (once it was plainly obvious this was going to be a “no-point-in-arguing-this-will-be-a-free-replacement” situation)… ran the customer through a “standard” questionnaire to properly file the issue.  This “standard” questionnaire included references to “putting the fire out” and “fire truck”… yes “fire truck”!!! (obligatory Bobcat Goldthwait YouTube link) – How many times do fluke occurrences have to happen before they make it into the “standard” questionnaire? 😉

Developers Hate QA Bug Reports That…

Developers Hate QA Bug Reports That…

…include screenshots that are wrapped up and pasted into Microsoft Word documents that are then uploaded as attachments to the bug tracker tool used.

There’s never any gain in doing this other than making it harder and more complicated for the developer to find and fix the issue.

You can’t zoom in on the image, Word often scales down the image, you can’t see 2 screenshots side by side like you could If they were separate files, you can’t take measurements, etc.

If your QA testers don’t have a tool for taking screenshots beyond the CTRL + PRINTSCREEN keyboard shortcut please invest 2 minutes and download one of the many great tools out there.

If you need a tool that costs a few bucks that’s fine too… it’s a totally justifiable expense.