@Oskar Krawczyk:
Ryan, I do– check it out: http://qkpic.com/35d7d
=> But I want this icon! :D
On 2009-10-22, at 22/October, 10:55 AM, cbolson wrote:
Inspired by this idea I too have set up mooshell as an aplication
using Fluid.
As far the icon, a quick search brought me to this:
http://design.oneter.com/archives/2009-year-of-the-ox-cute-png-icon-cow.shtml
Here you can see it in action: http://qkpic.com/9ea94
Thanks for the great idea :)
Chris
On Oct 21, 9:10 am, Daniel Lohse <[email protected]> wrote:
That rocks! Care to share that icon? :)
Daniel
On 2009-10-21, at 21/October, 12:20 AM, Oskar Krawczyk wrote:
Ryan, I do– check it out:http://qkpic.com/35d7d
On 20 Oct 2009, at 14:18, Ryan Florence wrote:
Ha! Same here. Do you have an icon for it?
On Oct 20, 2009, at 6:54 AM, Oskar Krawczyk wrote:
True, I even got it running as a standalone app (via
Fluid):http://qkpic.com/51fe7
___
Oskar Krawczyk
http://nouincolor.com
On Tue, Oct 20, 2009 at 13:47, Ryan Florence
<[email protected]> wrote:
I'm surprised how often I actually develop in mooshell.
On Oct 20, 2009, at 6:45 AM, Oskar Krawczyk wrote:
Haha, people just like to play with MooShell, that's all ;-)
___
Oskar Krawczyk
http://nouincolor.com
2009/10/20 Fábio M. Costa <[email protected]>
You guys are rocking!
Can i pay for the support? haha!
--
Fábio Miranda Costa
Solucione Sistemas
Engenheiro de interface
On Tue, Oct 20, 2009 at 10:23 AM, Daniel Lohse
<[email protected]
wrote:
Hey there [sadly, no name given :)],
you could try it like this:http://mooshell.net/kKAVS/
ot this:http://mooshell.net/cEwMK/
:)
Cheers, Daniel
On 2009-10-20, at 20/October, 1:18 PM, hamburger wrote:
Hello,
I'am a newbe and need some help. I have this snipe witch works
very
well. I would like to cange my side to mootools and i need a
translation.
The function toggle my Sidebar by clicking on "id=ToogleSidebar"
jQuery('a#ToogleSidebar').click().toggle(function() {
jQuery('#sidebar').animate({
width: 'hide',
opacity: 'hide'
}, 'slow');
jQuery(this).toggleClass('sidebarcollapse');
jQuery(this).toggleClass('sidebarexpand');
}, function() {
jQuery('#sidebar').animate({
width: 'show',
opacity: 'show'
}, 'slow');
jQuery(this).toggleClass('sidebarcollapse');
jQuery(this).toggleClass('sidebarexpand');
});
I don't know how to change "jQuery" to a mootool function.
Thx for help in advance