Create google sitemaps using http://www.xml-sitemaps.com they generate a google one that looks exactly like the one I generate but google hates Rob Sandusky
Archive for April, 2009
google hates Rob Sandusky
Thursday, April 30th, 2009Don’t Install Jaunty Jackalope Ubuntu 9.10
Saturday, April 25th, 2009Ubuntu 9.10 is bad… very very bad… for some reason all it does is create problems with the drive itself and constantly creates bad blocks etc…
Conversion from .MOV to .FLV
Friday, April 24th, 2009To convert from quicktime to flash video in ubuntu or on linux in general make sure you have ffmpeg installed and flvttool2 then you just have to run the conversion.
ffmpeg -i (filename.mov) -ar 22050 -ab 128k -b 400k -s 320×240 -aspect 4:3 -f flv – | flvtool2 -U stdin (fileout.flv)
Sometimes Pain is painfull
Thursday, April 23rd, 2009that’s all… oh wait, ouch my eye!
Life the universe and whatever….
Wednesday, April 22nd, 2009you’ve been working on getting michiganhomesforeclosures.com updated with the new design that will work with the blue logo much better.
it’s something like robs-rev-4.png or .psd also there were a few changes I failed to change id due to a wine related incident.
Update the header text, drop the stroke and change font-family to Georgia…. looks good that way.
Also added an arial bread crumb below the top nav above the h1 section and finally I had added the information on the realty office in the footer.
Do all that stuff again when you get to it tomorrow.
I Hate SOAP
Tuesday, April 21st, 2009SOAP, simple old ass protocol…. enough said, well maybe not… why is the web still using this stuff it’s garbage.. .
Working with SOAP
Monday, April 20th, 2009SOAP Tutorial — http://www.w3schools.com/soap/
XML Tutorial — http://www.w3schools.com/xml/default.asp
WSDL Tutorial — http://www.w3schools.com/wsdl/default.asp