Search found 917 matches
- Mon Dec 07, 2009 9:32 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: PERL
- Replies: 2
- Views: 1931
Re: PERL
if you remember how you sorted it, would you include how here for the next person that has the problem?
- Mon Dec 07, 2009 9:27 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Ctrl+Y shortcut in v10.1.0.119
- Replies: 8
- Views: 7229
Re: Ctrl+Y shortcut in v10.1.0.119
This is a serious issue for me, as my old shortcut was a one-hand-shortcut, now with ctrl+shift+L to be a new-hand-shortcut!!! change it to ctrl+shift+D? if you primarily use the keyboard, two handed shortcuts aren't a big deal once you get used to them. If your right hand is on the mouse a lot it ...
- Mon Dec 07, 2009 9:18 pm
- Forum: Web Developer Talk
- Topic: PHP Framework
- Replies: 9
- Views: 11130
Re: PHP Framework
cakephp is really wonderful. docs are a lot better than they were in the past but there are still a lot of assumptions in there (assuming you know a, b, c, they explain how to do D). do the 'create a blog' tutorial in the cookbook and you'll be amazed. I've not had a chance to really dig into code ...
- Wed Oct 14, 2009 7:56 pm
- Forum: Web Developer Talk
- Topic: A users OS and browser
- Replies: 6
- Views: 6105
Re: A users OS and browser
for sure, you can detect OS and browser via the HTTP headers sent by the browser and serve something differently but man, what a pain. two+ codebases and the user agent strings are notoriously inaccurate... if you can solve it without going down that path, do! Here's some Q&A around the topic: http ...
- Tue Oct 13, 2009 7:59 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: Check for new php version?
- Replies: 9
- Views: 7015
Re: Check for new php version?
I don't know. I offered to rub oil on Karlis' broken leg but that didn't work.
- Tue Oct 13, 2009 7:50 pm
- Forum: Web Developer Talk
- Topic: A users OS and browser
- Replies: 6
- Views: 6105
Re: A users OS and browser
can you share the URL? Are you sure both versions of IE8 are in the same mode (ie7 mode, ie8 compatibility mode, ie8 mode)?
- Tue Oct 13, 2009 12:43 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: Check for new php version?
- Replies: 9
- Views: 7015
Re: Check for new php version?
oopsie. 2008 it is.
- Tue Oct 13, 2009 12:41 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: Extend "Select Content" command
- Replies: 3
- Views: 2566
Re: Extend "Select Content" command
if it takes 8mb of regular expressions to achieve that, feature requests aren't the problem. ;)
- Tue Oct 13, 2009 12:34 am
- Forum: Web Developer Talk
- Topic: A users OS and browser
- Replies: 6
- Views: 6105
Re: A users OS and browser
they can definitely be different though I'm not entirely sure about why. For sure, on the mac all of the fonts are smoothed and this can make headlines and small small type render pretty differently.
we occasionally get bugs from firefox on linux, particularly when it comes to flash/video.
we occasionally get bugs from firefox on linux, particularly when it comes to flash/video.
- Mon Oct 12, 2009 9:09 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: PHP preview problems with Firefox
- Replies: 12
- Views: 8526
Re: PHP preview problems with Firefox
+1chrisjlocke wrote:I find running Firefox and using ALT+TAB is the best approach. The ActiveX control is a heavily cut-down part of the Firefox rendering engine, and isn't guaranteed to produce output exactly the same as Firefox.
- Mon Oct 12, 2009 9:08 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: Check for new php version?
- Replies: 9
- Views: 7015
Re: Check for new php version?
I'm using Webuilder 2009 on Win7 without any issues.
- Sat Oct 10, 2009 4:46 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: Menu Reorganisation?
- Replies: 2
- Views: 1909
Re: Menu Reorganisation?
would be cool if you could put analytics into the software that would track which menu items people actually go to. as part of the data, it would show you what people clicked on first (and maybe second) before the actually clicked on the menu item. Do people go to insert menu first and then Tools ...
- Tue Oct 06, 2009 12:48 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: [WB 2010] Shortcut for "select value"
- Replies: 2
- Views: 1998
- Tue Oct 06, 2009 12:45 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: Extend "Select Content" command
- Replies: 3
- Views: 2566
Re: Extend "Select Content" command
awesome. I love requests like this. simple usability tweaks that make the difference between great and amazing.
- Tue Oct 06, 2009 12:44 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: Does WeBuilder work with Zen-Coding ??
- Replies: 21
- Views: 19906
Re: Does WeBuilder work with Zen-Coding ??
ctrl+j triggers the 'callword' on any snippet. if you make a snippet to produce <li></li> and assign the callword "li" to it (in the snippet window), you'd type li in the editor and hit ctrl+j and it would be replaced by the snippet. you could make another with the callword 'li5' that had <ul> <li ...