Entry/Mid Level Coldfusion Developer Position

The Inter-American Development Bank (IDB) is the main source of multilateral financing for economic, social, and institutional development in Latin America and the Caribbean. It provides loans, grants, guarantees, policy advice, and technical assistance to the public and private sectors of its borrowing member countries.

The IDB's Digital and Print Media Unit of the Information Management Division is currently seeking three consultants as Web Developers for the Internet team.

Responsibilities 1. Using ColdFusion, JavaScript, HTML, DHTML, XML, AJAX, and CSS to create rich user experiences.

2. Participating in all phases of Web applications development: analysis, design, implementation, testing, and maintenance.

3. Designing and creating databases for Web applications using MS SQL Server, implementing the data structure, views, triggers, and stored procedures required to support, at the database level, the underlying business logic.

4. Maintaining high coding standards and practices, and exercising quality control in all aspects of development.

5. Taking appropriate action to resolve Web site applications issues by communicating with peers and other project team members using a collaborative approach.

Requirements

Education: B.S. in Computer Science or similar background Experience: Two years' experience as a Web Developer Nationality: Citizen from member country

Web Development:

1. Proficient in ColdFusion, JavaScript, HTML, DHTML, XML, AJAX, and CSS. Knowledge of Flash a plus.

2. Solid knowledge of Web design and functionality, revision control, Web environments, and browser-specific issues.

3. Solid understanding of UI design.

4. Thorough knowledge of code documentation.

5. Knowledge of MS SQL Server as the main database tool, including Data Transformation Services (DTS), to be used in implementing download processes and population of database structures.

6. Experience with Java is a plus.

7. Superior attention to detail.

Language: Perfect command of English/Spanish or English/Portuguese or English/French.

Competencies

1. Ability to meet deadlines, handle multiple projects simultaneously, and manage one's own time and deliverables.

2. Strong teamwork and effective communication skills.

How to apply:

Email resume and cover letter to EXRINTERNET@iadb.org

Coldfusion Web Developer Positions at IADB.ORG

There are two consultant positions available for Coldfusion developers at Inter-American Development Bank. Further info at: http://wwwt.iadb.org/idbdocs.cfm?docnum=2003515

Existem duas vagas de trabalho como desenvolvedor Coldfusion disponíveis no BID (Banco Interamericano de Desenvolvimento). Mais detalhes no link: http://wwwt.iadb.org/idbdocs.cfm?docnum=2003515

Free website analysis

Last week I decided to offer free introductory website analysis for members at www.asmallworld.net
Of course I couldn't go deeper in each analysis but I could help them on basics for SEO, Metrics, Usability and Web Development. The most common mistakes I found were in the aspects:

  • SEO. Missing opportunity to use page title to improve SE traffic. Some cases there was no title at all. Or the domain name was repeated in the title tag.
  • SEO. If the title was so misused imagine meta keyword and descriptions.
  • Site Metrics. Missing opportunity to collect data from users. Like not using advantage of Google Analytics to know better what customers are looking for when they reach theirs site and many other information like bounce rate, conversions, etc.
All the above can easily be implemented and results seen very fast.
If you want me to also give you a free introductory website analysis post a comment with your URL and Website description.

Flash CS4 crashes Dreamweaver CS3

I am running Dreamweaver CS3 on Windows Vista 64 bits and after installing Flash CS4 on this machine yesterday my dreamweaver no longer works. I am investigating what could cause this problem and let you know if I find anything. If you have any tips please let me know. Thanks.

cfchart not loading - no image showing

I had to fix an issue today with cfchart and after dig deep on google and blogs I found this solution the only one that worked for us:

http://www.bpurcell.org/blog/index.cfm?entry=998&mode=entry

The issue is that the flash movie does not load or the image does not display when using the cfchart tag. Usually the problems is related to JRunScripts and graphdata.cfm.

If you need help drop a comment bellow.

First ColdFusion 8 website in production

Today, I upgraded website www.wheelsnext.com to Adobe's ColdFusion 8. So far everything seems fine. I just did couple changes to the Java memory settings, had to set again the class path to couple cfx tags and everything else CF 8 migration wizard took care.

