-
Guide to Building a Top UI Design Portfolio
Before We Begin Professionals who work in the creative industry need portfolios to showcase their skills to attract clients and peers. Once upon a time this was solved by creating stunning printed pieces. However, no matter how you look at it, times have changed and designers are no longer just designers. We’ve got different specialties
-
Guide to Showcasing Sketch and Photoshop Skills in Your Portfolio
Both Sketch and Photoshop are great tools used by almost every designer to accomplish a huge variety of tasks. To Photoshop has even become a dictionary verb. It doesn’t come as a surprise that most clients will expect a designer to have a high level of Sketch and Photoshop expertise. The majority of Toptal design
-
How to Create a Simple Python WebSocket Server Using Tornado
With the increase in popularity of real-time web applications, WebSockets have become a key technology in their implementation. The days where you had to constantly press the reload button to receive updates from the server are long gone. Web applications that want to provide real-time updates no longer have to poll the server for changes
-
Boost Your Data Munging with R
The R language is often perceived as a language for statisticians and data scientists. Quite a long time ago, this was mostly true. However, over the years the flexibility R provides via packages has made R into a more general purpose language. R was open sourced in 1995, and since that time repositories of R packages
-
Your First AngularJS App Tutorial Part 2: Tools for Scaffolding, Building, and Testing
Introduction With the many tools available to aid in developing AngularJS applications, many people have the impression that it’s an extremely complicated framework, which is not at all the case. That’s one of the main reasons I started this tutorial series. In part one we covered the basics of the AngularJS framework and started out
-
iOS User Interfaces: Storyboards vs. NIBs vs. Custom Code
I often hear iOS developers ask some variant of the same key question: What’s the best way to develop a UI in iOS: through Storyboards, NIBs, or code? Answers to this question, explicitly or implicitly, tend to assume that there’s a mutually exclusive choice to be made, one that is often addressed upfront, before development.
-
CSS Layout Tutorial: From Classic Approaches to the Latest Techniques
Mastering web layout without mastering CSS is about as feasible as learning to swim on dry land. But unlike swimming – which, once mastered, is a skill that remains with you for life – mastering CSS is a process that never really ends since CSS itself is continually evolving. The challenge is aggravated by differences
-
Create your owns themes from scratch for wordpress
Hey guys today, we have some tips and tricks about how can make own themes from the scratch for wordpress take a look, have nice day 🙂 you can view this video Read more>> Other resource from wordpress codex you can find here one complete guide
-
How Make A gif animated from photoshop CS6
Hi Guys, since couple weeks, I had to make an animated gif from one video, in this time I found this video, is was very usefully for me, I hope would be great help for you.
-
htaccess-guide
Apache .htaccess Guide & Tutorial >>
How to use .htaccess
‘.htaccess’ is the filename in full, it is not a file extension. For instance, you would not create a file called, ‘file.htaccess’, it is simply called, ‘.htaccess’. This file will take effect when placed in any directory which is then in turn loaded via the Apache Web Server software. The file will take effect over the entire directory it is placed in and all files and subdirectories within the specified directory.You can create a .htaccess file using any good text editor such as TextPad, UltraEdit, Microsoft WordPad and similar (you cannot use Microsoft NotePad).
Here is an example of what you might include in a .htaccess file.
Read More (source htaccess-guide.com )