|
You are here |
neilzone.co.uk | ||
| | | | |
connorberry.com
|
|
| | | | | JavaScript As Cross Platform GUI I've been thinking about GUI toolkits the past couple of days. It's been annoying to realize that the even with the 3 major cross-platform toolkits (Qt, Wx and Tk) you can really only target the major desktop OSes (Windows, OS X, Linux). There's no way to apply that learning to... | |
| | | | |
mjtsai.com
|
|
| | | | | ||
| | | | |
www.ikiw.org
|
|
| | | | | [AI summary] BlueHost is a domain registrar and web hosting service known for its reliable and diverse hosting solutions, offering discounts through promo codes to attract and retain customers. | |
| | | | |
www.adamalbrecht.com
|
|
| | | As my work has transitioned from traditional web apps to thick-client Javascript apps (primarily using Angular), Grunt has become essential in my workflow. Grunt is a nice tool and it gets the job done. But there was always something I didn't like about it that I couldn't quite articulate until I discovered Gulp.js. Whereas in Grunt, you create a json configuration file, Gulp is just a script. It's code. And it really fits my programmer brain better. In this post, I'll convert a basic Gruntfile that compiles and minifies Coffeescript into Gulp. | ||