I hope with this upgrade to fix some Jrun error issues we had with CF7. And also feel the improvement in speed that the CF community have been telling around.


Hoje, eu fiz o upgrade do site www.wheelsnext.com para o ColdFusion 8 da Adobe. Até agora tudo parece bem. Só tive que fazer algumas mudanças nas configurações JVM, tive que setar novamente o class path de duas CFX tags usadas e tudo mais o assistente de migração dele resolveu.

Espero que com esse upgrade os problemas com erros de Jrun sejam resolvidos para esse site. E tambem experimentar a melhora em performance que a comunidade CF tem falado tanto.

jquery, thickbox and iframe

I am using jquery's thickbox 3.1 for an image gallery. My problem started because the previous developer made the site using iframes. I strong recommend you not using iframes or frames, and there are many reasons for you to not using them.

Of course this is a hack, and the best scenario you shouldn't use frames and then do the coding in "perfect" manner.

In order to make the thickbox work inside an iframe you must do the following:

1 - Add jquery and thickbox files to both main and iframe pages. This is required so the previous and next link works on the inline popup (thickbox).

2 - Make the following changes to the thickbox.js file

2.1. - Replace the code inside the function tb_init(domChunk) tb_show(t,a,g); to self.parent.tb_show(t,a,g,window);

2.2. - Replace function TB_show(caption, url, imageGroup) to function TB_show(caption, url, imageGroup, refWindow)

2.3. - Replace TB_TempArray = $("a[@rel="+imageGroup+"]").get(); to TB_TempArray = refWindow.$("a[@rel="+imageGroup+"]").get();

2.4. - Replace tb_show(TB_PrevCaption, TB_PrevURL, imageGroup); to tb_show(TB_PrevCaption, TB_PrevURL, imageGroup, refWindow);

2.5. - Replace tb_show(TB_NextCaption, TB_NextURL, imageGroup); to tb_show(TB_NextCaption, TB_NextURL, imageGroup, refWindow);

3 - Now the code for your links must be something like this:

<a href="pathToBigImage/bigImageName.jpg" class="thickbox" rel="yourGalleryName" onclick="self.parent.tb_show((this.title || this.name || null),this.href,(this.rel || false), window);return false;"><img src="pathToSmallImage/smallImageName.jpg" alt="Image Title" title="Image Title" border="0"/></a>

That's all you need. It took me while to figure this out. On the internet I found some information but it was confusing so I decided to compile everything in one post. I hope this helps anyone looking to do the same.

Difficulties Downloading from Adobe / Problemas Baixando da Adobe

Today, I had problems while trying to download Flex SDK and Flex Builder from Adobe website. I went to the Flex product page clicked on "Try for 30 days" link, made the log in and was redirected to the download page with a bunch of options to download Flex. Once I seleced the option and hit the submit button nothing happened. No eror message, no JS error, no nothing! Then I went to the link "Difficulties downloading?". Verified the temporary internet files, read all the information Adobe gave and no luck. I remote accessed another computer to try the download and the same problem I had.

I googled all the terms I could and found nothing.

I decided to update my profile on Adobe's site and then the magic occurred and the download worked.

I remember when on Macromedia website I tried to download something they I always asked for my professional profile information and some information I previously informed was always missing.

I believe that Adobe should investigate this problem further that obivously is hurting the number of downloads and the problem is on Adobe's side.


Hoje, tive problemas para baixar o Flex SDK e o Flex Builder do site da Adobe. Clicava no link para download, fazia o download, escolhia a versão que queria baixar e nada acontecia. Nenhuma mensagem de erro, nada. Visitei o link "Difficulties downloading?". Verifiquei os arquivos temporários de internet, todos as informações disponibilizadas pela Adobe e o problema persistia. Acessei remotamente outros computadores para tentar baixar o arquivo e o mesmo problema ocorria.

Pesquisei no google por todos os termos e nada encontrei.

