
<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.6" -->
<rss version="0.92">
<channel>
	<title>Free UML Online</title>
	<link>http://askuml.com</link>
	<description>UML for mere mortals</description>
	<lastBuildDate>Thu, 19 Aug 2010 20:15:17 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Rebol Faces in plain UML</title>
		<description>This is the class diagram for Rebol Faces. More coming soon.







To be continued ...

[html]
{
Faces
face is defined by offset / size / text / changes // make / show / hide
View has face(s)
pane is defined by layout
face has 1 pane
pane has face(s)
}

{
Windows
system has 1 view
view has 1 screen-face
screen-face is a face
screen-face ...</description>
		<link>http://askuml.com/blog/rebol-faces/</link>
			</item>
	<item>
		<title>Adsense API explained in plain UML</title>
		<description>

This Use Case Diagram illustrates Adsense API. It is derived from these Business Rules converted to yUML with this yUML Use Case generator.



Use Case Diagram:




Business Rules in plain English:
[html]
{
Adsense API
Adsense API Client Application manage Publisher's Adsense Account
Adsense API Client Application manage Publisher's Ads Code Snippet
AdsenseAPI manage Publisher's Adsense Account
AdsenseAPI manage ...</description>
		<link>http://askuml.com/blog/adsense-api/</link>
			</item>
	<item>
		<title>yUML Use Case Desktop Client</title>
		<description>

This a Desktop GUI Client for yUML Use Case Diagram. [coming soon ...]

To execute type in rebol console:
do read http://askuml.com/blog/yuml-use-case-desktop-client/
then copy and paste sample input






[php]
;requires encode-url function (embedded in askuml.com)
yuml-command: ask &#34;command (validate to read from clipboard): &#34;

		either ((length? yuml-command) = 0) [
			yuml-command0: copy yuml-command: read clipboard://
		][
			yuml-command0: copy yuml-command
		]

;remove last ...</description>
		<link>http://askuml.com/blog/yuml-use-case-desktop-client/</link>
			</item>
	<item>
		<title>e-Commerce UML Use Case Diagram</title>
		<description>

This script (see usage) contains specific vocabularies for an e-commerce application see sample input and output.








[php]
Rebol [
    Title: &#34;yUML Use Case&#34;
    Author-Url: http://askuml.com
    Script-Url:  http://askuml.com/blog/e-commerce/
    Version: 1.0   
    Date:  10-Jul-2010  ...</description>
		<link>http://askuml.com/blog/e-commerce/</link>
			</item>
	<item>
		<title>Typical Login Page in UML/yUML Use Case Diagram</title>
		<description>

This is a typical Login Page Use Case Diagram from these Business Rules converted to yUML with this yUML Use Case generator.



Use Case Diagram:


Business Rules in plain English:
[html]
{
    User on Login Page
    User Connect to Login Page
    Login with Username &#38; ...</description>
		<link>http://askuml.com/blog/login-page-use-case-diagram/</link>
			</item>
	<item>
		<title>Sharetronix Class Diagrams</title>
		<description>This is sharetronix UML Class Diagrams created with this script (to be continued ...)



[html]
[users&#124;id;facebook_uid;email;username;password;fullname;avatar;]
[posts&#124;id;api_id;user_id;group_id;message;mentioned;attached;posttags;comments;date;date_lastedit;date_lastcomment;ip_addr;]
[posts_attachments&#124;id;post_id;type;data;]
[posts_comments&#124;id;api_id;post_id;user_id;message;mentioned;posttags;date;ip_addr;]
[users]++-[posts]
[posts]++-[posts_attachments]
[posts]++-[posts_comments]
[/html]



[html]
[cache&#124;key;data;expire;]
[crons&#124;cron;last_run;next_run;is_running;]
[groups&#124;id;groupname;title;avatar;about_me;is_public;num_posts;num_followers;]
[groups_admins&#124;id;group_id;user_id;]
[groups_deleted&#124;id;groupname;title;is_public;]
[groups_followed&#124;id;user_id;group_id;date;group_from_postid;]
[groups_private_members&#124;id;group_id;user_id;invited_by;invited_date;]
[groups_rssfeeds&#124;id;group_id;feed_url;feed_userpwd;feed_title;filter_keywords;date_added;date_last_post;date_last_crawl;date_last_item;added_by_user;is_deleted;]
[groups_rssfeeds_posts&#124;id;rssfeed_id;post_id;]
[invitation_codes&#124;code;user_id;]

[posts&#124;id;api_id;user_id;group_id;message;mentioned;attached;posttags;comments;date;date_lastedit;date_lastcomment;ip_addr;]
[posts_attachments&#124;id;post_id;type;data;]
[posts_comments&#124;id;api_id;post_id;user_id;message;mentioned;posttags;date;ip_addr;]
[post_api&#124;id;name;total_posts;]
[post_favs&#124;id;user_id;post_type;post_id;date;]
[post_userbox&#124;user_id;post_id;]
[post_userbox_feeds&#124;user_id;post_id;]
[posts_comments_mentioned&#124;id;comment_id;user_id;]
[posts_comments_watch&#124;id;user_id;post_id;newcomments;]
[posts_mentioned&#124;id;post_id;user_id;]
[posts_pr&#124;id;api_id;user_id;to_user;message;mentioned;attached;posttags;comments;date;date_lastedit;date_lastcomment;ip_addr;is_recp_del;]
[posts_pr_attachments&#124;id;post_id;type;data;]
[posts_pr_comments&#124;id;api_id;post_id;user_id;message;mentioned;posttags;date;ip_addr;]
[posts_pr_comments_mentioned&#124;id;comment_id;user_id;]
[posts_pr_comments_watch&#124;id;user_id;post_id;newcomments;]
[posts_pr_mentioned&#124;id;post_id;user_id;]

[searches&#124;id;user_id;search_key;search_string;search_url;added_date;total_hits;last_results;]
[settings&#124;word;value;]
[unconfirmed_registrations&#124;id;email;fullname;confirm_key;invited_code;date;]
[users&#124;id;facebook_uid;email;username;password;fullname;avatar;about_me;tags;gender;birthdate;position;location;language;timezone;num_posts;num_followers;used_storage;js_animations;dbrd_groups_closed;dbrd_whattodo_closed;comments_expanded;reg_date;reg_ip;lastlogin_date;lastlogin_ip;lastpost_date;lastemail_date;lastclick_date;lastclick_date_newest_post;pass_reset_key;pass_reset_valid;active;is_network_admin;]
[users_dashboard_tabs&#124;user_id;tab;state;newposts;]
[users_details&#124;user_id;website;work_phone;personal_phone;personal_email;im_skype;im_icq;im_gtalk;im_msn;im_yahoo;im_aim;im_jabber;prof_linkedin;prof_facebook;prof_twitter;prof_flickr;prof_friendfeed;prof_delicious;prof_digg;prof_myspace;prof_orcut;prof_youtube;prof_mixx;prof_edno23;prof_favit;]
[users_followed&#124;id;who;whom;date;whom_from_postid;]
[users_ignores&#124;id;who;whom;date;]
[users_invitations&#124;id;user_id;date;recp_name;recp_email;recp_is_registered;recp_user_id;]
[users_notif_rules&#124;user_id;ntf_them_if_i_follow_usr;ntf_them_if_i_comment;ntf_them_if_i_edt_profl;ntf_them_if_i_edt_pictr;ntf_them_if_i_create_grp;ntf_them_if_i_join_grp;ntf_me_if_u_follows_me;ntf_me_if_u_follows_u2;ntf_me_if_u_commments_me;ntf_me_if_u_commments_m2;ntf_me_if_u_edt_profl;ntf_me_if_u_edt_pictr;ntf_me_if_u_creates_grp;ntf_me_if_u_joins_grp;ntf_me_if_u_invit_me_grp;ntf_me_if_u_posts_qme;ntf_me_if_u_posts_prvmsg;ntf_me_if_u_registers;]
[users_pageviews&#124;id;user_id;date;pageviews;]
[users_rssfeeds&#124;id;user_id;feed_url;feed_userpwd;feed_title;filter_keywords;date_added;date_last_post;date_last_crawl;date_last_item;is_deleted;]
[users_rssfeeds_posts&#124;id;rssfeed_id;post_id;]
[/html] </description>
		<link>http://askuml.com/blog/sharetronix-class-diagrams/</link>
			</item>
	<item>
		<title>List all fields of all mysql db tables in yUML Class Diagrams</title>
		<description>
This script doesn't work any more: it's in maintenance mode.

This script (see usage) will list all fields of all tables of a mysql db (postgress coming soon or you can easily adapt) and convert them to yUML classes.


For example, you can generate these classes from a Wordpress Database:




[html]
;ask db-parameters
either value? ...</description>
		<link>http://askuml.com/blog/list-all-fields-of-all-mysql-db-tables-in-yuml-class-diagrams/</link>
			</item>
	<item>
		<title>UML Online: yUML Use Case Script Generator (using clipboard input/output)</title>
		<description>

This script (see usage) will generate multiple yUML Use Case Scripts at once using an english-natural-like syntax copied to clipboard as input (see sample input) and output will also be copied to clipboard (see sample output).











[php]
Rebol [
    Title: &#34;yUML Use Case&#34;
    Author-Url: http://askuml.com
  ...</description>
		<link>http://askuml.com/blog/yuml-use-case/</link>
			</item>
</channel>
</rss>
