technicallysoundmedia.blogspot.com
Technically Sound: RSS vs. Atom
http://technicallysoundmedia.blogspot.com/2008/10/rss-vs-atom.html
Thursday, October 16, 2008. RSS vs. Atom. When creating a feed from your Blogger account to Feedburner, you have the option of using the RSS feed (e.g. http:/ myblog.blogspot.com/feeds/posts/default? Alt=rss) or the Atom feed (e.g. http:/ mosaicwhittier.blogspot.com/feeds/posts/default). In attempting to use Feedburner to create a feed from Blogger, this is what I encountered. The Atom feed uses the last date updated (not Blogger's publish post data) for the publication date in the feed. The problem ...
technicallysoundmedia.blogspot.com
Technically Sound: December 2007
http://technicallysoundmedia.blogspot.com/2007_12_01_archive.html
Monday, December 31, 2007. Flash - AS - Using TextFormat to Update Font of Text Fields with Imported Data. 1) Empty text field to be loaded with text at run-time. 2) Change text properties using TextFormat at run-time. When you execute TextFormat change, the text disappears at run-time. Put the code to load in text BEFORE the code to change the format. Level5.contentBox.textBox.embedFonts = true;. Level5.contentBox.textBox.antiAliasType="advanced". Var style fmt:TextFormat = new TextFormat();. Var myForm...
technicallysoundmedia.blogspot.com
Technically Sound: Blogger Customization Tips
http://technicallysoundmedia.blogspot.com/2008/10/blogger-customization-tips.html
Tuesday, October 21, 2008. Here are some simple (mostly aesthetic) tweaks you can make to your blogger layout. For the most part, they should work with any template. This is fairly self-explanatory, but it hides the standard Blogger login / account info bar that appears at the top of every page. Remove "Subscribe to: Posts (Atom)". It is not possible to change it the RSS version ( RSS vs. Atom. It is not possible to specify search categories in the feed ( Generate RSS Feeds with Labels. Generate RSS / At...
technicallysoundmedia.blogspot.com
Technically Sound: Flash - Use Imported Font Symbols with TextFormat
http://technicallysoundmedia.blogspot.com/2007/12/flash-as-use-imported-font-symbols-with.html
Saturday, December 29, 2007. Flash - Use Imported Font Symbols with TextFormat. 1) You have an imported object with a text field. 2) You want to change the font of the text field to an IMPORTED font. 1) If you manually change the font of the text field, you break the link to the original object. 2) Thus, you need to use Actionscript and the TextFormat object. Var tf = new TextFormat();. Tfmtfont = "Imported Font Name;. TextField.embedFonts = true;. Var myFont:Font = new ASClassName();.
technicallysoundmedia.blogspot.com
Technically Sound: October 2008
http://technicallysoundmedia.blogspot.com/2008_10_01_archive.html
Tuesday, October 28, 2008. Keyboard Shorcut Stickers for Editors: Pro Tools, Logic, Photoshop, Avid, Final Cut Pro. There are a few different choices for learning / using the keyboard shortcuts for your specific application (in ascending order of cost). 1) Print a List. This is a set of small stickers. That can be applied to the keys of any keyboard. There is a initial small time investment to apply the stickers, but a set costs only $20 and can be applied to any keyboard. 3) Silicone Keyboard Cover.
technicallysoundmedia.blogspot.com
Technically Sound: Flash - AS - Using TextFormat to Update Font of Text Fields with Imported Data
http://technicallysoundmedia.blogspot.com/2007/12/flash-as-using-textformat-to-update.html
Monday, December 31, 2007. Flash - AS - Using TextFormat to Update Font of Text Fields with Imported Data. 1) Empty text field to be loaded with text at run-time. 2) Change text properties using TextFormat at run-time. When you execute TextFormat change, the text disappears at run-time. Put the code to load in text BEFORE the code to change the format. Level5.contentBox.textBox.embedFonts = true;. Level5.contentBox.textBox.antiAliasType="advanced". Var style fmt:TextFormat = new TextFormat();.
technicallysoundmedia.blogspot.com
Technically Sound: Useful Podcastting Links
http://technicallysoundmedia.blogspot.com/2008/10/useful-podcast-links.html
Tuesday, October 21, 2008. Ping iTunes for New Podcasts. Https:/ phobos.apple.com/WebObjects/MZFinance.woa/wa/pingPodcast? Replace XXXXXX with the ID of your podcast). Https:/ phobos.apple.com/WebObjects/MZFinance.woa/wa/pingPodcast? Replace FEEDURL with your feed). Convert Feed to Javascript. ITunes Ping - [ Podbean.com. Ping-o-Matic - [ Feedburner.com. Subscribe to: Post Comments (Atom). Keyboard Shorcut Stickers for Editors: Pro Tools, . Generate RSS / Atom Feeds from Blogger for Specifi.
technicallysoundmedia.blogspot.com
Technically Sound: Keyboard Shorcut Stickers for Editors: Pro Tools, Logic, Photoshop, Avid, Final Cut Pro
http://technicallysoundmedia.blogspot.com/2008/10/keyboard-shorcut-stickers-for-editors.html
Tuesday, October 28, 2008. Keyboard Shorcut Stickers for Editors: Pro Tools, Logic, Photoshop, Avid, Final Cut Pro. There are a few different choices for learning / using the keyboard shortcuts for your specific application (in ascending order of cost). 1) Print a List. This is a set of small stickers. That can be applied to the keys of any keyboard. There is a initial small time investment to apply the stickers, but a set costs only $20 and can be applied to any keyboard. 3) Silicone Keyboard Cover.
technicallysoundmedia.blogspot.com
Technically Sound: Generate RSS / Atom Feeds from Blogger for Specific Lables
http://technicallysoundmedia.blogspot.com/2008/10/generate-rss-atom-feeds-from-blogger.html
Friday, October 24, 2008. Generate RSS / Atom Feeds from Blogger for Specific Lables. Syndication is a great option for blogs, but for a blog covering many topics, it may be useful to generate RSS feeds for certain categories / labels. This allows readers to subscribe to specific areas of interest to them. If the label is Podcast. Then the URL for the feed is. Http:/ BLOGNAME.blogspot.com/feeds/posts/default/-/ Podcast. Http:/ BLOGNAME.blogspot.com/feeds/posts/default/-/ Podcast. RSS vs. Atom.
SOCIAL ENGAGEMENT