http://www.sjrmc.org
but here is the New beta (about 20 hours over the old site)
http://98.129.105.16
Still the same underlying structure as I have not be ok'ed to do a full redesign... but it's all kind of up graded... New Rackspace server so I could ditch the full page caching hack needed for the Godaddy server... all up to date at 1.6.4..
Also It's about to go live so if I may ask would anyone please go thru and test it out... I have run it thro IE6 IE7 IE8 FF and Safari 4 (win) .... all seems good and I think it's good to go less packing the js and css and running thru ySlow...
Any help would be great... Would love to hear back on the baby album area and the calendar areas as they have been work but good.... thank you...
Cheers
Jeremy
some stats:
* CMSMailer: 1.73.14
* FileManager: 1.0.1
* MenuManager: 1.6.1
* ModuleManager: 1.3.1
* News: 2.10.2
* nuSOAP: 1.0.1
* Printing: 1.0.2
* Search: 1.6.1
* ThemeManager: 1.1.1
* TinyMCE: 2.5.1
* Captcha: 0.4
* CGExtensions: 1.16
* Cataloger: 0.7.4
* CGCalendar: 1.2.2
* Album: 0.9.3
* FrontEndUsers: 1.6.7
* CustomContent: 1.5.3
* Jobs: 1.0
* NMS: 2.2.2
* CGFeedMaker: 1.0.6
* SelfRegistration: 1.2.5
* CGSimpleSmarty: 1.4.3
* SystemInfo: 0.1.2
* SiteMapMadeSimple: 1.1.4
* CGExtensions: 1.16
* CGUserDirectory: 1.0.1
* FormBuilder: 0.5.11
* TemplateExternalizer: 1.2
* SiteMapMadeSimple: 1.1.4
* FirePHPDebug: 0.1.1
* PayPalButtonMaker: 0.2
some nifty tricks...
CSS versioning... if you look at the soucre you'll see I like a stactic style sheet so I can configure the ETags and header and what not.. at the end you'll see ?1251064571
so what I did was make a UDT "fileTime"
Code: Select all
$files=$params['File'];
$fileTimeIS=filemtime($files);
echo $files."?".$fileTimeIS;
If you're not sure what that all means, the best place to start is reading about ySlow
There are tons of trick packed in there... tons of jQuery stuff.. I like jQuery and what not... hope you enjoy...