Archive | CFML RSS feed for this section

Razuna at cfObjective 2013 – Razuna talk, Razuna MuraCMS plugin and Razuna booth

cfo

We are happy to announce that Razuna – the famous open source Digital Asset Management solution – will be a Gold sponsor of the cfObjective 2013 conference taking place in Bloomington, MN from Mai 15th – 18th.

At cfObjective our fellow developers will have a change to see why many worldwide renowned corporations like EMC, Plantronics, Vaynermedia, Riversand, BBC, WorldNow, Unilever and many more  have taken to Razuna and use it on a daily basis to centralize their files and leverage the API to integrate seamlessly with their own software stack.

Furthermore, we will release the official Razuna plugin for MuraCMS! Just as with our WordPress, Typo3 and Drupal plugin we now extend the reach of having a centralized Razuna server to the MuraCMS community and customer base. We are very excited about offering this enhancement and becoming part of the MuraCMS ecosystem.

We invite you to attend the talk of our very own CTO Nitai Aventaggiato. He will be talking on Razuna, how it has taken the Digital Asset Management world by storm and how easy it can be to leverage Razuna in your next project in his “Razuna DAM – why you want it and how to use it in your next project” talk.

cfObjective is the only Enterprise Conference for Coldfusion and attracts many developers and customers worldwide. We are looking forward to meeting many of our fellow developers in person. Don’t forget to come by our booth and say hello.

Comments { 0 }

Razuna is looking for new team member

Razuna is looking for you! Join us in building the best open source Digital Asset Management system on the planet. Razuna is being used by many customers all over the world. In order to strengthen our web application team we currently have a position open for a web application developer. Remote work is encouraged, but we will prefer candidates that are located around New York.

About you:
You want to be part of a great team working at one of the leading open source projects.
You’re flexible. You’ll be joining a small team, so you’re willing to take on a wide variety of responsibilities.
You are well organized, used to keeping many balls in the air at the same time.
You realize that comprehensive testing is your responsibility as a developer.

Your Duties:
Design, implement, and test core Razuna features in a small team environment.
Assist support team to troubleshoot customer issues with Razuna.
Develop, assist and help build new systems and add-ons.
Since we are a small team, certain server administration tasks are mandatory.

Requirements:
Expert CFML/Coldfusion engineer with 2+ years experience building web applications, front to back.
Experience with multi-threaded applications and concurrency.
Experience with MVC (Model View Controller) and a Coldfusion framework a plus.
Some experience with other languages (e.g. PHP, Python, Ruby, Java) a plus.
Familiarity with JavaScript/jQuery a plus.
Familiarity with Databases a must.

Compensation:
Salary commensurate with experience

Contact:
If you feel like that the above description fits your skills, we want to know about you! Please contact Nitai @ razuna.com.

Comments { 0 }

Razuna and the Open Source CFML for Government Conference in Washington, DC

We are happy to announce that we will present Razuna at the Open Source CFML for Government Conference, taking place on the 9th of October 2012 in Washington, DC. The conference has been organised by the OpenCFML Foundation and is the first Washington-Dc based event promoting the use of Open Source CFML products and solutions within government agencies and organizations.

The Open Source CFML for Government Conference is a one-day event and registration is free of charge. Make sure to reserve your spot now!

Nitai, the Founder and CTO of Razuna, will present Razuna and will also attend the upcoming MuraCMS Conference, taking place on October 10 – 11th, Washington, DC.

Furthermore, Nitai will be available for any meetings in the area as he will be in Washington until October 14th. If you want to know more about the Digital Asset Management revolution or want to partner up with Razuna, please contact us.

Comments { 0 }

Razuna 1.5: Custom Fields API and extended API search

Many great things will come in Razuna 1.5 (I know we are a bit late, but you will love all the stuff we’ve done for Razuna 1.5). One area that has gotten a lot of love is the new API, now extending on it, we also added the option to work with custom fields in the API. This allows for even great integration into your own application.

With the Custom Fields API you can create custom fields, list available ones and get the custom fields of each asset within your record set.

Additionally, since the search API is an extension of the search within Razuna one can now search for labels and custom fields within the search API. In order to do so, you simply do a field search as in:

labels:(Animals)

For those who are already using the API the complete search string would look something like:

/global/api2/search.cfc?method=searchassets&api_key=1&searchfor=labels:(Animals)

The same logic applies to search with custom fields.

We encourage developers to read the new custom fields API and the enhanced search API documentation.

Comments { 0 }