Sasha Goldshtein05/08/13
2305 views
0 replies
My first breakout session at the SELA Developer Practice covered the most common attacks against web applications and how to defend against these attacks.
Derik Whittaker05/08/13
1228 views
0 replies
One of the really powerful features that TypeScript brings to the JavaScript world is some Static Typing, even if it is only at code/compile time. With TypeScript I can say that an object is of a certain type which implies there are only a limited set of properties/methods available to me.
Jari Timonen05/07/13
1723 views
0 replies
Bacon.js is FRP / Functional Reactive Programming library for JavaScript. Solve real world JavaScript problems in UI development.
Paul Underwood05/07/13
1563 views
0 replies
If you theme requires that a post has a featured image then you need to make sure that your post has a featured image before you allow your users to publish the post.
Raymond Camden05/07/13
1637 views
0 replies
If you are a PhoneGap user, hopefully you know about the various aspects of the Notification API. To begin, I created a simple HTML interface with buttons that would let me test alerts, confirms, and prompts.
John Sonmez05/07/13
12453 views
25 replies
JavaScript is a bubble. Just like the housing bubble. Just like the .COM bubble. And just like any bubble, the JavaScript bubble is bound to pop.
Tomasz Dziurko05/06/13
1423 views
0 replies
Scalatra is a small web-framework that allows to easily build Rest API for web applications. We are using it in two projects to serve JSON data consumed by AngularJS based front-ends. And in one of this project we had a problem with text messages that could contain Html/Javascript elements.
Raymond Camden05/06/13
488 views
0 replies
For those who attended (or didn't) my PhoneGap presentation earlier in week you can view the recording at the URL below. Note that if you did not register for the event you will be asked to register before you can view it. To be clear, this is free.
Christophe Geers05/06/13
2507 views
0 replies
Recently I had some time to play around with AngularJS. More specifically I had to implement a jQuery based file upload widget.
Brian Rinaldi05/06/13
1885 views
0 replies
As usual, a number of great posts this past week with no particularly discernible trend. Hopefully everyone attending Adobe MAX, which kicks off today, is having a great time. I am wishing I were there (this is my first time missing since joining Adobe).
Swizec Teller05/05/13
517 views
0 replies
Tuesday evening saw the first JavaScript meetup in Ljubljana and I think it was a smashing success, if I do say so myself. The videos from the presentations at the meetup are now online. Take a look here!
Josh Adell05/05/13
876 views
0 replies
There's a third, and much lesser known PHP serialization format: the format that PHP uses to store session data. If you have ever popped open a PHP session file, or stored session data in a database, you may have noticed that this serialization looks very similar to the serialize function's output, but it is not the same.
Brian Rinaldi05/04/13
679 views
0 replies
A few weeks ago, my latest Adobe Inspire article was published. It follows up an intro to responsive web design article I wrote for the prior issue.
Allen Coin05/03/13
1481 views
0 replies
"Scalable and modular CSS architectures and approaches are the new hotness and rightfully so. They provide sanity, predictably and scalability in a potentially crazy coding world."
Paul Underwood05/03/13
1173 views
0 replies
When you are using the Google map API on your website it will override the the scroll mouse event and act as the zoom on the maps. This causes a problem when you have a large or full screen map. The parameter that you need to add to disable the scroll wheel is called scrollwheel, setting this to false will disable the feature.
Raymond Camden05/03/13
2262 views
0 replies
I don't normally do a blog post for new Brackets releases, but I wanted to specifically call out the most recent release, Sprint 24. From the web site, this release includes:
Niels Matthijs05/03/13
4950 views
0 replies
Let's be clear once and for all: even though mobile kick-started the responsive revolution, responsive does not equal mobile.
Henri Bergius05/02/13
1637 views
0 replies
The web is built of links, of pages linking to other resources on the internet. But making those links manually is tedious. This is another area where modern inline editors could do better.
Paul Underwood05/02/13
1432 views
0 replies
The problem with checkboxes is that if they are not checked then they are not posted with your form. If you check a checkbox and post a form you will get the value of the checkbox in the $_POST variable which you can use to process a form, if it's unchecked no value will be added to the $_POST variable.
Rob Allen05/02/13
1330 views
0 replies
One thing you may find yourself needing to do is access configuration information in a controller or service class. The easiest way to do this is to use the ServiceManger's initialiser feature.
Terrence Ryan05/02/13
1815 views
0 replies
Facebook's new chatheads are those circular profile pictures with drop shadows. This tutorial walks you through how to recreate them in HTML/CSS.
Paul Underwood05/01/13
1954 views
0 replies
The difference that Google plus comments has over Facebook comments is a massive benefit of including all comments from Google plus on your page. This is not yet officially available to blogging platforms like WordPress, but that doesn't stop Web Developers coming up with a way of getting comments on your site.
Andrzej Krzywda05/01/13
1570 views
0 replies
During the last wroc_love.rb conference we've organised a "fight" between 4 different approaches to Single Page Applications. Below is the video (0.5h) and a very short and simplified transcript from this event.
Derik Whittaker05/01/13
1516 views
0 replies
Today I extended one of our classes to use inheritance via Typescript (love that). When I refreshed the page I received an error here: