{
  "attachments": [],
  "comments_archived": true,
  "date": "2003-06-19T17:34:00.000Z",
  "layout": "post",
  "title": "Desktop server + Flash GUI?",
  "wordpress_id": 426,
  "wordpress_slug": "flash-agg",
  "wordpress_url": "http://www.decafbad.com/blog/?p=426",
  "year": "2003",
  "month": "06",
  "day": "19",
  "isDir": false,
  "slug": "flash-agg",
  "type": "entry",
  "postName": "2003-06-19-flash-agg",
  "html": "<p>Still have been busy like crazy, but \n<a href=\"http://www.decafbad.com/blog/geek/flash_xml_magic.html\" target=\"_top\">as I wrote</a> back in April,\nsome of what I'm doing has been pulling me further into Flash MX and XML.\nAlso, in the few moments of free time I've had lately, I've been toying\nwith <a href=\"http://www.decafbad.com/viewcvs.cgi/dbagg/\" target=\"_top\">my own news aggregator</a>.  It's a\n<a href=\"http://www.decafbad.com/twiki/bin/view/Main/PersonalServer\">PersonalServer</a>, written in <a href=\"http://www.decafbad.com/twiki/bin/view/Main/Python\">Python</a>, based on <a href=\"http://www.decafbad.com/twiki/bin/view/Main/Twisted\">Twisted</a>, and uses\n<a href=\"http://www.sqlite.org\" target=\"_top\">SQLite</a> via <a href=\"http://pysqlite.sourceforge.net\" target=\"_top\">PySQLite</a>\nfor storage and juggling of items.</p>\n<p>So, today I've been thinking:  How hard would it be to bundle together a desktop app\ncomposed of a backend in Python and a GUI in Flash?  Connecting the two is no problem\ngiven whatever method of XML communication you want to pass between them.  Pairing\nthe two together to be launched on the guest OS would seem to be a bit of an\noddity.</p>\n<p>See, I like my news aggregator GUI in the browser.  It seems native there.  But\non the other hand, as far as interfaces go, what I want to make the browser\ndo tends to sound ugly.  I mean, yeah, there're all sorts of DHTML and <a href=\"http://www.decafbad.com/twiki/bin/view/Main/CSS\">CSS</a> tricks\nand XUL looks promising, but damn have I been noticing how slick Flash is\nlately.  And fiddling around with <span style=\"background : [#FFFFCE](/tag/FFFFCE);\"><a href=\"http://www.decafbad.com/twiki/bin/edit/Main/ActionScript?topicparent=Main.FilterData\"><b>?</b></a><font color=\"#0000FF\">ActionScript</font></span> has been pretty fun lately.<br><span style=\"background : [#FFFFCE](/tag/FFFFCE);\"><a href=\"http://www.decafbad.com/twiki/bin/edit/Main/JavaScript?topicparent=Main.FilterData\"><b>?</b></a><font color=\"#0000FF\">JavaScript</font></span> has gotten a pretty bad reputation via crashy implementations, but\nas dynamic scripting languages go, there are some nifty elegances I can pull\noff in it.</p>\n<p>So...\n  I've been reading a bit about \n<a href=\"http://www.macromedia.com/software/central/\" target=\"_top\">Macromedia's Central</a> as far as \ndesktop Flash goes, and I've seen the \n<a href=\"http://www.macromedia.com/devnet/mx/flash/articles/rss_aggregator_sample_app.html\" target=\"_top\">News Aggregator sample app</a>,\nbut \nhow about a maniacal mutant hybrid of Python and Flash?</p>\n<!--more-->\n\n\n<p>shortname=flash_agg</p>\n<div id=\"comments\" class=\"comments archived-comments\"><h3>Archived Comments</h3>\n<ul class=\"comments\">\n<li class=\"comment\" id=\"comment-221085293\">\n<div class=\"meta\">\n<div class=\"author\">\n<a class=\"avatar image\" rel=\"nofollow\" href=\"http://www.zanpo.com\"><img src=\"http://www.gravatar.com/avatar.php?gravatar_id=8ece86b9eb93514da6f0300082374dbc&amp;size=32&amp;default=http://mediacdn.disqus.com/1320279820/images/noavatar32.png\" width=\"\" height=\"\"></a>\n<a class=\"avatar name\" rel=\"nofollow\" href=\"http://www.zanpo.com\">genjo</a>\n</div>\n\n\n<p><a href=\"#comment-221085293\" class=\"permalink\"><time datetime=\"2003-07-04T23:47:13\">2003-07-04T23:47:13</time></a></p>\n</div>\n\n\n<div class=\"content\">I was doing a search on Python and Flash, and stumbled upon your post.  Any luck with this?  I had the same idea... building apps in Python with a Flash front-end... they could talk to eachother via XML... so, how can you get python to create a wrapper for a flash gui?</div>\n\n\n</li>\n</ul>\n\n\n</div>\n\n\n",
  "body": "Still have been busy like crazy, but \r\n<a href=\"http://www.decafbad.com/blog/geek/flash_xml_magic.html\" target=\"_top\">as I wrote</a> back in April,\r\nsome of what I'm doing has been pulling me further into Flash MX and XML.\r\nAlso, in the few moments of free time I've had lately, I've been toying\r\nwith <a href=\"http://www.decafbad.com/viewcvs.cgi/dbagg/\" target=\"_top\">my own news aggregator</a>.  It's a\r\n<a href=\"http://www.decafbad.com/twiki/bin/view/Main/PersonalServer\">PersonalServer</a>, written in <a href=\"http://www.decafbad.com/twiki/bin/view/Main/Python\">Python</a>, based on <a href=\"http://www.decafbad.com/twiki/bin/view/Main/Twisted\">Twisted</a>, and uses\r\n<a href=\"http://www.sqlite.org\" target=\"_top\">SQLite</a> via <a href=\"http://pysqlite.sourceforge.net\" target=\"_top\">PySQLite</a>\r\nfor storage and juggling of items.\r\n<br /><br />\r\nSo, today I've been thinking:  How hard would it be to bundle together a desktop app\r\ncomposed of a backend in Python and a GUI in Flash?  Connecting the two is no problem\r\ngiven whatever method of XML communication you want to pass between them.  Pairing\r\nthe two together to be launched on the guest OS would seem to be a bit of an\r\noddity.\r\n<br /><br />\r\nSee, I like my news aggregator GUI in the browser.  It seems native there.  But\r\non the other hand, as far as interfaces go, what I want to make the browser\r\ndo tends to sound ugly.  I mean, yeah, there're all sorts of DHTML and <a href=\"http://www.decafbad.com/twiki/bin/view/Main/CSS\">CSS</a> tricks\r\nand XUL looks promising, but damn have I been noticing how slick Flash is\r\nlately.  And fiddling around with <span style='background : #FFFFCE;'><a href=\"http://www.decafbad.com/twiki/bin/edit/Main/ActionScript?topicparent=Main.FilterData\"><b>?</b></a><font color=\"#0000FF\">ActionScript</font></span> has been pretty fun lately.  \r\n<span style='background : #FFFFCE;'><a href=\"http://www.decafbad.com/twiki/bin/edit/Main/JavaScript?topicparent=Main.FilterData\"><b>?</b></a><font color=\"#0000FF\">JavaScript</font></span> has gotten a pretty bad reputation via crashy implementations, but\r\nas dynamic scripting languages go, there are some nifty elegances I can pull\r\noff in it.\r\n<br /><br />\r\nSo...\r\n  I've been reading a bit about \r\n<a href=\"http://www.macromedia.com/software/central/\" target=\"_top\">Macromedia's Central</a> as far as \r\ndesktop Flash goes, and I've seen the \r\n<a href=\"http://www.macromedia.com/devnet/mx/flash/articles/rss_aggregator_sample_app.html\" target=\"_top\">News Aggregator sample app</a>,\r\nbut \r\nhow about a maniacal mutant hybrid of Python and Flash?\r\n<!--more-->\r\nshortname=flash_agg\r\n\r\n<div id=\"comments\" class=\"comments archived-comments\">\r\n            <h3>Archived Comments</h3>\r\n            \r\n        <ul class=\"comments\">\r\n            \r\n        <li class=\"comment\" id=\"comment-221085293\">\r\n            <div class=\"meta\">\r\n                <div class=\"author\">\r\n                    <a class=\"avatar image\" rel=\"nofollow\" \r\n                       href=\"http://www.zanpo.com\"><img src=\"http://www.gravatar.com/avatar.php?gravatar_id=8ece86b9eb93514da6f0300082374dbc&amp;size=32&amp;default=http://mediacdn.disqus.com/1320279820/images/noavatar32.png\"/></a>\r\n                    <a class=\"avatar name\" rel=\"nofollow\" \r\n                       href=\"http://www.zanpo.com\">genjo</a>\r\n                </div>\r\n                <a href=\"#comment-221085293\" class=\"permalink\"><time datetime=\"2003-07-04T23:47:13\">2003-07-04T23:47:13</time></a>\r\n            </div>\r\n            <div class=\"content\">I was doing a search on Python and Flash, and stumbled upon your post.  Any luck with this?  I had the same idea... building apps in Python with a Flash front-end... they could talk to eachother via XML... so, how can you get python to create a wrapper for a flash gui?</div>\r\n            \r\n        </li>\r\n    \r\n        </ul>\r\n    \r\n        </div>\r\n    ",
  "parentPath": "./content/posts/archives/2003",
  "path": "2003/06/19/flash-agg",
  "summary": "Still have been busy like crazy, but \nas I wrote back in April,\nsome of what I'm doing has been pulling me further into Flash MX and XML.\nAlso, in the few moments of free time I've had lately, I've been toying\nwith my own news aggregator.  It's a\nPersonalServer, written in Python, based on Twisted, and uses\nSQLite via PySQLite\nfor storage and juggling of items.\nSo, today I've been thinking:  How hard would it be to bundle together a desktop app\ncomposed of a backend in Python and a GUI in Flash?  Connecting the two is no problem\ngiven whatever method of XML communication you want to pass between them.  Pairing\nthe two together to be launched on the guest OS would seem to be a bit of an\noddity.\nSee, I like my news aggregator GUI in the browser.  It seems native there.  But\non the other hand, as far as interfaces go, what I want to make the browser\ndo tends to sound ugly.  I mean, yeah, there're all sorts of DHTML and CSS tricks\nand XUL looks promising, but damn have I been noticing how slick Flash is\nlately.  And fiddling around with ?ActionScript has been pretty fun lately.?JavaScript has gotten a pretty bad reputation via crashy implementations, but\nas dynamic scripting languages go, there are some nifty elegances I can pull\noff in it.\nSo...\n  I've been reading a bit about \nMacromedia's Central as far as \ndesktop Flash goes, and I've seen the \nNews Aggregator sample app,\nbut \nhow about a maniacal mutant hybrid of Python and Flash?",
  "needsBuild": true,
  "prevPostPath": "2003/06/13/newly-digital",
  "prevPostTitle": "Newly Digital in 1983",
  "nextPostPath": "2003/06/20/algorithm-for-reality",
  "nextPostTitle": "About That Algorithm"
}