Wednesday, April 26, 2017

Java Journey D2

After couple days, I created XML and REST service using, Netbeans 8.2. The deploy over Glassfish  I performed some testing using soapUI and it looks good; in short, everything is going well.

HC :)

Sunday, April 23, 2017

Java Journey

Today I installed java IDE. It was NetBeans, after I read some articles recommended as best ones for Mac OS X platform. I'll do some testing after all to get my own opinion.

After recently changes out there, I realized to enforce my Java knowledge would be key technical knowledge for next IT challenge in my job.

Happy coding :)

Saturday, July 25, 2009

VirtualBox over Leopard

I have been using VirtualBox for 4 months so far over Leopard and in my modest appreciation it works excellent. I have three virtualizations: Windows 2003 Server, Windows XP and Ubuntu. I don't have any bad feedback to report you.

Enjoy you too:
http://www.virtualbox.org/

Installation over Mac OSX
Just download it and drag it into your Applications folder

Happy Virtualization
Bntz :)

Iframe inside mojoPortal

The first thing that I tried when I needed add an Iframe element embeded in UserControl, was add runat="server" attribute, but it throws an error. After the approach below, it works pefect.


HtmlGenericControl ifr = new HtmlGenericControl("iframe");
ifr.Attributes.Add("id","myiframe");
ifr.Attributes.Add("onload","doSomething();");
ifr.Attributes.Add("height","400");
...
PlaceHolder1.Controls.Add(ifr); //the final trick


I read this articles before:
http://www.justskins.com/forums/c-htmlgenericcontrol-90652.html

Happy coding
Btnz :)

Saturday, April 25, 2009

Alternative for MS Project for Mac OS

OpenProj is an alternative to work over Mac OS and with a very similar Microsoft Project features. It's a Open Source, so far this post, it was absolutely free. I recommend this software.

Take a look of it
http://www.osalt.com/project

:)

Thursday, May 15, 2008

Saving money on corporate networks

Using Linux as part of your network, you could implement interesting use cases.

No hard drive/Network boot
You can load a Linux OS on your desktop, without hard drive devices. All programs and utilities are stored on centralized server. If you have old computers you can use them as part of your network again.

Compatibility
You may want to use your Linux Desktop to use Windows based programs, a good approach, is use Remote Desktop (RDP) to access a Windows Server.

Licencing
You cannot pay any money in order to use Linux OS. It doesn't matter how much Desktop your network has, just decide to use and start to save.


How much do you want to save?

Wednesday, May 14, 2008

Upgrade your Desktop to Ubuntu

If you want to try Ubuntu without hard disk installation, you could try asking for live CDs, this means Ubuntu will run from a bootable media.

About Ubuntu
Ubuntu is a community developed, Linux-based operating system that is perfect for laptops, desktops and servers. It contains all the applications you need - a web browser, presentation, document and spreadsheet software, instant messaging and much more.

The Ubuntu promise
Ubuntu will always be free of charge, including enterprise releases and security updates. Ubuntu comes with full commercial support from Canonical and hundreds of companies around the world. Ubuntu includes the very best translations and accessibility infrastructure that the free software community has to offer. Ubuntu CDs contain only free software applications; we encourage you to use free and open source software, improve it and pass it on.

Learn more >>
Software Libre, Panama
Ubuntu Community of Panama

Get started with our consultancy, any time feel free to contact us.

See it in action...










Google