Maybe you should tell them that tweeting is the new blogging. Or maybe you can aggregate all your tweets and just paste it in a post and post that haha.
On Wed, Feb 3, 2010 at 11:22 AM, Jose Fajardo < jose.faja...@cynergysystems.com> wrote: > I know :( My time's currently being killed by a WPF project that just > won't go away. > > I'll be blogging very soon again, especially once Mix and MWC (mobile world > conference) are done. > > p.s. My blog is still at that address, and im also being hounded by my > bosses to get back into blogging. Will do asap! > ________________________________________ > From: ozsilverlight-boun...@ozsilverlight.com [ > ozsilverlight-boun...@ozsilverlight.com] On Behalf Of > ozsilverlight-requ...@ozsilverlight.com [ > ozsilverlight-requ...@ozsilverlight.com] > Sent: Wednesday, 3 February 2010 11:02 AM > To: ozsilverlight@ozsilverlight.com > Subject: ozsilverlight Digest, Vol 6, Issue 4 > > Send ozsilverlight mailing list submissions to > ozsilverlight@ozsilverlight.com > > To subscribe or unsubscribe via the World Wide Web, visit > http://prdlxvm0001.codify.net/mailman/listinfo/ozsilverlight > or, via email, send a message with subject or body 'help' to > ozsilverlight-requ...@ozsilverlight.com > > You can reach the person managing the list at > ozsilverlight-ow...@ozsilverlight.com > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of ozsilverlight digest..." > > > Today's Topics: > > 1. RE: Extension model in Blend (carl.scarl...@bankwest.com.au) > 2. RE: Extension model in Blend (David Burela) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Tue, 2 Feb 2010 13:46:49 +0800 > From: carl.scarl...@bankwest.com.au > Subject: RE: Extension model in Blend > To: ozsilverlight@ozsilverlight.com > Message-ID: <offca38a6f.50c116e4-on482576be.001fc...@bankwest.com.au> > Content-Type: text/plain; charset="us-ascii" > > Jose, > > > > Your blog has been quiet for a while; is it still at > http://www.cynergysystems.com/blogs/rss/josefajardo or have you moved? > > > > Carl. > > > > From: ozsilverlight-boun...@ozsilverlight.com > [mailto:ozsilverlight-boun...@ozsilverlight.com<ozsilverlight-boun...@ozsilverlight.com>] > On Behalf Of Jose > Fajardo <jose.faja...@cynergysystems.com> > Sent: Tuesday, 2 February 2010 12:17 PM > To: "ozsilverlight@ozsilverlight.com" <ozsilverlight@ozsilverlight.com> > Subject: Extension model in Blend > > > > Hey David, > > I will blog about this soon BUT if you want to learn how to extend > Blend, go through the Microsoft.Extension.Prototyping* dll's. Sketchflow > was built using the private blend addin model. > > I believe a future version of Blend will have a public extension model. > For now it's built your own plugins at your own risk.. > > Hit me up if you need some help working out how to do it all, or wait a > week or two when i finally get out a couple of posts explaining how it > works. > > l8r > > ________________________________________ > From: ozsilverlight-boun...@ozsilverlight.com > [ozsilverlight-boun...@ozsilverlight.com] On Behalf Of > ozsilverlight-requ...@ozsilverlight.com > [ozsilverlight-requ...@ozsilverlight.com] > Sent: Tuesday, 2 February 2010 1:00 PM > To: ozsilverlight@ozsilverlight.com > Subject: ozsilverlight Digest, Vol 6, Issue 2 > > Send ozsilverlight mailing list submissions to > ozsilverlight@ozsilverlight.com > > To subscribe or unsubscribe via the World Wide Web, visit > http://prdlxvm0001.codify.net/mailman/listinfo/ozsilverlight > or, via email, send a message with subject or body 'help' to > ozsilverlight-requ...@ozsilverlight.com > > You can reach the person managing the list at > ozsilverlight-ow...@ozsilverlight.com > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of ozsilverlight digest..." > > > Today's Topics: > > 1. Addins in expression blend 3 (David Burela) > 2. Re: Addins in expression blend 3 (Jonas Folles?) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Mon, 1 Feb 2010 15:20:02 +1100 > From: David Burela <david.bur...@readify.net> > Subject: Addins in expression blend 3 > To: ozSilverlight <ozsilverlight@ozsilverlight.com> > Message-ID: > <469842e4eeba3d40bb5ae906cef5fa5d15f92fe...@rpex01.solar.system> > Content-Type: text/plain; charset="us-ascii" > > There doesn't seem to be too much information out there on creating > add-ins for expression blend. > The main add-ins that existed (unify, colourful expression, xaml editor) > are all still compiled for expression blend 2 but the add-in model > changed in blend 3, so looking at the source code on codeplex isn't a > help. > > Anyone got some links to get started? > -David Burela > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > http://prdlxvm0001.codify.net/pipermail/ozsilverlight/attachments/201002 > 01/6adaecf2/attachment-0001.html > > ------------------------------ > > Message: 2 > Date: Mon, 1 Feb 2010 16:19:23 +0100 > From: Jonas Folles? <jo...@follesoe.no> > Subject: Re: Addins in expression blend 3 > To: ozSilverlight <ozsilverlight@ozsilverlight.com> > Message-ID: > <bf5dfdbd1002010719qa6a01b6j520acb73c692e...@mail.gmail.com> > Content-Type: text/plain; charset="windows-1252" > > Hi David, > > I simply haven't found time to get my Colorful add-in up and running on > Expression 3.0. > > You are right that the add-in modell changed. It was actually never > intended > as a "real" add-in modell, but something used by the expression team to > do > things like automated testing. > > Anyways, your best bet is to fire up Reflector and start digging around. > I > did that some time back, and could find a bomunch of hooks that looks > interesting, so I am sure it is still possible to write add-ins. > > Let us know if you find some useful information, as I still need to get > mine > updated to 3.0 :) > > Good luck! > > -jonas > > On Mon, Feb 1, 2010 at 5:20 AM, David Burela > <david.bur...@readify.net>wrote: > > > There doesn?t seem to be too much information out there on creating > > add-ins for expression blend. > > > > The main add-ins that existed (unify, colourful expression, xaml > editor) > > are all still compiled for expression blend 2 but the add-in model > changed > > in blend 3, so looking at the source code on codeplex isn?t a help. > > > > > > > > Anyone got some links to get started? > > > > -David Burela > > > > _______________________________________________ > > ozsilverlight mailing list > > ozsilverlight@ozsilverlight.com > > http://prdlxvm0001.codify.net/mailman/listinfo/ozsilverlight > > > > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > http://prdlxvm0001.codify.net/pipermail/ozsilverlight/attachments/201002 > 01/0e54dcbf/attachment-0001.html > > ------------------------------ > > _______________________________________________ > ozsilverlight mailing list > ozsilverlight@ozsilverlight.com > http://prdlxvm0001.codify.net/mailman/listinfo/ozsilverlight > > > End of ozsilverlight Digest, Vol 6, Issue 2 > ******************************************* > > Note: The information contained in this message and any attachment to > it is privileged, confidential and protected from disclosure. If the > reader of this message is not the intended recipient, or an employee or > agent responsible for delivering this message to the intended recipient, > you are hereby notified that any dissemination, distribution or copying > of this communication is strictly prohibited. If you have received this > communication in error, please notify the sender immediately by replying > to the message, and please delete it from your system. Thank you. > Cynergy Systems. > > > ______________________________________________________________________ > This email has been scanned by the MessageLabs Email Security System. > For more information please visit http://www.messagelabs.com/email > ______________________________________________________________________ > > _______________________________________________ > ozsilverlight mailing list > ozsilverlight@ozsilverlight.com > http://prdlxvm0001.codify.net/mailman/listinfo/ozsilverlight > > > _______________________________________________________________________________ > Unencrypted electronic mail is not secure and may not be authentic. > If you have any doubts as to the contents please telephone to confirm. > > This electronic transmission including any attachments is intended only > for those to whom it is addressed. It may contain copyright material or > information that is confidential, privileged or exempt from disclosure by > law. > Any claim to privilege is not waived or lost by reason of mistaken > transmission > of this information. If you are not the intended recipient you must not > distribute or copy this transmission and should please notify the sender. > Your costs for doing this will be reimbursed by the sender. > > We do not accept liability in connection with computer virus, data > corruption, > delay, interruption, unauthorised access or unauthorised amendment. > > _______________________________________________________________________________ > > > ______________________________________________________________________ > This email has been scanned by the MessageLabs Email Security System. > For more information please visit http://www.messagelabs.com/email > ______________________________________________________________________ > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > http://prdlxvm0001.codify.net/pipermail/ozsilverlight/attachments/20100202/4454ff15/attachment-0001.html > > ------------------------------ > > Message: 2 > Date: Wed, 3 Feb 2010 10:51:36 +1100 > From: David Burela <david.bur...@readify.net> > Subject: RE: Extension model in Blend > To: ozSilverlight <ozsilverlight@ozsilverlight.com> > Message-ID: > <469842e4eeba3d40bb5ae906cef5fa5d15f93e3...@rpex01.solar.system> > Content-Type: text/plain; charset="us-ascii" > > Looking forward to your post > I put together my notes in case it helps anyone and posted them on my blog > along with a sample project > > http://davidburela.wordpress.com/2010/02/02/guide-to-creating-expression-blend-3-addins/ > > David Burela > > From: ozsilverlight-boun...@ozsilverlight.com [ > mailto:ozsilverlight-boun...@ozsilverlight.com<ozsilverlight-boun...@ozsilverlight.com>] > On Behalf Of Jose Fajardo > Sent: Tuesday, 2 February 2010 3:17 PM > To: ozsilverlight@ozsilverlight.com > Subject: Extension model in Blend > > Hey David, > > I will blog about this soon BUT if you want to learn how to extend Blend, > go through the Microsoft.Extension.Prototyping* dll's. Sketchflow was built > using the private blend addin model. > > I believe a future version of Blend will have a public extension model. For > now it's built your own plugins at your own risk.. > > Hit me up if you need some help working out how to do it all, or wait a > week or two when i finally get out a couple of posts explaining how it > works. > > l8r > > ________________________________________ > From: ozsilverlight-boun...@ozsilverlight.com [ > ozsilverlight-boun...@ozsilverlight.com] On Behalf Of > ozsilverlight-requ...@ozsilverlight.com [ > ozsilverlight-requ...@ozsilverlight.com] > Sent: Tuesday, 2 February 2010 1:00 PM > To: ozsilverlight@ozsilverlight.com > Subject: ozsilverlight Digest, Vol 6, Issue 2 > > Send ozsilverlight mailing list submissions to > ozsilverlight@ozsilverlight.com > > To subscribe or unsubscribe via the World Wide Web, visit > http://prdlxvm0001.codify.net/mailman/listinfo/ozsilverlight > or, via email, send a message with subject or body 'help' to > ozsilverlight-requ...@ozsilverlight.com > > You can reach the person managing the list at > ozsilverlight-ow...@ozsilverlight.com > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of ozsilverlight digest..." > > > Today's Topics: > > 1. Addins in expression blend 3 (David Burela) > 2. Re: Addins in expression blend 3 (Jonas Folles?) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Mon, 1 Feb 2010 15:20:02 +1100 > From: David Burela <david.bur...@readify.net> > Subject: Addins in expression blend 3 > To: ozSilverlight <ozsilverlight@ozsilverlight.com> > Message-ID: > <469842e4eeba3d40bb5ae906cef5fa5d15f92fe...@rpex01.solar.system> > Content-Type: text/plain; charset="us-ascii" > > There doesn't seem to be too much information out there on creating add-ins > for expression blend. > The main add-ins that existed (unify, colourful expression, xaml editor) > are all still compiled for expression blend 2 but the add-in model changed > in blend 3, so looking at the source code on codeplex isn't a help. > > Anyone got some links to get started? > -David Burela > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > http://prdlxvm0001.codify.net/pipermail/ozsilverlight/attachments/20100201/6adaecf2/attachment-0001.html > > ------------------------------ > > Message: 2 > Date: Mon, 1 Feb 2010 16:19:23 +0100 > From: Jonas Folles? <jo...@follesoe.no> > Subject: Re: Addins in expression blend 3 > To: ozSilverlight <ozsilverlight@ozsilverlight.com> > Message-ID: > <bf5dfdbd1002010719qa6a01b6j520acb73c692e...@mail.gmail.com> > Content-Type: text/plain; charset="windows-1252" > > Hi David, > > I simply haven't found time to get my Colorful add-in up and running on > Expression 3.0. > > You are right that the add-in modell changed. It was actually never > intended > as a "real" add-in modell, but something used by the expression team to do > things like automated testing. > > Anyways, your best bet is to fire up Reflector and start digging around. I > did that some time back, and could find a bomunch of hooks that looks > interesting, so I am sure it is still possible to write add-ins. > > Let us know if you find some useful information, as I still need to get > mine > updated to 3.0 :) > > Good luck! > > -jonas > > On Mon, Feb 1, 2010 at 5:20 AM, David Burela <david.bur...@readify.net > >wrote: > > > There doesn?t seem to be too much information out there on creating > > add-ins for expression blend. > > > > The main add-ins that existed (unify, colourful expression, xaml editor) > > are all still compiled for expression blend 2 but the add-in model > changed > > in blend 3, so looking at the source code on codeplex isn?t a help. > > > > > > > > Anyone got some links to get started? > > > > -David Burela > > > > _______________________________________________ > > ozsilverlight mailing list > > ozsilverlight@ozsilverlight.com > > http://prdlxvm0001.codify.net/mailman/listinfo/ozsilverlight > > > > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > http://prdlxvm0001.codify.net/pipermail/ozsilverlight/attachments/20100201/0e54dcbf/attachment-0001.html > > ------------------------------ > > _______________________________________________ > ozsilverlight mailing list > ozsilverlight@ozsilverlight.com > http://prdlxvm0001.codify.net/mailman/listinfo/ozsilverlight > > > End of ozsilverlight Digest, Vol 6, Issue 2 > ******************************************* > > Note: The information contained in this message and any attachment to it > is privileged, confidential and protected from disclosure. If the reader of > this message is not the intended recipient, or an employee or agent > responsible for delivering this message to the intended recipient, you are > hereby notified that any dissemination, distribution or copying of this > communication is strictly prohibited. If you have received this > communication in error, please notify the sender immediately by replying to > the message, and please delete it from your system. Thank you. Cynergy > Systems. > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > http://prdlxvm0001.codify.net/pipermail/ozsilverlight/attachments/20100203/4913b2af/attachment.html > > ------------------------------ > > _______________________________________________ > ozsilverlight mailing list > ozsilverlight@ozsilverlight.com > http://prdlxvm0001.codify.net/mailman/listinfo/ozsilverlight > > > End of ozsilverlight Digest, Vol 6, Issue 4 > ******************************************* > > Note: The information contained in this message and any attachment to it > is privileged, confidential and protected from disclosure. If the reader of > this message is not the intended recipient, or an employee or agent > responsible for delivering this message to the intended recipient, you are > hereby notified that any dissemination, distribution or copying of this > communication is strictly prohibited. If you have received this > communication in error, please notify the sender immediately by replying to > the message, and please delete it from your system. Thank you. Cynergy > Systems. > > _______________________________________________ > ozsilverlight mailing list > ozsilverlight@ozsilverlight.com > http://prdlxvm0001.codify.net/mailman/listinfo/ozsilverlight > >
_______________________________________________ ozsilverlight mailing list ozsilverlight@ozsilverlight.com http://prdlxvm0001.codify.net/mailman/listinfo/ozsilverlight