Ben Forta06/19/13
235 views
0 replies
Thanks to Reto Aeberli, Brackets is getting some CFML love in the form of cfBrackets. It's early days for this project, but this one looks really promising.
Andrey Prikaznov06/19/13
210 views
0 replies
Today I have prepared a new hand-selected collection of new trends in web design for your imagination and inspiration.
Alex Staveley06/19/13
446 views
0 replies
Suppose you're thinking good software engineering and you want to avoid coupling your client code to the AJAX mechanism you are using? You could use a wrapper / bridge / proxy type object which contains all the APIs to get information from the Server and encapsulates your AJAX mechanism.
Raymond Camden06/19/13
402 views
0 replies
If you haven't kept up to date, the Creative Cloud (CC) is the new version of our Creative Suite. Creative Cloud gives you access to over thirty different applications and services, including hundreds of new features to products like Photoshop, Illustrator, Dreamweaver, and the Edge tools.
Brian Rinaldi06/18/13
675 views
0 replies
This was an insanely busy week with tons of tutorials and even a lot of newly released libraries. There’s a lot here to digest, but it is well worth it.
John Sonmez06/18/13
547 views
0 replies
Why create another language that is not very different than what we already have? How is this actually much better than JavaScript? After having worked with Dart now for quite awhile and producing a Pluralsight course on Dart, I’ve completely changed my mind.
Paul Underwood06/18/13
544 views
0 replies
During WordPress plugin development you will need to include any Javascript or CSS files used by plugin inside the plugin folder, this means that it can be used exactly the same way on any theme you have installed.
Andrzej Krzywda06/18/13
735 views
0 replies
As part of my research on improving Rails application, I noticed a pattern in the bugs that are quite characteristic to Rails in several applications.
Raymond Camden06/17/13
668 views
0 replies
I needed to add email support to a Node.js project I'm building (javascriptcookbook.com - almost done - honest!). Once I found the name of the package I needed, I modified my package.json file.
Chris Smith06/17/13
546 views
0 replies
In case you didn't hear, Chrome DevTools Workspaces let you edit local CoffeeScript source files directly from your browser.
Paul Underwood06/17/13
749 views
0 replies
In this tutorial I will go through how you can build a WordPress plugin that uses the sharrre plugin, I will also make this plugin available on Github so anyone who wants to use or improve on this plugin can do so freely.
Raymond Camden06/17/13
752 views
0 replies
I used the excellent Nodemailer module to setup email support for my application. All I needed was the ability to send an email to myself and this worked fine. Here's a code snippet from my app.js showing this in action.
Robert Diana06/16/13
478 views
0 replies
These items are a combination of tech business news, development news and programming tools and techniques.
Raymond Camden06/15/13
733 views
0 replies
Were you waiting to check out Brackets until ColdFusion support was available? Good news - Reto Aeberli has released an extension that provides basic support for ColdFusion.
Robert Diana06/15/13
732 views
0 replies
These items are the fruits of those ideas, the items I deemed worthy from my daily reading. These items are a combination of tech business news, development news and programming tools and techniques.
Gary Sieling06/14/13
3547 views
0 replies
If you could identify the presence of specific pigments from a photograph, it might provide a crude filtering mechanism for images to help find images from a particular time period, locale, artist, or medium. To test this theory, I built a small visualization using D3.js to test it out.
Niels Matthijs06/14/13
670 views
0 replies
When talking about HTML people often forget that it's not just semantics, it's also structure. And when talking about structure, people tend to forget it's not just wrapping stuff, it's also about logical order.
Andy Hawthorne06/14/13
688 views
0 replies
I’ve written a book called “Jump Start Rails” that covers getting up and running with Rails 4.0. Here, I’ll give you an overview of what to expect from the book/course.
Raymond Camden06/14/13
946 views
0 replies
Errorception is a service that aggregates and reports on client-side errors on your web site. By placing a simple embed in your HTML code, all errors will be sent off to their service for your perusal.
Paul Underwood06/13/13
997 views
0 replies
When debugging in PHP there are a few techniques you can use, you could use something like Xdebug which will allow you to step through your code at run time and you can see exactly what the code is doing
Raymond Camden06/13/13
428 views
0 replies
If you are interested in attending the CF Summit later this year, then please consider participating in the public Trello board: CF Session Ideas. You can add your own suggestions or cast votes for sessions you would like to attend.
Ben Forta06/13/13
496 views
0 replies
Geoff Dowd, Adobe XD's Design Lead, gave the Engadget folks a closer look at Projects Mighty and Napoleon which we debuted at MAX last month.
Raymond Camden06/13/13
481 views
0 replies
This is something I demoed a bit quickly at MAX but I thought it would be nice to create a video to demonstrate it more fully. The next release of Edge Code will include support for Edge Inspect directly within the editor itself. Make sense? No? Then watch the video!
Gary Sieling06/12/13
1579 views
0 replies
I generally find discussions of design patterns a bit dry, but in testing new Javascript libraries, I’ve stumbled across some interesting tactics. Object oriented design patterns are typical not a perfect fit to Javascript, given it’s untyped nature.
Daniel Mohl06/12/13
843 views
0 replies
If you've been keeping up with activity in the F# world, you have no doubt seen great strides in a number of areas such as expansion of support for F# on different platforms and an ever increasing number of libraries and frameworks. One of these libraries that I've been playing with of late is named FunScript.