mofle

297
Reputation
216 views

Registered User

Name mofle
Member for 9 months
Seen yesterday
Website
Location
Age
1d
comment Change title of MFMailComposeViewController
Thank you, just wanted to know how to something like that. After talking with some more people, I've decided to change my subject of the email to something that fits. Anyway, thanks :)
Nov
23
awarded  Citizen Patrol
Nov
21
answered Hover using jQuery
Nov
16
awarded  Popular Question
Nov
16
accepted Changing MFMailComposeViewController’s toolbar color
Nov
15
comment Change title of MFMailComposeViewController
Ok, maybe your right, but I still like to know how to do it :) ?
Nov
15
comment Change title of MFMailComposeViewController
I know, but my question wasn't if it was allowed, my question was; is it possible? and how? ;-)
Nov
15
answered Changing MFMailComposeViewController’s toolbar color
Nov
15
asked Change title of MFMailComposeViewController
Nov
5
comment Best approach to slideup and tabs with jQuery
Found out it happens if i first click a link and while animating click another one.
Nov
5
comment Best approach to slideup and tabs with jQuery
Yes, I've run the code now. It actually does work. I thought of something like this before, but I didn't think fadeIn would work, since it was inside the slideUp. Anyway, thanks :D
Nov
5
comment Best approach to slideup and tabs with jQuery
Found one bug: If you click the <a>'s in the mainmenu fast back and forth, 2 of the buttons will loose their function, and don't do anything when clicked. any ideas why?
Nov
4
comment Free HTML editor for Windows
I don't get any javascript syntax highlighting in a html file, how do you do it?
Nov
4
asked jQuery slideDown with easing
Nov
3
awarded  Popular Question
Nov
1
comment Free HTML editor for Windows
yes, I'm using the newest version.
Nov
1
comment Free HTML editor for Windows
How did you get that to work with Notepad++? I use Notepad++ every day, but I have never found out how to get more than one syntax highlighting at the time.
Nov
1
asked Free HTML editor for Windows
Nov
1
comment Best approach to slideup and tabs with jQuery
I do have a large image on top, so I need the animated scrolling. And the slideUp only happens once, and since the fadeIn code is a callback of the slideUp, it only fades in the first time you click, that's wrong. The point is, the slideUp should only happen the first time the user click on of the buttons.
Oct
28
comment Best approach to slideup and tabs with jQuery
Phil: without plugins, this tutorial uses jQuery UI tabs...
Oct
28
comment Best approach to slideup and tabs with jQuery
2 reasons. I want to learn how to do it myself. And it's a bit overkill to use plugins for something as simple as this.
Oct
28
asked Best approach to slideup and tabs with jQuery
Oct
12
revised Can I make the browser follow a link after a certain amount of time with jQuery?
deleted 2 characters in body
Oct
12
answered Can I make the browser follow a link after a certain amount of time with jQuery?
Oct
11
accepted Update DOM after insert in jQuery
Oct
11
answered Update DOM after insert in jQuery
Oct
11
accepted Run function once per event burst with jQuery
Sep
27
comment Preventing a UITabBar from applying a gradient to its icon images
Can anybody show me how I can implement this code in a new "Tab Bar application" project?
Sep
23
revised Run function once per event burst with jQuery
deleted 8 characters in body
Sep
20
revised Create a jQuery special event for content changed
added the finished code
Sep
20
comment Create a jQuery special event for content changed
Thanks :) Good to know that I was close.
Sep
20
revised Create a jQuery special event for content changed
added 133 characters in body
Sep
20
comment Create a jQuery special event for content changed
My script doesn't work. Would be great if you could help me make it work :) And by the way, thanks for the other approach.
Sep
20
comment Create a jQuery special event for content changed
What I'm looking for is how to just create a special event, like I have done, only one that actualy works. Can you show me that?
Sep
19
comment Create a jQuery special event for content changed
@David Andres - when I unbind the event. $('#container').unbind('contentchange');
Sep
19
comment Create a jQuery special event for content changed
Fixed .
Sep
19
revised Create a jQuery special event for content changed
fixed spelling mistake, and forgot var before $this.
Sep
19
asked Create a jQuery special event for content changed
Sep
19
comment Run function once per event burst with jQuery
Syntax error, if I fix it, it still only prints out 1 event.
Sep
19
answered Run function once per event burst with jQuery
Sep
19
comment Run function once per event burst with jQuery
Already tried it, but it only gives me one event from the first event burst (the first timeout), and nothing on the second burst.
Sep
19
comment Run function once per event burst with jQuery
yes :)
Sep
19
revised Run function once per event burst with jQuery
some cleaifying.; added 7 characters in body
Sep
19
asked Run function once per event burst with jQuery
Sep
16
asked Screensaver in C++ with fading image
Sep
16
comment Search through a big list fast with jQuery
Thanks, that did it ;)
Sep
16
revised Search through a big list fast with jQuery
added the finished code
Sep
16
comment Search through a big list fast with jQuery
Some mistakes in the code, it should be: var abbrs = {}; $('ul#abbreviations li').each(function(i){ abbrs[this.firstChild.nodeValue] = i; }); -- How can I do a partial match?
Sep
16
awarded  Popular Question
Sep
15
comment Search through a big list fast with jQuery
I'm not dynamically populating the li tags. The content is just plain HTML, nothing more. Can you show an example for the last question?