Tuesday, 29 July 2008

googlecode project

I'm in the process of updating my site, but as i'm off on holiday for a couple of weeks i thought i'd get something up and available for people to play with. I've not had a chance to do full browser testing yet so would appreciate if anyone could help out on that. Also please email me any bugs and fixes and all get them implemented as soon as i can when i get back.

I've created a phatfusion googlecode project to help with the development and maintenance of the scripts. The folder structure follows the same format as the mootools more SVN repos and therefore i have included the mootools more scripts in this project too.

THESE ARE 1.2 COMPATIBLE SCRIPTS!

http://phatfusion.googlecode.com/

note: best to look directly at the pages in the _demo and _docs folders as the index pages aren't linked up and working yet.

18 comments:

Anonymous said...

Brilliant stuff!

Had a look through, from what I can see the slideshow doesn't work in any version of Internet Explorer - it just displays a blank space. There was a stray console.log line somewhere that it complained about first of all, I guess from firebug debugging. Removing the line clears the error but doesn't show the slideshow. Anyone got any ideas of how to get it working?

Craig Morey said...

Am I being dumb? Because I can't see anything at googlecode...

Anonymous said...

You have to look at the source section, and use something like TortoiseSVN on the address it gives you.

Craig Morey said...

apologies - thanks.

crosser said...

I did not make it work so far but already noticed this:


--- ../../phatfusion/Interface/multibox.js 2008-08-19 11:09:42.000000000 +0400
+++ multibox.js 2008-08-19 11:19:12.000000000 +0400
@@ -52,7 +52,7 @@
this.containerDefaults = {};

if(this.options.useOverlay){
- this.overlay = new Overlay({container: this.options.container, onClick:this.close.bind(this)});
+ this.overlay = new overlay({container: this.options.container, onClick:this.close.bind(this)});
}
this.overlay = this.options.overlay;
if(this.overlay){


Will post more as I go...

BTW, I think there must be an issue tracker on googlecode? Maybe it's worth to set it up?

Anonymous said...

OK, now i got :
- mootools 1.2
- slimbox
- multibox 1.3.2

all working together :))
BUT, still bugged with flash behind...


so far, much thanks for this update !

NOTICE :

window.addEvent('domready', function(){
var box = new multiBox('multibox', {
overlay: new overlay(),
descClassName: 'multiBoxDesc',
waitDuration: 500,
contentColor: '#00F',
openFromLink: false
});
});



**** the var box = new multiBox
multiBox with minus b !!!
before it was MultiBox !!!

Anonymous said...

RC helicopters might be amongst the most fascinating radio controlled models, however, one undeniable fact still stands against it; they make more noise and create more pollution than a breaking down truck. This makes flying around the neighborhood almost impossible. According to Streamlight Chief Operating Officer Ray Sharrah, the new and improved lights offer both longevity and power. led flashlights are becoming increasingly popular with industrial professionals because of their long life span, extreme durability and their usefulness for close up work, such as reading a serial number or repairing equipment under low light conditions, said Sharrah. For professionals who favor incandescent flashlights, the 2AA ProPolymer which features a super-bright Xenon bi-pin bulb has been improved with convenient, single-handed operation, he added.
Our experiences are tied to real products being used by real people, cheap video gamesaid Alex Cavalla, IC2's deputy director. We have seen the power of using the right kind of tools -- in this case, games -- in the right types of situations, to create real change.

Anonymous said...

The problem of noise, pollution and size is almost entirely eliminated with the electric models; the amount of noise greatly decreased while the amount of pollution vanished altogether. These two facts allows these machines to fly anywhere without causing too much annoyance to other people.
With gas rc helicopters, countless crashes occur not because of pilot errors, but because the engine fail in midair. Who's to blame? After all, everybody knows that gas engines aren't the most reliable thing in the world. They also notoriously require constant tinkering to run smoothly. On the other hand, electric helicopters fly undeniably more reliable. They almost never cut out in mid air, even when the battery runs down. Moreover, you can forget about having to crank up the engine over and over. These electric motors will run anytime anywhere as long as there's battery. There's nothing more frustrating than taking your helicopter to the field only to find that it won't start because it is too cold, too humid, or just because the engine wants to act up. R-Type Command (Altus, for thecheap DS): R-Type is one of the all-time great outer-space shoot-'me-ups, but this spin-off is a much more laid-back tactical game. You start each level by placing an assortment of spaceships on a hex-fillled grid; the objective, generally, is to reach a particular spot on the grid or to destroy your opponent's flagship.

Mustafa Dindar said...

Multibox problem with IE and Opera: Opera shows error wih pxpx (double px)

In multibox.js file, there is a bug.
Search

width: this.contentObj.width+'px'

Remove +'px'

So for height at the same line. This should solve the bug.

Nate Hamilton said...

There seems to be a bug with Phatfusion multibox in safari. When you click on the flv example it plays it the first time but when you close it and then try to play it again you get a blank screen but the audio still plays in the background. It continues to do this until you empty the cache. This is a huge issue if you are looking to use multibox for flash videos. Any ideas on how to fix this issue? It is even happening on the phatfusion site: www.phatfusion.net/multibox. Please let me know if anyone knows a fix, thanks!

AD said...

Excellent...Exquisite..Fantabulous..

These are not enough. Actually, I couldn't find exact adjectives to praise your work.
Your works astounds me and kindles my interest to code.

Anonymous said...

http://www.alwathba-moon.com/vb

JP said...

hey.. any one knows how to call the multibox from a javascript funcion? instead of a href?

regards

iANDREW said...

Hi! I'm from Russia. I especially liked the content of your blog http://phatfusion.blogspot.com/! I am an aspiring Web-Developer and therefore would like to know what would you advise me to start studying? I am more than a year working network administrator server on Linux.

NetWebLogic said...

In the trunk of the slideshow script, I found that there was a little glitch on FF in between transitions. I found that if I removed this:
this.newImage.setStyles({opacity:0});

on line 266 it works fine on 1.2.1

Thanks for the great scripts!

Frighter said...

Hey i built something similar, your welcome to take the code if you want.

http://www.twincitylink.com

frighter at 13oss.com

Anonymous said...

Really cool product to help with the lightbox.. and it's FREE!

http://www.lightboxcodegenerator.info/

Anonymous said...

hello
iam trying to use the formvalidator from pathfusion.
The validator will run very well, but i would like to run the action script after.
action="js/addThoughts.php"
it doesnt work
somebody know why, or as a running example?