Packt Publishing reaches 1000 IT titles and celebrates with an open invitation

Packt Publishing reaches 1000 IT titles and celebrates with an open invitation

September 27, 2012 | By | Add a Comment

Birmingham-based IT publisher Packt Publishing is about to publish its 1000th title. Packt books are renowned among developers for being uniquely practical and focused, but you’d be forgiven for not yet being in the know – Packt books cover highly specific tools and technologies which you might not expect to see a high quality book [...]

Continue Reading

ExtJS 4 MVC Architecture Mind Map

ExtJS 4 MVC Architecture Mind Map

July 24, 2012 | By | Add a Comment

Hi, I saw a few mental maps on the web and I though it would be useful to do one about the ExtJS 4 MVC architecture, since there are some people that are struggling with it. The mind map is on my slideshare, so you can download the pdf from there! ExtJS 4 MVC Architecture [...]

Continue Reading

Tutorial: Adding a Flash file inside an ExtJS 4 Component

Tutorial: Adding a Flash file inside an ExtJS 4 Component

July 23, 2012 | By | Add a Comment

Today we are going to learn how to add a flash file (.swf) inside an ExtJS 4 Component. First, let’s check out what we are going to implement: What we are going to need for this example: ExtJS 4 SDK A flash file (I downloaded one from here: http://www.flasheezy.com/) SWFObject library: http://code.google.com/p/swfobject/downloads/list (first one from the list) The first [...]

Continue Reading

Sencha Touch 2 + Sencha Architect 2: Twitter Search Example

Sencha Touch 2 + Sencha Architect 2: Twitter Search Example

July 18, 2012 | By | Add a Comment

Today’s example is a simple app implemented with Sencha Touch 2 using Sencha Architect 2: an app where you can search for something on Twitter. Demo: http://loiane.com.br/sencha-touch2/TouchTwitterSearch/ Source Code: https://github.com/loiane/sencha-touch2-examples-architect/tree/master/TouchTwitterSearch Happy Coding!

Continue Reading

ExtJS 4 Form: Unique Field Value Validation Example (Server Validation)

ExtJS 4 Form: Unique Field Value Validation Example (Server Validation)

July 2, 2012 | By | 2 Comments

Today’s example is an ExtJS 4 Form unique field value validation, done on the server side. Do you know when you are going to register in a new social network and you have to choose a username (and this username must be unique)? This is the case we are going to handle in this article. [...]

Continue Reading