February 24, 2017One of the core concepts that has driven my quest for knowledge about programming techniques has always been my own laziness. After all, what attracted me to computers back when I first started playing with them was the notion that they could do things for me. All I had to do was sit back and tell them what I wanted.
B...
January 25, 2017Most of you who visit SitePoint are on a quest to learn. When we run into a problem, we quickly search for a solution. If we’re not familiar enough with a web topic, or want to expand our knowledge in a particular skill set or tool, we look for quick lessons to teach us more. We’re always researching.
With increasi...
October 6, 2016Last week we held our highly anticipated live webinar with Chris Coyier! For those of you who may not know him, he is the Co-Host of The Shop Talk Show podcast, Founder of CSS-Tricks and Co-Founder of CodePen. With CodePen being one of the most popular tools for web developers, we were really excited to have him join u...
July 26, 2016ECMAScript, ES6, ES2015 — you may have heard these terms in JavaScript communities around the world. Why wouldn’t you, they’re regarded as the future of JavaScript! With that in mind, a couple of months ago we had released Diving into ES2015, a course which covered the essentials in this must know JavaScript lang...
June 21, 2016When I say website security, do you feel excited, anxious or just unsure?
Most people find it hard to love security, even though we know it’s something that shouldn’t be neglected or overlooked.
WordPress users – did you know that WordPress powers a third of the web? This brings a lot of benefits ...
February 18, 2016React and ES6 seems to be on everyone’s mind lately. Today I want to show you the ins and outs of React Props written with ES6.
In this video tutorial you’ll be learning about properties, defaults, and modules. Why? It will help you understand the basics about the property types your components can receive....
December 7, 2015Fetching data from a remote server has become a very common task these days. Unless you are very new to web programming, you must have, at some point, written code to fetch something from a remote server, be it JSON, XML, text or even an image. Most PHP developers are used to using cURL to perform such tasks. However, ...
November 9, 2015Ever see that commercial where the couple is sitting down to enjoy an on-demand movie and they’re suddenly inundated in a sea of movie boxes?
If you’re a PHP developer, chances are you’ve had that same feeling (minus the videos bopping your noggin) as you try to work with the wide variety of code lib...
October 15, 2015Writing JavaScript can be a fun and challenging experience. Improving the performance of your website can also be an equally rewarding. You may have noticed that images on websites can be heavy and slow, but they don’t need to effect our initial page rendering. In this screencast we’ll take a look at how to bes...
October 9, 2015Learn how to protect your PHP applications from Brute Force Attacks. I’ll show you how in this screencast.Loading the player…jwplayer("video-5805").setup({
image: "https://d3rj1gznkm47xj.cloudfront.net/83293a1a-0736-4f29-a1af-99373d299ce0.png",
sources: [
{
file: "https://d3rj1gz...
Recent Comments