weinbergermanchesterterrier.com, Miami, Florida (June 2010)
Webstie Development (HTML)
- Weinberger Manchester Terrier is part of Weinberger Kennels, a company that is dedicated to the ethical breeding of all dogs.
- At the customers request, we modified the original websited developed in 2006 and converted it to a fully dynamic WordPress website.
- The new website allows the customer to make any changes the require, including gallery images for dogs, awards and links. It uses about 8 wordpress extensionsa and a customized version of SlideShowPro Director.
weinbergerrottweilers.com, Miami, Florida (May 2010)
Webstie Development (HTML)
- Weinberger Rottweilers is part of Weinberger Kennels, a company that is dedicated to the ethical breeding of all dogs.
- At the customers request, we modified the original websited developed in 2006 and converted it to a fully dynamic WordPress website.
- The new website allows the customer to make any changes the require, including gallery images for dogs, awards and links. It uses about 8 wordpress extensionsa and a customized version of SlideShowPro Director.
VMWare Workstation Install Fails on Windows 7
Are you having problems installing VMWare Workstation on a Windows 7 Host? If so, I found a very simple solution. I was getting the folloing error message during the installation process, ”The MSI fails … vmware-workstation.exe … “.
- 1) Double click on the installer, it will begin to copy some files to a directory called
vmware_******. Stop there, and don’t install or click on anything.
- 2) Go to the directory located at:
C:\Users\mylogin\AppData\Local\Temp\.
- 3) Make a duplicate or copy of the directory.
- 4) Cancel the instaler.
- 5) Return to the directory metioned in #2 and double click on “vmware workstation”.
- 6) Wait for the installation to complete.
Coconut Grove Peacock Tour 2010( Artistic Event ), Miami, Florida (March 2010)
Webstie Design and Setup ( WordPress )
- Larger than life fiberglass peacocks decorated by Coconut Grove, Miami Artists. These peacocks will be on display throughout the Coconut Grove village and main thorough fares starting March 2010 for six months.
- The website was custom designed using WordPress.
VirtualBox (Linux): Change UUID or Copy a VDI image to obtain a new UUID
- Virtual Box UUID Error Message
- Change UUID: Copying a VDI file using your standard operating system copy commands will duplicate the internal UUID provided by the VirtualBox image. In order to solve this problem you must execute the command
setvdiuuid.
admin@server$ VBoxManage internalcommands setvdiuuid virtualdisk.vdi
- Copy VDI Image with a new UUID:
clonevdi makes sure that the new disk image will have its own unique UUID. admin@server$ VBoxManage clonevdi original.vdi new.vdi
UNDER CONSTRUCTION – Network Resoucres ( Health Care Provider ), Miami, Florida (January 2010)
Webstie Development ( WordPress, PHP, mySQL, and JavaScript )
- Network Resoucres provides special services to health care companies.
- This website is still under construction. It is a simple WordPress website, custom designed using the clients logo and colors.
Gloria Lorenzo ( Sculptor and Painter ), Miami, Florida (Januaray 2010)
Webstie Development ( WordPress, PHP, mySQL, JavaScript and Flash )
- Gloria Lorenzo is a sculptor and painter. She works on many mediums and has the ability to capture space, time, emotions and reality.
- The website was custom designed with WordPress, SlideshowPro, and built using a custom wordpress shoppingcart.
Imaginart, Inc. ( Custom Wall Designs ), Miami, Florida (Januaray 2010)
Webstie Development ( WordPress, PHP, mySQL, JavaScript and Flash )
- Imaginart is an artist run company specializing in custom finishes for the home and office. Walls, floors and furniture, Imaginart’s designs provide the perfect complement, transforming your space with an array of exquisite custom finishes, including their top of the line, Venetian stucco.
- The website was custom designed with WordPress, SlideshowPro, and SlideshowPro Director.
Here you will find a list of PHP: Classes and Objects that I have used in my programs that I have found to be really usefull. This blog entry has been posted for future, personal reference.
Resize Images in PHP – is an Image Mainpulation class that allows you to easily rotate, crop, crop from center, reflection, resize percentage, remote image resize, save image as a different format, resize adaptive. This is a class written by phpthumb.gxdlabs.com. You can download it from their website, if that doesn’t work, download it from my webiste by clicking here.
Search and Replace Files using PHP – Finds and Replaces text searched for all files within a directory. This class is amazing, simple to use and fast. It was written by Razzaque Rupom. You can download the original files from phpclasses.org., if that doesn’t work, download it from my website by clicking here
.
WordPress’s Autosave feature is available for both Pages and Posts, and can be extreemly inconvenient when you are debugging your website. It can also create addtional loads on your server.
To disable this feature simply search your wordpress directory for: wp_enqueue_script('autosave')
Replace if with: // wp_enqueue_script('autosave')