There is a interesting story over at TechCrunch on a confidential meeting that took place at Google to "out open" FaceBook. We usually don't refer to such stories but since the post is coming from Michael Arrington we can say it is a "safe" source.
Hold your program in your head
by Razuna on September 21, 2007 in Uncategorized
I just found this very well written and interesting blog post titled "Holding a program in one's head". To summarize in short the post is based on the following topics:
- Avoid distraction.
- Work in long stretches.
- Use succinct languages.
- Keep rewriting your program.
- Write re-readable code.
- Work in small groups.
- Don't have multiple people editing the same piece of code.
- Start small.
The post explains much better what the eight points above mean and I suggest you go and read it now.
ColdFusion Error: "…is undefined in a CFML structure referenced as part of an expression…"
by Razuna on September 16, 2007 in CFML, FuseBox
As I have already written on this blog we are huge fans of the FuseBox framework. Our application (which will be released in private beta testing soon) is build with FuseBox 5.x.
Lately we have run into a couple of "…is undefined in a CFML structure referenced as part of an expression…" error messages. After hours of trying to figure out what the problem is, we figured we try to search the net (as humble a we are we are always thinking it is our fault…).
After a couple of minutes, we found that others had these errors as well and have posted the "workaround". It seams that this is due to a race condition and there are two options to "fix" this:
- Switch your application to "production" mode. The application.fusebox structure won't be rebuilt every request this way, and concurrent requests will no longer be affected.
- Put an exclusive application-scoped lock around the include to the runtime in index.cfm, while the application is in development mode. This will force concurrent requests into a single thread and each request should safely be completed before the next one begins.
Both of the above workaround work and solved our "problems".
Fight for Kisses is propably the best advertisement
by Razuna on September 12, 2007 in Uncategorized
Look at this marketing campaign around the latest Wilkinson shaver. A combined masterpiece of marketing, fun and business.
Follow us on Twitter
Follow @razunahq on Twitter
Find
Recent Posts
- Coming up in Razuna 1.4.8: Add assets from your custom path
- Coming up in Razuna 1.4.8: Export & Import of Metadata
- Razuna 1.4.7 is here – Labels and other improvements
- Introducing Labels in Razuna – Open Source Digital Asset Management System
- Become an influencer of Razuna and get access to early releases
- Razuna 1.4.6 and Razuna Desktop 1.2.1 released
- Razuna 1.4.6 Release Candidate 3 is now available
- VMWare Open BlueDragon image made available May 11, 2008
- Installing the latest JRE 6 on CentOS 5 February 12, 2008
- Apple forgot the – disable Trackpad settings – for the new MacBooks and a workaround November 10, 2008
- Small Guide for eMail Security and Encryption January 5, 2008
- Deploy Razuna in a virtualized environment or in the cloud December 9, 2009
- Coming up in Razuna 1.4.8: Add assets from your custom path December 31, 2011
- Coming up in Razuna 1.4.8: Export & Import of Metadata December 30, 2011
- Razuna 1.4.7 is here – Labels and other improvements November 17, 2011
- Introducing Labels in Razuna – Open Source Digital Asset Management System November 7, 2011
- Become an influencer of Razuna and get access to early releases October 18, 2011
-
Peter Bell: Hi Nital, Thanks for keeping this conversatio...
-
SixSigns: Here is a follow up for getting this to work on II...
-
Neel: Hey, really great. Thanks a lot. ...
-
my author: Hi RossThank you for your comment. Do you hapen to...

