Re: [flexcoders] People with blogs

2008-12-04 Thread Aaron Hardy
For Wordpress I use the WP-Syntax plugin.  Here's an example of what it
turns out like:

http://aaronhardy.com/flex/finding-the-nearest-component-in-flex/

Now if I could just get more width on my page and less width on my code. :P

Aaron

On Wed, Dec 3, 2008 at 9:42 PM, Nate Pearson [EMAIL PROTECTED] wrote:

   Sorry this is a little off topic. I'm trying to start a flex blog but
 I'm not sure how to copy code
 from flex builder into Wordpress and have the formating stay the same. Is
 there some plugin
 that you use? How do you guys do it?

 Thanks a lot!

 -Nate

  



Re: [flexcoders] People with blogs

2008-12-04 Thread john fisher
Nate, along with the other two plugin suggestions I can tell you that
with various WP plugins you can get. *anything* to display inside your WP.
I have an (internal) demo running now that allows raw html, swf files,
php code to run in WP pages or posts. Beware of security issues with the
php
ajaxed-wp  exec-php  raw-html
John

Nate Pearson wrote:
 Sorry this is a little off topic.  I'm trying to start a flex blog but I'm 
 not sure how to copy code 
 from flex builder into Wordpress and have the formating stay the same.  Is 
 there some plugin 
 that you use?  How do you guys do it?

 Thanks a lot!

 -Nate


   


RE: [flexcoders] People with blogs

2008-12-04 Thread Chet Haase

My more manual approach is to simply type my blog in DreamWeaver and to 
copy/paste the raw HTML code into the Edit HTML view of my blogging page. 
This does all the transformation of 's into escape codes for me.

But my blog is on blogger.com, which has pretty bad support for coding in 
general - it's more tuned to wysiwig editing of normal text. I've heard that 
wordpress has better support for code-oriented blogs.

Chet.



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Aaron 
Hardy
Sent: Thursday, December 04, 2008 7:48 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] People with blogs


For Wordpress I use the WP-Syntax plugin.  Here's an example of what it turns 
out like:

http://aaronhardy.com/flex/finding-the-nearest-component-in-flex/

Now if I could just get more width on my page and less width on my code. :P

Aaron
On Wed, Dec 3, 2008 at 9:42 PM, Nate Pearson [EMAIL PROTECTED]mailto:[EMAIL 
PROTECTED] wrote:

Sorry this is a little off topic. I'm trying to start a flex blog but I'm not 
sure how to copy code
from flex builder into Wordpress and have the formating stay the same. Is there 
some plugin
that you use? How do you guys do it?

Thanks a lot!

-Nate