Search found 40 matches
- Mon Jul 14, 2008 4:25 pm
- Forum: Web Developer Talk
- Topic: What web page width is best?
- Replies: 11
- Views: 10775
Re: What web page width is best?
We're big fans of the 960 grid. http://960.gs/ We rolled our own but that's the basic idea. I am also. I tend to use either the Yahoo! CSS framework or one called "Blueprint" - both of which support 960px (in Blueprint it's 950px with a 10px gutter). If you are going to widen your site, I think you ...
- Wed Jun 18, 2008 8:40 pm
- Forum: Web Developer Talk
- Topic: xara webstyle ??
- Replies: 8
- Views: 9373
Re: xara webstyle ??
I've evaluated every illustration package I can find. In my opinion - for web specific work - Inkscape is second only to the almighty Illustrator. Xara has an amazingly bad interface and Corel draw raster exports are lacking in the pixel precision that web developers require (edges that are intended ...
- Wed Jun 18, 2008 4:53 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: Bracket Matching in CSS
- Replies: 5
- Views: 3616
Re: Bracket Matching in CSS
Thanks Gatis. I completely agree... You need to evaluate the needs of your target market and pursue only those features relevant to expanding your appeal with the members of that market. Sadly, I don't seem to be one of them. Your product is good and has been an excellent learning platform so I will ...
- Wed Jun 18, 2008 4:42 pm
- Forum: Web Developer Talk
- Topic: xara webstyle ??
- Replies: 8
- Views: 9373
Re: xara webstyle ??
My only experience with xara was not that great. It took me less than 30 minutes to decide I would never use it and remove it from my computer. I just evaluated CorelDraw X4 as an alternative to the Adobe suite... but it didn't make the grade so I'm back to saving for the Adobe Web Premium package ...
- Tue Jun 10, 2008 5:40 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: Bracket Matching in CSS
- Replies: 5
- Views: 3616
Re: Bracket Matching in CSS
I know ya'll are busy working on important bugs and features but I don't want my humble little request to be forgotten... So I thought I would raise this post to the top this one time. 

- Tue Jun 10, 2008 5:37 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: F5 to Refresh the Preview
- Replies: 0
- Views: 1555
F5 to Refresh the Preview
Currently, if I am editing text with the preview window open I cannot press F5 to reload the preview UNLESS I first click somewhere inside the preview pane. It would be wonderful if I could press F5 from anywhere inside WeBuilder to refresh the contents of the preview pane. Why not let the preview ...
- Tue Jun 10, 2008 5:27 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: New feature for horizontal/vertical split
- Replies: 4
- Views: 3581
Re: New feature for horizontal/vertical split
It seems to me that the preview pane could be used to contain either text INSTEAD OF the preview for those occasions when we want to view two sets of code side-by-side. Just my $0.02.
- Tue Jun 10, 2008 5:06 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: webuilder config xampp switch on and off?
- Replies: 18
- Views: 11196
Re: webuilder config xampp switch on and off?
Hmmm, you might be making this a little harder than it needs to be by switching between the two servers... Sounds like a pain in the rear-end to me. Personally, I just leave xampp and mysql running all the time and use preview mappings. Just because WeBuilder has a built in web server doesn't mean ...
- Wed Jun 04, 2008 7:41 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: Auto complete after <tag style="
- Replies: 7
- Views: 5748
- Sat May 31, 2008 3:39 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: Option for FILE-Backups dialog
- Replies: 2
- Views: 2247
Re: Option for FILE-Backups dialog
Just as another thought, you might also consider adding your code to a subversion repository. I use an online service provider who has a nice free version for small code bases (like mine). In order to access it, you will need some client software like TortoiseSVN . The beauty of it is, TortoiseSVN ...
- Sat May 31, 2008 3:21 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Rapid PHP 9.0.0.96 - Another application has modified...
- Replies: 6
- Views: 3437
Re: Rapid PHP 9.0.0.96 - Another application has modified...
I've never developed anything for Drupal... er, actually... I've never even downloaded it... so I feel a little out of sorts bringing this up but - I use another CMS that allows me to save my templates out to flat files during development. Perhaps Drupal has a similar ability?
- Sat May 31, 2008 3:17 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: HTML Indent / Auto Format (webuilder)
- Replies: 3
- Views: 3062
Re: HTML Indent / Auto Format (webuilder)
I guess I've only played around with tidy a little bit... seems pretty sophisticated but also a little complicated. As in, I get the feeling that it will do whatever I want if only I can figure out which parameter to change. I'll start playing around with it and post any revelations I have on using ...
- Thu May 29, 2008 5:53 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: WEBBuilder Publish to WEB enhancement
- Replies: 1
- Views: 1693
Re: WEBBuilder Publish to WEB enhancement
Nice post, I like your suggestions also. The "overwrite" dialog is something I wish I could disable. Just FYI, here is a small clip from the release notes that Karlis posted in the announcements section: What's NOT included in Beta 1 but will (hopefully) come in final or updates to the final release ...
- Thu May 29, 2008 1:20 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: close me / close all but me
- Replies: 26
- Views: 22003
Re: close me / close all but me
Did you know you can use the middle mouse button to click on a tab and close it instantly? It will even ask if you want to save your changes if you haven't done so.
- Tue May 27, 2008 4:28 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Syntax check for unindentified Code
- Replies: 4
- Views: 2570
Re: Syntax check for unindentified Code
You could also put the CSS inside <style> blocks and your Javascript inside <script> blocks. This is what I have to do since I develop for a content management system that saves all of its templates as PHP files.