šŸ”—Ā Mobile cross-platform technologies comparison

{width=ā€œ496ā€ height=ā€œ1290ā€ srcset=ā€œtumblr_niy2fjyTFG1qz82meo2_r1_1280.png 496w, tumblr_niy2fjyTFG1qz82meo2_r1_1280-115x300.png 115w, tumblr_niy2fjyTFG1qz82meo2_r1_1280-394x1024.png 394wā€ sizes="(max-width: 496px) 100vw, 496px"} Developers are now finding themselves having to author applications for a diverse range of mobile platforms (iOS, Android, Windows Phone, ā€¦), each of which have their own ā€™nativeā€™ development languages, tools and environment. (ā€¦) but which to choose? (ā€¦) PropertyCross presents a non-trivial application , for searching UK property listings, developed using a range of cross-platform technologies and frameworks....

January 29, 2015 Ā· 1 min Ā· 89 words

šŸžĀ HSL Color

With practice, this new mental map of color will become instinctive: youā€™ll likely find that it is much easier to create and manipulate color specified in HSL in your stylesheet code than hex or RGB. See also Three Ways You Should Be Using HSL Color In Your Site Today.

January 2, 2015 Ā· 1 min Ā· 49 words

šŸžĀ (image)

The Flipboard Explorer, or FLEX, is a component that you can easily drop into any iOS project. When presented, FLEX shows a debugging toolbar that lives in a window above your app. From this toolbar, you can view and modify nearly every piece of state in the application. Unlike many other debugging tools, FLEX works entirely inside your app, so you donŹ¼t need to be connected to LLDB/Xcode or a different remote debugging server....

September 30, 2014 Ā· 1 min Ā· 91 words

šŸ”—Ā The Wilderness

The Wilderness Itā€™s a period of time where Iā€™m pretty lost, and I donā€™t know what to do. I have feature lists, I have open bugs to fix, and I have an outline of where the app is going. But I feel mentally incapacitated, like Iā€™m getting nothing done. I call this ā€œThe Wildernessā€.

September 30, 2014 Ā· 1 min Ā· 54 words

šŸžĀ (image)

Not all technical debt is born the same, because A Mess is not a Technical Debt . (via TechnicalDebtQuadrant )

August 16, 2014 Ā· 1 min Ā· 20 words

šŸ”—Ā Foundation | The Most Advanced Responsive Front-end Framework from ZURB

Foundation | The Most Advanced Responsive Front-end Framework from ZURB Responsive design gets a whole lot faster for users. Itā€™s now crazy fast for designers and engineers to code and learn too.

August 15, 2014 Ā· 1 min Ā· 32 words

šŸ”—Ā JSON Generator – tool for generating random JSON data

JSON Generator ā€“ tool for generating random JSON data Weā€™ve all faced the problem of lack of information in our app. All interfaces seem lifeless and empty. Debugging with no data is also not simple. I think that each of us has at least once in their lives created a bunch of files with JSON data, but they were just one object propagated without unique fields. JSON Generator was created in order to help with this....

July 28, 2014 Ā· 1 min Ā· 136 words

šŸ”—Ā Documenting in Xcode with HeaderDoc Tutorial | Ray Wenderlich

Documenting in Xcode with HeaderDoc Tutorial | Ray Wenderlich When Xcode 5 and iOS 7 were announced, a small addition was mentioned that most people might have missed: HeaderDoc. (ā€¦) In addition, Xcode parses HeaderDoc-style comments behind the scenes to automatically present your documentation in quick look panels.

June 18, 2014 Ā· 1 min Ā· 48 words

šŸ”—Ā inessential: Error Messages

