Building an iPhone Web app in under 50 lines with Sinatra and iUI - A comprehensive walkthrough of developing an iPhone friendly Web application based on Sinatra. Even if developing an iPhone app doesn't interest you much, this tutorial is so well written that it could act as a good i...
Each year, more applications are being written for the browser entirely in JavaScript. Yet, few developers write any automated unit tests of their JavaScript code. If that describes your experience and you're interested in taking front-end web technologies more seriously, then conside...
Ruby2JS Attribute=>Property support Sat 18 Jan 2014 at 15:58 Ruby2JS now maps Ruby attributes to JavaScript properties: Input Ruby: class Person attr_accessor :first_name , :last_name def initialize (first_name, last_name) @first_name = first_name @last_name = last_name end def full_n...
The goal was to allow other auth modules to co-exist with Redmine.pm, and thus satisfy special case requests covering global administrative/anonymous requests in addition to those allowd by Redmine based on project relationships. I tried every other possible combinations of Apache dir...
It is very hard to obtain a full list of web applications defined in the Apache configuration file(s). In other words, it’s hard for Phusion Passenger to know which web applications are deployed on Apache until a web application is first accessed, and without such a list Phusion Passe...
Grails 2.0 Login Create Account Pivotal Home Learn Products & Services Groovy/Grails Tool Suite (IDE) Other Products Consulting Training About SpringSource Community Downloads Plugins Facebook connect Twitter connect Log in Login or Email (forgot login) Password (forgot password) Crea...
How does response buffering - whether it’s done by Nginx or by Phusion Passenger - exactly protect against slow clients? Consider an HTTP client that’s on a dial-up modem link, and your application process generates a 2 MB response. If the response is buffered then your application pr...
Grails 2.0 Login Create Account Pivotal Home Learn Products & Services Groovy/Grails Tool Suite (IDE) Other Products Consulting Training About SpringSource Community Downloads Plugins Facebook connect Twitter connect Log in Login or Email (forgot login) Password (forgot password) Crea...
Grails 2.0 Login Create Account Pivotal Home Learn Products & Services Groovy/Grails Tool Suite (IDE) Other Products Consulting Training About SpringSource Community Downloads Plugins Facebook connect Twitter connect Log in Login or Email (forgot login) Password (forgot password) Crea...
Instructions Each plugin goes through an approval process to be included in the maven repository. Part of the process is the involvement of the community to offer suggestions and approval. Please fill out the form to the right and provide a description of the plugin and it's usages. L...
Grails 2.0 Login Create Account Pivotal Home Learn Products & Services Groovy/Grails Tool Suite (IDE) Other Products Consulting Training About SpringSource Community Downloads Plugins Facebook connect Twitter connect Log in Login or Email (forgot login) Password (forgot password) Crea...
Grails 2.0 Login Create Account Pivotal Home Learn Products & Services Groovy/Grails Tool Suite (IDE) Other Products Consulting Training About SpringSource Community Downloads Plugins Facebook connect Twitter connect Log in Login or Email (forgot login) Password (forgot password) Crea...
This post was co-authored with Shan Lian . Despite a consistent increase in mobile traffic, conversion rates remain low for smartphone devices. While 35% of all retail purchases occur on mobile, according to Marketing Charts , 65% of those transactions take place on tablet devices. Do...
Also posted at EmirWeb by Emir Hasanbegovic . Recently Pivotal Labs decided to push mobile devices to the limit by connecting multiple devices to one other in order to have them behave as one. Through the use of image recognition, optical character recognition, persistent low cost con...
When I Enter the Office, the Imperial March Plays Jon Yurek July 07, 2009 ruby A long time ago in an office far, far away... robot wars! I mean, budget surplus! We had a bit extra in the budget a while back and so we did what any responsible business owners would have done: ask the em...
Grails 2.0 Login Create Account Pivotal Home Learn Products & Services Groovy/Grails Tool Suite (IDE) Other Products Consulting Training About SpringSource Community Downloads Plugins Facebook connect Twitter connect Log in Login or Email (forgot login) Password (forgot password) Crea...
Rich Rines January 17, 2014 vim Macros in vim can be a huge time saver, especially if they apply to a large number of lines. A trick I've been using recently is to use recursive macros to format large chunks of a file. Let's say we have the following list of thousands of dates: 10/30/...
Grails 2.0 Login Create Account Pivotal Home Learn Products & Services Groovy/Grails Tool Suite (IDE) Other Products Consulting Training About SpringSource Community Downloads Plugins Facebook connect Twitter connect Log in Login or Email (forgot login) Password (forgot password) Crea...
Learn Ruby With the Neo Ruby Koans The Koans walk you along the path to enlightenment in order to learn Ruby. The goal is to learn the Ruby language, syntax, structure, and some common functions and libraries. We also teach you culture. Testing is not just something we pay lip service...
For many people big data is still a mysterious word to describe everything and anything. Explaining it can be an art all its own, and in today’s day and age visuals are a necessity. As stated in David Hoffer's, What Does Big Data Look Like? article, “a simple Google image search on “b...
Mas o "Iniciante" (não importa se iniciante em programação em geral, ou avançado em outra plataforma e iniciante nesta) não tem o histórico, acabou de chegar e se vê perdido numa montanha de informação e discussão. O que é mensageria assíncrona? O que são APIs RESTful? Que diabos é um...
is Mike Gunderloy's software development weblog, covering Ruby on Rails and whatever else I find interesting in the universe of software. I'm a full-time Rails developer and contributor, available for long- or short-term consulting, with solid experience in working as part of a distri...
See how to dynamically change a select menu based on another select menu using Javascript. In this episode everything is kept client side which leads to a more responsive user interface.
Grails 2.0 Login Create Account Pivotal Home Learn Products & Services Groovy/Grails Tool Suite (IDE) Other Products Consulting Training About SpringSource Community Downloads Plugins Facebook connect Twitter connect Log in Login or Email (forgot login) Password (forgot password) Crea...
January 14, 2014 We Brag about our Backend, shed some Light on Test Driven Rails, avoid the DBeater, pout over Ruby 1.9's end of life on this HAIKU edition of Ruby5. January 10th, 2013 Another Ruby5! Analyze your githubs with AccessList and hammerspace enumerable into submission using...
Groovy/Grails Tool Suite (IDE) Other Products Consulting Training About SpringSource
One woman's quest to bring Bitcoin to Botswana http://motherboard.vice.com/blog/one-womans-quest-to-bring-bitcoin-to-botswana Facebook page: https://www.facebook.com/groups/bitcrazy/ this is my story:and what i need is assistance to be able to pass the message and r...
DMSF is Document Management System Features plugin. It is aimed to replace current Redmine's Documents module. Initial development was for Kontron AG R&D department and it was released at the begining of May 2011 as open source to further maintain it by community. Next development use...
AbstractHandler (Padrino::Helpers::OutputHelpers) AccessControl (Padrino::Admin) Actions (Padrino::Generators) Actions (Padrino::Generators::Admin) Admin (Padrino) Admin (Padrino::Generators) AdminApp (Padrino::Generators) AdminPage (Padrino::Generators) App (Padrino::Generators) AppR...
Compare Commits Between Git Branches George Brocklehurst January 16, 2014 git Working with a lot of git branches can be a bit of a headache. Graph visualisations can get tangled and confusing, especially when they include more than just the branches you care about. Sound familiar? You...