Search found 694 matches

Return to advanced search

Need a code example for Plugin API: RegexMatchAll()

According to the Plugin API Documentation , the RegexMatchAll() function is described like this: Format: RegexMatchAll(s, RegEx, IgnoreCase, &Matches, &Positions) Returns: Bool (Which is either true or false (1/0), but I get 0 and -1 !!) Decription: Match all instances in string by regular e...
by pmk65
Mon May 18, 2015 6:20 pm
 
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Need a code example for Plugin API: RegexMatchAll()
Replies: 4
Views: 2948

Re: General discussion about plugins.

I'm trying to write a plugin which uses Regular expressions, but I just can't get it to work. The documentation for "RegexMatchAll" says it returns a Boolean value (Which is true/false or 1/0). But I get either 0 or -1 returned. Example: var str = "abc 3px hh 4px"; regEx = RegexM...
by pmk65
Mon May 18, 2015 4:35 pm
 
Forum: Plugins for HTMLPad / Rapid CSS / Rapid PHP / WeBuilder
Topic: General discussion about plugins.
Replies: 139
Views: 2953521

Codepen.io

Codepen.io is a great place if you are looking for Frontend inspiration, cool techniques etc. or want to test or showoff your own code.

Here's a link to my pen at Codepen. (Mostly CSS animations, but a couple jQuery scripts too.)
by pmk65
Thu May 14, 2015 2:58 pm
 
Forum: Web Developer Talk
Topic: Codepen.io
Replies: 2
Views: 7630

Re: Some weirdos in WeBuilder 2015

1) True. That's a feature I miss too. There's a plugin in the plugin section that can do it (I haven't tried it myself.) http://forums.blumentals.net/viewtopic.php?f=33&t=6249 2) I have noticed that behavior too, and the line it lists is always the last line of your script. 3) I think you need t...
by pmk65
Wed May 13, 2015 6:52 pm
 
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Some weirdos in WeBuilder 2015
Replies: 7
Views: 3795

Re: Prepros Preprocessing tool

freshmelon wrote:I've just started using it, thanks for posting!


And once you start using it, you can't live without it :D

BTW: Here's a site that might come in handy if you want to convert old CSS to SASS or LESS. http://csspre.com/convert/
by pmk65
Mon May 11, 2015 5:18 pm
 
Forum: Web Developer Talk
Topic: Prepros Preprocessing tool
Replies: 8
Views: 11117

Re: What setting causes format php to put space after empty?

I can confirm it. And there doesn't seem to be any way to change it from the GUI.
So maybe you should post it in the the "HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support" forum, since it's not a feature request but a bug. ;)
by pmk65
Thu May 07, 2015 6:38 pm
 
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: What setting causes format php to put space after empty?
Replies: 3
Views: 3315

Re: How to create a Favicon

prasanth wrote:Hi,the favicon are jus 25*25px


Nope. that was years ago. (And it was 16x16 ;) )
Now the favicons comes in many different sizes, depending on the platform they are viewed on.
by pmk65
Wed May 06, 2015 5:44 pm
 
Forum: Web Developer Talk
Topic: How to create a Favicon
Replies: 4
Views: 8824

Re: Backing up library

Backup/Copy the folder "%USERPROFILE%\AppData\Roaming\Blumentals" to the new PC.
by pmk65
Wed May 06, 2015 5:36 pm
 
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Backing up library
Replies: 4
Views: 3336

Advanced CSS Border-Radius Generator

Here's a little tool I made. It's a GUI-based CSS border-radius generator that supports the 2nd set of radius parameter. - 1st set is based on the WIDTH of the element. - 2nd set is based on the HEIGHT of the element. CSS Border-Radius Generator In Advanced mode, the main and secondary handles opera...
by pmk65
Sun May 03, 2015 10:40 pm
 
Forum: Web Developer Talk
Topic: Advanced CSS Border-Radius Generator
Replies: 1
Views: 6256

Re: Extend the CSS "Edit Box Properties" dialog

I made a GUI based Border-Radius Generator with support for 2nd parameter block, since my "dumb" designer needed it :D

For those who want to try it out or also need a tool like this, you can play with it here: http://codepen.io/pmk/pen/zGGXKW
by pmk65
Sun May 03, 2015 10:21 pm
 
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Extend the CSS "Edit Box Properties" dialog
Replies: 4
Views: 3778

Re: How to create a Favicon

I would recommend using this site.
http://realfavicongenerator.net/

It will save you a LOT of time if you want all the different desktop,tablet,mobile favicons too. ;)
by pmk65
Thu Apr 23, 2015 5:33 pm
 
Forum: Web Developer Talk
Topic: How to create a Favicon
Replies: 4
Views: 8824

Re: Internal preview mode doesn't support 3D CSS transforms

teddy_b wrote:Of course. Look for it in Google.


Look for WHAT in Google???

It's the embedded Chrome Browser in WeBuilder that needs to be updated, probably some Delphi component.
by pmk65
Thu Apr 16, 2015 5:28 pm
 
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Internal preview mode doesn't support 3D CSS transforms
Replies: 3
Views: 2838

Prepros Preprocessing tool

A tool I use constantly in frontend development, and it works perfectly in combination with WeBuilder. Prepros App offers compilation support for Less, Sass, Stylus, Markdown and more. Some of the other notable features in Prepros are live browser refresh, Image optimization, built-in server, multi-...
by pmk65
Sun Apr 12, 2015 8:02 pm
 
Forum: Web Developer Talk
Topic: Prepros Preprocessing tool
Replies: 8
Views: 11117
PreviousNext

Return to advanced search