There is, however, old wisdom ā€” perhaps from an earlier version of the Mac HIG ā€” that says how to create error messages: they should be of the form ā€œCanā€™t x because of y.ā€ They may optionally include additional detail and/or recovery steps. ā€œCanā€™t x because of y. Something is true. Try a thing.ā€ A similar form is this: ā€œNoun canā€™t x because y.ā€ (As in ā€œā€˜Downloaded.appā€™ canā€™t be opened because it is from an unidentified developer....

June 9, 2014 Ā· 1 min Ā· 116 words

šŸ”—Ā Codrops

Codrops Tutorials In this section you will find in-depth how-tos involving common web development and web design techniques. Playground In this category you will find experiments, plugins and articles related to web development and programming. Here we present some new ideas and inspiration for solving problems and tackling challenges around web development. Blueprints The Blueprints are a collection of basic and minimal website concepts, components, plugins and layouts with minimal style for easy adaption and usage, or simply for inspiration....

April 12, 2014 Ā· 1 min Ā· 80 words

šŸ”—Ā The best Xcode plugins

iosdevtips : There are a lot of Xcode plugins to augment the IDE with additional features, conveniences etc., but it is a pain to discover and install such plugins. Alcatraz is a really great package manager that makes it a breeze to install Xcode plugins. Hereā€™s how it looks: In Alcatraz, youā€™ll find plugins, color schemes and templates for code fragments. You can install it by visiting alcatraz.io. Here are some of the best Xcode plugins available in Alcatraz to boost your productivity:...

April 12, 2014 Ā· 1 min Ā· 85 words

šŸ”—Ā Cloud services for developers, hosted developer tools, software development tools and services | Leanstack

Cloud services for developers, hosted developer tools, software development tools and services | Leanstack The software development landscape is shifting rapidly, and Leanstack is helping developers make sense of it all. Hundreds of thousands of developers have already discovered new tools to improve their products and workflows through Leanstack.

April 1, 2014 Ā· 1 min Ā· 49 words

šŸžĀ (image)

(via Whatā€™s wrong with this picture? | Code.org ) Computer science is a top paying college degree and computer programming jobs are growing at 2x the national average . Less than 2.4% of college students graduate with a degree in computer science. And the numbers have dropped since last decade. See also Promote Computer Science | Code.org

March 27, 2014 Ā· 1 min Ā· 57 words

šŸ”—Ā Java 8 Tutorial

Java 8 Tutorial ā€œJava is still not deadā€”and people are starting to figure that out.ā€ Welcome to my introduction to Java 8 . (ā€¦) At the end of the article youā€™ll be familiar with the most recent API changes like streams, functional interfaces, map extensions and the new Date API. No walls of text ā€“ just a bunch of commented code snippets. Enjoy! Default Methods for Interfaces Lambda expressions Functional Interfaces Method and Constructor References Lambda Scopes Built-in Functional Interfaces Streams Parallel Streams Map Date API Annotations

March 19, 2014 Ā· 1 min Ā· 87 words

šŸžĀ (image)

userexperiencehub: Design Process Diagram by Todd Warfel

March 18, 2014 Ā· 1 min Ā· 7 words

šŸ“ŗĀ Transformation Priority Premise

Uncle Bob Martin walks through the ā€œPrime Factorsā€ kata in Java (29m06s) to illustrate the concept of Transformation Priority Premise as a way to address the common complaint about TDD: the brainlessness ā€œAs the tests get more specific, the code gets more generic.ā€ ā€¦ and ā€œhereā€™s the list of transformationsā€ (47m53s): So what are these transformations? Perhaps we can make a list of them: ({}ā€“>nil) no code at all->code that employs nil (nil->constant) (constant->constant+) a simple constant to a more complex constant (constant->scalar) replacing a constant with a variable or an argument (statement->statements) adding more unconditional statements....

March 18, 2014 Ā· 1 min Ā· 199 words

šŸ”—Ā About | SpriteBuilder

About | SpriteBuilder SpriteBuilder is the first game development suite for rapidly building native iOS and Android games with Objective-C and Xcode. In 2013, Apportable brought together the maintainers of four of the most popular open source iOS game development projects ( Cocos2D , Cocos3D , CocosBuilder , and Chipmunk ) to create a new, integrated development experience. SpriteBuilder is a free download and the source code is available under the commercially-friendly MIT license (ā€¦)...

March 7, 2014 Ā· 1 min Ā· 99 words

šŸ”—Ā Favicon Generator – Generate favicon pictures and HTML

Favicon Generator ā€“ Generate favicon pictures and HTML Generate the favicon pictures and HTML code that work on all major browsers and platforms.

March 3, 2014 Ā· 1 min Ā· 23 words

šŸžĀ (image)

The number of patterns available to communicate information between objects can be overwhelming at first. The choice of which pattern to use often feels ambiguous. But once we investigate each pattern more closely, they all have very unique requirements and capabilities. (via Communication Patterns ā€“ Foundation ā€“ objc.io issue #7 )

March 1, 2014 Ā· 1 min Ā· 51 words

šŸ”—Ā Convert Photoshop Drop Shadows to CSS3 Box and Text Shadows

Convert Photoshop Drop Shadows to CSS3 Box and Text Shadows This tool creates CSS3 Box Shadows based off of Photoshop Drop Shadow settings. After stumbling upon the Recreating Photoshop Drop Shadows in CSS3 and Compass article by Grady Kuhnline, I wanted to build a tool that would allow the rest of us not using Compass to have the same ability to convert for CSS3.

February 19, 2014 Ā· 1 min Ā· 64 words