arraybend.com
Bugs – Array Bend - The Home of Ryan Beard, Web Developer
http://arraybend.com/blog/tag/bugs
CSS Bug: box-sizing and min-height. One thing I’ve (fairly) recently discovered (courtesy of Paul Irish) is the use of. You can set the padding to whatever you want and it’ll still size perfectly to 100%. Wonderful! Read More ».
arraybend.com
Optimisation – Array Bend - The Home of Ryan Beard, Web Developer
http://arraybend.com/blog/tag/optimisation
Quick Tip: Truthy/Falsy to True/False. You may already know about truthy/falsy. But this is basically the concept that certain things in javascript. To either true or false. E.g. an empty string equates to false. However, sometimes truthy/falsy isn’t enough, and we actually need the Boolean value. Read More ». JS Optimisation #4 For Loop II. In a previous post I covered optimising a for loop. By using the assignation of a value as the test condition. In this post I take that a concept stage further.
arraybend.com
CSS Bug: box-sizing and min-height – Array Bend - The Home of Ryan Beard, Web Developer
http://arraybend.com/blog/web/css-bug-box-sizing-and-min-height
CSS Bug: box-sizing and min-height. One thing I’ve (fairly) recently discovered (courtesy of Paul Irish) is the use of. You can set the padding to whatever you want and it’ll still size perfectly to 100%. Wonderful! Container { width: 100%; padding: 20px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }. Though, should you care. So, what’s the down-side? Great, problem solved, right? Well, it’s not quite that simple. While I want the container to fill the s...Contain...
arraybend.com
Quick Tip: Truthy/Falsy to True/False – Array Bend - The Home of Ryan Beard, Web Developer
http://arraybend.com/blog/web/quick-tip-truthyfalsy-to-truefalse
Quick Tip: Truthy/Falsy to True/False. You may already know about truthy/falsy. But this is basically the concept that certain things in javascript. To either true or false. E.g. an empty string equates to false. However, sometimes truthy/falsy isn’t enough, and we actually need the Boolean value. A simple quick tip to convert a truthy/falsy value to its Boolean counterpart is this:. Var falsyString = " ; var realFalse =! All this does is double-negate the falsy value of. Using the logical NOT operator (.
arraybend.com
About – Array Bend - The Home of Ryan Beard, Web Developer
http://arraybend.com/about
What is ArrayBend all about? The site is also a great place to showcase my work/knowledge to potential clients, proving that I am a professional web developer and I produce high quality solutions. I hope you enjoy arraybend.com!
arraybend.com
Mobile Webapp v Native App – Array Bend - The Home of Ryan Beard, Web Developer
http://arraybend.com/blog/web/mobile-webapp-v-native-app
Mobile Webapp v Native App. Recently I’ve been involved in a project to create a mobile website and accompanying mobile application. The question was immediately raised – “should we write a webapp or go native? 8221; This seems to be a topic of much debate at the moment with pros/cons for either approach. For what it’s worth, here is my opinion based upon the experiences of myself and those around me. So firstly, which route did we take?
arraybend.com
The Future of Gaming – Array Bend - The Home of Ryan Beard, Web Developer
http://arraybend.com/blog/web/the-future-of-gaming
The Future of Gaming. This is where the browser comes in. In terms of browser-based games, for years now this market has been dominated by Flash. The main reason being the capabilities of the software surpassing anything capable natively in the browser, but this is all starting to change. Thanks mainly to Google introducing Chrome. So, why hasn’t this happened already? There are a number of reasons, the least not being browser support. Currently WebGL is only fully supported in desktop environments a...
arraybend.com
Quick Tip: Using Truthy/Falsy for indexOf – Array Bend - The Home of Ryan Beard, Web Developer
http://arraybend.com/blog/uncategorized/quick-tip-using-truthyfalsy-for-indexof
Quick Tip: Using Truthy/Falsy for indexOf. I stumbled on a nice little tip today that relates to a minor irritation I’ve had for a long time. I’m an avid user of truthy/falsy. As it not only shortens code, but makes it more readable in my opinion. Having. Dotted around here and there (unless absolutely necessary of course, but then you’d use. Just makes code messy and is pointless most of the time. But when using. You can’t really use truthy/falsy. All in all, pretty usless in the truthy/falsy. 8221; to ...
arraybend.com
Webapp – Array Bend - The Home of Ryan Beard, Web Developer
http://arraybend.com/blog/tag/webapp
Mobile Webapp v Native App. Recently I’ve been involved in a project to create a mobile website and accompanying mobile application. The question was immediately raised – “should we write a webapp or go native? 8221; This seems to be a topic of much debate at the moment with pros/cons for either approach. For what it’s worth, here is my opinion based upon the experiences of myself and those around me. Read More ».