Resolvi então atualizar o meu perfil/cadastro no site da Adobe e entao a mágica aconteceu e o download funcionou.

Lembro quando no site da Macromedia ia fazer um download sempre perguntavam sobre os meus dados cadastrais e alguns que eu já havia informado antes desapareciam.

Acredito, que a Adobe deveria investigar esse problema que obviamente eh de responsabilidade dela e deve estar atrapalhando o download de seus programas.

Google maps now includes Brazilian traffic

I am a big Google fan. I love the way they make simple things so effective. Google Maps is one of the most amazing web applications that I use on a daily basis. Google docs and Gmail are also amazing.

Today, my friend Fabio from CFGIGOLO posted about them now been able to route the Brazilian streets. Not only big cities but small ones like where I came from. That's amazing since the streets and the traffic in my country it is not so organized as in the USA and Europe. Thumbs up for Google again! ;)

p.s.1: After playing a little with Google maps in Brazil. I can just say that there's a lot to improve. At least on my city, Fortaleza - Brazil. The traffic information is totally wrong.

ColdFusion 8: officially launched and expensive. Oficialmente lançado e caro.

Today, Adobe officially released ColdFusion 8. The community is making a big noise against the price policy for the software. Something that I just saw before reading the messages from developers in Brazil CF mailing list. Now, developers from Europe, USA, Japan, Australia and so on are very mad on this subject.

Adobe lançou hoje oficialmente no seu site a mais nova versão do ColdFusion Application Server versão 8. A chiadeira foi geral na comunidade sobre os preços abusivos praticados pela Adobe. Uma queixa que era comum no Brasil e em outros paises do terceiro mundo agora se repete tambem em desenvolvedores da Europa, Estados Unidos, Japão, Australia e por ai vai.

This price policy is like a big hit on developer's face from Brazil and third world countries. Since long time ago they still debate and try to use CF on web projects, fighting alone to justify the high price on license and hosting to theirs clients.

Essa politica de preço é como um grande murro na face dos desenvolvedores brasileiros que já alguem tempo debatem sobre isso e lutam sozinhos para poder utilizar o CF nos projetos web.

Some developer, specially the ones connected to Adobe argue that this high price for CF Enterprise does not matter since only few enterprise level really need the enterprise version and can easily pay for it. This is totally wrong specially because the Sandbox Security feature is still only available in the Standard Version.

Alguns desenvolvedores, principalmente ligados a Adobe contestam ainda que o preço alto é somente no CF Enterprise que é utilizado muito pouco. Ora, uma das principais qualidades do Enterprise, além da performance elevada, era a capacidade de usar o Sandbox Security que possibilida empresas de hosting utilizarem o CF em ambiente de hosting compartilhado. E essa "feature" não foi adicionada à versão standard.

So, the CF shared hosting scenario will still face the same problem: to compete with PHP and ASP hosting plans.

I hope Adobe can soon review the price policy... but I know I am a dreamer.

Então, o cenário de hospedagem compartilhada usando ColdFusion vai continuar encarando o mesmo problema: Competir com hospedagens em PHP e ASP.

Eu tenho esperança que a Adobe revise essa política de preço... mas eu sei que sou um sonhador.

P.S. 1: After reviewing some blogs on this subject I would like to add a note about my opinion on CF 8 release. We love CF and we want to see more people using it. I am frustrated for only one single feature that is on Enterprise edition but not on Standard: SANDBOX SECURITY. That alone would make hosting companies to offer CF shared plans in a reliable and stable environment, resulting in a big boost on CF popularity. I would love to see a Hosting Edition to CF that could help increase the CF community all over the world. Perhaps I am a dreamer and still need to hear from clients comments like: "This is that only guy that does that ColdFusion thing". And one last opinion. Just because I criticize Adobe price police for CF does not mean I didn't like CF8 new features. I love it. I was just expecting more... Forta himself once said Adobe (at the time of the MM merge) was going to make CF a lot more popular in the web development industry I just can't see how that is going to happen by raising prices

More Entries


Consumed By Feed-Squirrel.com