This must be the best, when not the only, lecture you will have to understand in life. These simple “rules” can be applied to your everyday software development as well as to your dealings with people and goals in life.
How to sucess. A 3 minute lecture that could change your life
by Razuna on March 20, 2007 in Uncategorized
Get Column Name and Data Type from Oracle with SQL
by Razuna on March 15, 2007 in Oracle
Just a short tip on how to retrieve the Column Name and the related Data Type with SQL. Simply issue the following SQL within Oracle:
select column_name, data_type
from all_tab_columns
where table_name = ‘YOURTABLENAME’
This will return you a output with the column name and the data type for it. Remember that Oracle is case sensitive and the table names are all in uppercase in your where select for the table!
Converting a BootCamp Windows installation into a Parallels Virtual Disk Image
by Razuna on March 15, 2007 in Apple
In my previous post I wrote about using Parallels together with a BootCamp partition. Now I decided to save on the 32 GB partition and use its space for my Mac OS related stuff by converting the BootCamp partition into a Virtual Disk one. Actually the steps doing so are very trivial thanks to Parallels Transporter. Here are the steps:
- Boot into the BootCamp Windows partition.
- Download the Transporter package.
- Install the Transporter package (the installer tells you that the Transporter agent is already installed, but with me I could not connect to the Windows partition until I installed the complete Transporter package!).
- Reboot Windows.
- Start Transporter on your Mac OS.
- Select the Windows partition (I had to use the IP address of the BootCamp Windows).
- Wait for a long time (took me about 45 minutes on a MacBook Pro with 3 GB Ram).
- Once done shut down the BootCamp Windows.
Now, test that the Virtual Disk works fine within Paralells and all your applications work (My Oracle and ColdFusion installation still worked fine and Oracle is quite tricky on the Hardware part). If you are sure, you can delete the BootCamp partition. But hold on, don’t just start up Disk Tool and delete the Bootcamp partition, use the BootCamp Assistant.
- Start the BootCamp Assistant.
- Chose to remove the BootCamp partition.
Now, how easy was that to move Windows around and free up a lot of “wasted” disk space?
On a side note, the performance of Windows within BootCamp and Windows as a Virtual Disk is about the same. Actually, I like to have Windows as a Virtual Disk much better, since I can “Frezze” (Pause) Windows and it comes up within a second. Plus it saved me 15GB of space.
Great new Video Technology for advertisers
by Razuna on March 15, 2007 in Uncategorized
I just came across an interesting Video technology from a Company called VideoClix (http://www.videoclix.com/) from Vancouver.
They managed to take any Quicktime movie, put a layer over it to create clickable areas which then displays information on the object you clicked. Sounds strange? Well, head over to their example page and see it for yourself.
I think they have a huge potential in the market and will see where they are heading in the future,
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...

