<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Domênico Citrângulo</title>
	<atom:link href="http://www.domeniconicola.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.domeniconicola.com</link>
	<description>Coding and playing</description>
	<lastBuildDate>Sat, 24 Oct 2009 14:19:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Caleidoscope Preloader featured at Files of the Week</title>
		<link>http://www.domeniconicola.com/caleidoscope-preloader-featured-at-files-of-the-week/</link>
		<comments>http://www.domeniconicola.com/caleidoscope-preloader-featured-at-files-of-the-week/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 12:27:57 +0000</pubDate>
		<dc:creator>Domenico Citrangulo</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[FlashDen]]></category>

		<guid isPermaLink="false">http://www.domeniconicola.com/?p=87</guid>
		<description><![CDATA[I'm very happy with it! Every week, FlashDen staff get to package together the highlights of all the great files which have been uploaded to FlashDen over the past 7 days. And this week my latest project, <a  target="_blank" href="http://flashden.net/item/caleidoscope-preloader/59717">Caleidoscope Preloader</a>, was <a target="_blank" href="http://blog.flashden.net/general/flashden-files-of-the-week-22/">featured</a>!]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s always good to see our work making some success. Caleidoscope is my second featured project. Words and images <a  target="_blank" href="http://blog.flashden.net/general/flashden-files-of-the-week-17/">made it too</a>, a couple of weeks ago.</p>
<p>So, thank you very much FlashDen team!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.domeniconicola.com/caleidoscope-preloader-featured-at-files-of-the-week/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Caleidoscope Preloader</title>
		<link>http://www.domeniconicola.com/caleidoscope-preloader/</link>
		<comments>http://www.domeniconicola.com/caleidoscope-preloader/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 13:01:33 +0000</pubDate>
		<dc:creator>Domenico Citrangulo</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[FlashDen]]></category>

		<guid isPermaLink="false">http://www.domeniconicola.com/?p=70</guid>
		<description><![CDATA[My first item in AS3 that I put in FlashDen to sell. Caleidoscope Preloader is an easy to use AS3 preloader which uses an external .AS class file and small configurations in your .FLA file. Everything you need to do is copy the .AS file to your project folder and copy the preloader symbol to your library.]]></description>
			<content:encoded><![CDATA[<p>With Caleidoscope preloader you can easily:</strong><br />
• Change size;<br />
• Change background color;<br />
• Change loading message color;<br />
• Change loading message font;</p>
<p><strong>Samples with different bg colors included!</strong><br />
In the ZIP package you will also find a complete help file to modify and customize your preloader.</p>
<p><a target="_blank" href="http://flashden.net/item/caleidoscope-preloader/59717?ref=DomenicoCitrangulo">See the live demo.</a><br />
<a target="_blank" href="http://flashden.net/item/caleidoscope-preloader/59717?ref=DomenicoCitrangulo">Download!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.domeniconicola.com/caleidoscope-preloader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Maps API &#8211; Custom markers problem</title>
		<link>http://www.domeniconicola.com/google-maps-api-custom-markers-problem/</link>
		<comments>http://www.domeniconicola.com/google-maps-api-custom-markers-problem/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 22:09:27 +0000</pubDate>
		<dc:creator>Domenico Citrangulo</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[problem]]></category>

		<guid isPermaLink="false">http://www.domeniconicola.com/?p=56</guid>
		<description><![CDATA[Today I was writing a basic Flash application using the Google Maps Flash API. For those who doesn't know, this is a very useful API for create maps (like Google Maps) inside Flash movies or Flex projects. But I had a problem when I was trying to create a custom Marker (with an image instead that default marker) and was very hard to find a solution at web or documentation, so I'll give the solution here.]]></description>
			<content:encoded><![CDATA[<div class="hide"><script type="text/javascript" src="/syntaxhighlighter/scripts/shCore.js"></script><br />
<script type="text/javascript" src="/syntaxhighlighter/scripts/shBrushAS3.js"></script></p>
<link type="text/css" rel="stylesheet" href="/syntaxhighlighter/styles/shCore.css"/>
<link type="text/css" rel="stylesheet" href="/syntaxhighlighter/styles/shThemeDefault.css"/>
<script type="text/javascript">
	SyntaxHighlighter.config.clipboardSwf = '/syntaxhighlighter/scripts/clipboard.swf';
	SyntaxHighlighter.all();
</script></div>
<p>The Documentation of Google Maps Flash API is very good and a good start point. But has a little lack: no code examples for custom Marks. If you want one you&#8217;l find just Flex examples. Here&#8217;s the sample code for custom Marks in Flex:</p>
<pre class="brush: as3;">
//Image Embed
[Embed(source="myimage.png")]
private var myimage:Class;

// Create the marker
var myname = "Tooltip name";
var bm:Bitmap = new myimage() as Bitmap;
var m:Marker = new Marker(new LatLng(list[i].lat, list[i].lon),
new MarkerOptions({tooltip:myname, icon:bm}));
</pre>
<p>This works well for Flex applications but not in Flash. If you try to use this code in Flash you will get an error like this:</p>
<pre>
TypeError: Error #1007: Instantiation attempted on a non-constructor.
        at MethodInfo-1735()
        at MethodInfo-1736()
        at flash.events::EventDispatcher/dispatchEventFunction()
        at flash.events::EventDispatcher/dispatchEvent()
        at flash.net::URLLoader/onComplete()
</pre>
<p>I made several searches in Google and tried quite a few of codes solutions and none of them works: in some cases I got new errors, in others I didn&#8217;t get errors but the marker didn&#8217;t appear. After some studying I made it with this code:</p>
<pre class="brush: as3;">
var request:URLRequest = new URLRequest("red.png");
var imageLoader:Loader = new Loader();
imageLoader.load(request);

var markerOptions:MarkerOptions = new MarkerOptions();
markerOptions.icon = imageLoader;
markerOptions.tooltip = "dom";
var m:Marker = new Marker(new LatLng(-23.6104, -46.6670), markerOptions);
map.addOverlay(m);
</pre>
<p>Got it? You just need to create a loader for your image and then use a URLRequest object to get the file. It&#8217;s so obvious now, but I spent a good time on this. I hope you don&#8217;t.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.domeniconicola.com/google-maps-api-custom-markers-problem/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Color&#8217;n Black Theme</title>
		<link>http://www.domeniconicola.com/colorn-black-theme/</link>
		<comments>http://www.domeniconicola.com/colorn-black-theme/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 00:39:27 +0000</pubDate>
		<dc:creator>Domenico Citrangulo</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[ThemeForest]]></category>

		<guid isPermaLink="false">http://www.domeniconicola.com/?p=42</guid>
		<description><![CDATA[Color'n Black is a modern, elegant black theme. Stunning colors and contrast. Perfect for photographs and modern companies and products. <strong>Impact your customer!</strong> In the package you'll find a PSD file with 3 different page layouts: Homepage, Article and Showcase/Projects. Simple and fast, get it and start your new website now!]]></description>
			<content:encoded><![CDATA[<p>Each element has its own layer, so it&#8217;s very easy to customize and fit to your project needs.</p>
<p>The fonts used in this theme are Swiss Thin and Swiss Medium.  You can find the Swiss family of fonts here &#8211; http://www.myfonts.com/fonts/bitstream/swiss-721/</p>
<p>If you don&#8217;t have Swiss, you can try using Helvetica which has a similar look and feel.  Helvetica Neue comes with thin, heavy etc.   Otherwise you can try finding similar styled fonts that are freely available like District Thin &#8211; <a target='_blank' href="http://www.smashingmagazine.com/2006/11/29/district-thin-free-font-of-the-week/">http://www.smashingmagazine.com/2006/11/29/district-thin-free-font-of-the-week/</a></p>
<p><a target="_blank" href="http://themeforest.net/theme_previews/59277-colorn-black-theme?ref=DomenicoCitrangulo">See the screenshots.</a><br />
<a target="_blank" href="http://themeforest.net/item/colorn-black-theme/59277?ref=DomenicoCitrangulo">Download!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.domeniconicola.com/colorn-black-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gears 3D Preloader</title>
		<link>http://www.domeniconicola.com/gears-3d-preloader/</link>
		<comments>http://www.domeniconicola.com/gears-3d-preloader/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 16:43:53 +0000</pubDate>
		<dc:creator>Domenico Citrangulo</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[AS2]]></category>
		<category><![CDATA[FlashDen]]></category>

		<guid isPermaLink="false">http://www.domeniconicola.com/?p=37</guid>
		<description><![CDATA[If you are building a website about machines, vehicles, factories or even some corporate site with machinery inspiration you will love this preloader. It's an easy to customize Gears 3D preloader. All code is self-contained within one preloader movie clip which can be dragged and dropped into your project. ]]></description>
			<content:encoded><![CDATA[<p><strong>All you need to do is drop it on the first frame of your project! </strong></p>
<p><strong>Vector animation!</strong><br />
• Fully resizable.<br />
• Easy to change color and glow! </p>
<p>In the ZIP package you will also find a complete help file to modify and customize your preloader.</p>
<p><a target="_blank" href="http://flashden.net/item/caleidoscope-preloader/59717?ref=DomenicoCitrangulo">See the live demo.</a><br />
<a target="_blank" href="http://flashden.net/item/caleidoscope-preloader/59717?ref=DomenicoCitrangulo">Download!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.domeniconicola.com/gears-3d-preloader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Latest Tweets &#8211; Pure Javascript Twitter widget</title>
		<link>http://www.domeniconicola.com/my-latest-tweets-pure-javascript-twitter-widget/</link>
		<comments>http://www.domeniconicola.com/my-latest-tweets-pure-javascript-twitter-widget/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 16:00:40 +0000</pubDate>
		<dc:creator>Domenico Citrangulo</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[ThemeForest]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.domeniconicola.com/?p=28</guid>
		<description><![CDATA[The major part of the Twitter's displays and widgets are made with PHP code. It's ok and very useful, PHP offers great functionality and allows us to make these applications pretty fast. But what to do if your server doesn't support PHP? Or if you don't understand anything about this language?]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s to solve these two problems that I created <strong>My Latest Tweets widget</strong>: a simple and easy customizable Pure Javascript Twitter display for corporate sites, blogs or e-commerce websites. <strong>No PHP needed!</strong> All you have to do is copy a JS file to your server and insert a few lines in your site&#8217;s code. That&#8217;s all!!</p>
<p><strong>With My Latest Tweets you can:</strong><br />
• Display tweets from a specified(s) user(s);<br />
• Display tweets with a specified #hashtag;<br />
• Display tweets with a specified word or sentence;<br />
• Set the number of tweets in your box;<br />
• Set the language of tweets;<br />
• Very easy and simple CSS , customize your box in minutes.</p>
<p><a href="http://themeforest.net/item/my-latest-tweets-a-pure-javascript-twitter-box/full_screen_preview/51107?ref=DomenicoCitrangulo">See the live demo.</a><br />
<a target="_blank" href="http://themeforest.net/item/my-latest-tweets-a-pure-javascript-twitter-box/51107?ref=DomenicoCitrangulo">Download!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.domeniconicola.com/my-latest-tweets-pure-javascript-twitter-widget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Words &amp; Images &#8211; A Dynamic XML Image Gallery</title>
		<link>http://www.domeniconicola.com/words-images-image-gallery/</link>
		<comments>http://www.domeniconicola.com/words-images-image-gallery/#comments</comments>
		<pubDate>Tue, 12 May 2009 01:35:59 +0000</pubDate>
		<dc:creator>Domenico Citrangulo</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[AS2]]></category>
		<category><![CDATA[FlashDen]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://domeniconicola.toprated.com.br/?p=1</guid>
		<description><![CDATA[Words &#038; Images is a dynamic interactive full customizable image gallery, which you can use to create outstanding galleries, presentations or intros. Or just load it into your flash site to give more options and impact your user.]]></description>
			<content:encoded><![CDATA[<p>If you want to show your images and movies in a different and creative way, here is a good solution for you. Words &#038; Images is a project of mine that allows you to create a flash gallery very easily and fast. You just need to change a XML file with your images paths (URL), titles and subtitles and you&#8217;re all set!<br />
After setting the XML file the movie clip generates an animated 3D space where you can interact with each word (images titles). When clicked, a word brings an image and customized text to the user.</p>
<p>All the data (words, images, colors, subtitles, sizes) are completely dynamic and XML driven. So you can update, add or delete words and texts editing only one XML file.</p>
<p><strong>Control everything with the XML file!</strong><br />
• words animation speed<br />
• background color<br />
• [optional] background image<br />
• words color<br />
• subtitle text color<br />
• subtitle background color<br />
• subtitle background opacity<br />
• subtitle links color<br />
• close button color<br />
• subtitle lines margin (leading)<br />
• subtitle font size<br />
• subtitle bar height<br />
• movie width<br />
• movie height</p>
<p><strong>Works with JPG , PNG, GIF images or SWF files.<br />
You can also add links in images subtitles!</strong></p>
<p><strong>And more!!</strong></p>
<p><strong>Source File</strong>: Fully editable Flash source in Flash 8.0 with AS2 . The button design and font can be changed easily through library symbols.<br />
<strong>Complete Help File!<br />
Samples included! </strong></p>
<p><a target="_blank" href="http://flashden.net/item/words-images-dynamic-xml-image-gallery/full_screen_preview/52627?ref=DomenicoCitrangulo">See the live demo.</a><br />
<a target="_blank" href="http://flashden.net/item/words-images-dynamic-xml-image-gallery/52627?ref=DomenicoCitrangulo">Download!</a></p>
<p><strong>Opensource</strong> : Some parts of this item code is from the Opensource project <a href="http://www.levitated.net/daily/levTextSpace.html" target="_blank">Levitated Text Space free GPL code</a> by <a href="http://www.complexification.net/gallery/" target="_blank">Jared Tarbell</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.domeniconicola.com/words-images-image-gallery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
