Friday, January 2, 2015

2015: #SocialMedia Marketing Trends You Cannot Miss - #infographic





For most marketers, social media strategy involves throwing some words in a box, posting and linking to their latest product. It's no surprise that this strategy is ineffective. The change-makers in the marketing industry do things a little differently. Top brands that achieve great success use these four social media marketing trends:

Read more →



by Irfan Ahmad via Digital Information World

Swift from Scratch: Optionals and Control Flow

On Our Radar This Week: 2014 review and 2015 resolutions

Designing things well can often be a tricky task, so to help make things easier for you, here are 10 things that graphic designers get stuck with and 10 books that can help. Focusing a little closer, Matthew takes a good look at what he's learned so far about line icon design and it seems that the old adage of "less is more" has never been truer, and has a free continuous line icon pack. Looking closer still Joshua takes a detailed look at Square’s email receipt and feedback flow. Free Continuos Line Icon Pack


Anti-patterns and improving on the past


In efforts to not make the same mistakes as last year, here are some real-world JavaScript anti-patterns to stay away from. If any of them look similar to what you've been doing then it may be time to consider improving on what you've been doing, and on the topic of not doing something you can detect Do Not Track with JavaScript now, which can be used to further enhance users ability to opt out of things. Trying to improve on things, naming things delves into the different issues that we have in coming up with good names and delves in to aspects and techniques to come up with better names, and symbols in ECMAScript 6 are a new primitive type that explore these unique identifiers and situations in which they will help to improve your code.

Continue reading %On Our Radar This Week: 2014 review and 2015 resolutions%




by Paul Wilkins via SitePoint

JavaScript Comes of Age

JavaScript will be 20 years old next year (counting from when it first debuted in the Netscape browser). It's a language with a chequered history and carries a lot of baggage from its early years, but as it leaves its teenage years behind it, I think it's a language that has now finally grown up.


JavaScript revolutionized the web by allowing scripts to run in a browser. But after its initial popularity it soon started to get a bad reputation and was often associated with poorly written, cut-and-pasted code that was used to create annoying pop-ups and cheesy 'effects'. The phrase DHTML became a dirty word in web development. JavaScript also had some annoying shortcomings as a programming language.


But, despite all of its problems, JavaScript has something that other languages don't have - reach and ubiquity. It only requires a browser to run, which means that anybody with a computer or smartphone is capable of running a JavaScript application. JavaScript has achieved the dream that Java had of being available on all platforms by using the browser as its virtual machine. And it can now run without a browser thanks to the development of engines such as Node.js.


JavaScript also has a low barrier to entry when it comes to development; since all you need to write a program is a simple text editor. It is the most popular language on GitHub by a number of measures. This means that there is a lot of JavaScript code out there and many problems have already been solved, often in many different ways. It also means that help is often easy to come by and libraries of code are very well tested.


After an awkward first decade, JavaScript spent its teenage years growing up. The revolution started with the advent of Ajax, when people started to sit up and take JavaScript seriously. jQuery then got people using JavaScript to build some serious applications and Node has taken it all to a whole new level. People have started to recognize that JavaScript is a powerful and flexible language with some cool features such as:


Continue reading %JavaScript Comes of Age%




by Darren Jones via SitePoint

PHP Tips, Resources and Best Practices for 2015

PHP has had many reputations over the years, but being insecure as a language never really was one of them.


The core team, all its faults notwithstanding, is rather quick in pouncing on all security matters, and updating PHP to the latest version will often allay all worries. But the end users, such as we are, tend to mess things up. We don’t update, we use outdated packages or packages with holes in them we’re not aware of, we use ancient extensions… we expose ourselves to risk in some truly creative ways.



Tips, Resources and Best Practices


Let’s start 2015 off right, shall we? This post will list important resources you should have in your brain/toolbelt before building anything with PHP in 2015. I’ll do my best to keep this post up to date, so it stays relevant indefinitely, but, like I said, I’ll need your help.


Keep your PHP up to date


When I wrote about the cancer that is legacy code, I focused on application code. I still firmly believe that you should never develop for the lowest common denominator, else you risk becoming the very thing that’s holding your language’s progress back. That’s not the focus of this section, though. Recently, a new version related discussion ensued.


Continue reading %PHP Tips, Resources and Best Practices for 2015%




by Bruno Skvorc via SitePoint

Installing and Using PHPMyAdmin with WordPress

Rotating Menu with Right Click

A tutorial about creating rotating menu on right click using CSS3 transitions and jQuery.




by via jQuery-Plugins.net RSS Feed