<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Melesat!com - Web Design &amp; Creator</title>
	
	<link>http://www.melesat.com</link>
	<description>drupal and wordpress specialist</description>
	<lastBuildDate>Wed, 06 Feb 2013 15:15:32 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/melesat" /><feedburner:info uri="melesat" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:browserFriendly></feedburner:browserFriendly><item>
		<title>How to Allow Iframe on TinyMCE WYSIWYG editor</title>
		<link>http://feedproxy.google.com/~r/melesat/~3/QUWsDqFy5LM/</link>
		<comments>http://www.melesat.com/how-to-allow-iframe-on-tinymce-wysiwyg-editor/#comments</comments>
		<pubDate>Wed, 06 Feb 2013 15:13:57 +0000</pubDate>
		<dc:creator>hardono</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Modules]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[tinymce]]></category>
		<category><![CDATA[wysiwyg]]></category>

		<guid isPermaLink="false">http://www.melesat.com/?p=2209</guid>
		<description><![CDATA[TinyMCE is a good wysiwyg text editor which you can on your site by free. It is also used as additional module on some CMS like drupal. However (bacause of security problem) this wysiwyg editor lack of iframe button. You...]]></description>
				<content:encoded><![CDATA[<p>TinyMCE is a good wysiwyg text editor which you can on your site by free. It is also used as additional module on some CMS like drupal. However (bacause of security problem) this wysiwyg editor lack of iframe button. You also can&#8217;t insert iframe code, even you insert in html area. TinyMCE will remove any iframe code on your editor. Don&#8217;t worry, by default TinyMCE doesn&#8217;t allow iframe but it still support iframe. You just need add some code on your site.</p>
<p><b>Using Custom Website</b><br />
Go to file where you add tinyMCE.init Usually it&#8217;s located on the file that contain text editor. I am sure you know about this. Except you&#8217;re new webmaster <img src='http://www.melesat.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Add the following code on tinyMCE.init</p>
<blockquote><p>extended_valid_elements : &#8220;iframe[src|width|height|name|align|frameborder]&#8220;,</p></blockquote>
<p>Restart you website and try to insert iframe code like youtube, etc and see the result</p>
<p><b>Using Drupal</b><br />
The easiest way to enable iframe on TinyMCE wysiwyg drupal is by install <a href="http://drupal.org/project/wysiwyg-iframes" title="WYSIWYG IFrames" rel="nofollow" target="_blank" >WYSIWYG IFrames</a> module.</p>
<div align="center"><img src="http://www.melesat.com/wp-content/uploads/tinymce.jpg" alt="tinymce" /></div>
<ul>
<li>Go to Modules > Install New Modules then install <a href="http://drupal.org/project/wysiwyg-iframes" title="WYSIWYG IFrames" rel="nofollow" target="_blank" >WYSIWYG IFrames</a> module online or by uploading file if you have downloaded before. Please choose .ta.giz format</li>
<li>Active the modules</li>
<li>Don&#8217;t forget go to Configuration > Content Authoring > WYSIWYG Profile > Edit profile > Buttons and Plugins > Check Iframe Fix</li>
<li>Try to insert iframe when using wyiswyg editor on edit or add new content.</li>
</ul>
<p>Now you should be able to post iframe using TinyMCE wysiwyg editor. Please note that iframes can be a security blackhole, so only expose this option to user&#8217;s that need it. </p>
<img src="http://feeds.feedburner.com/~r/melesat/~4/QUWsDqFy5LM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.melesat.com/how-to-allow-iframe-on-tinymce-wysiwyg-editor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.melesat.com/how-to-allow-iframe-on-tinymce-wysiwyg-editor/</feedburner:origLink></item>
		<item>
		<title>How to Add Attribute in Drupal Menu</title>
		<link>http://feedproxy.google.com/~r/melesat/~3/XNiSj-uqy78/</link>
		<comments>http://www.melesat.com/how-to-add-attribute-in-drupal-menu/#comments</comments>
		<pubDate>Wed, 06 Feb 2013 08:19:43 +0000</pubDate>
		<dc:creator>hardono</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Modules]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[menu]]></category>

		<guid isPermaLink="false">http://www.melesat.com/?p=2199</guid>
		<description><![CDATA[Drupal offer good menu management which allow you to create menu, sub menu with easier and add on menu area or block as you like. The problem is you can&#8217;t add attribute to the menu on default menu modules. You...]]></description>
				<content:encoded><![CDATA[<p>Drupal offer good menu management which allow you to create menu, sub menu with easier and add on menu area or block as you like. The problem is you can&#8217;t add attribute to the menu on default menu modules. You can set menu to open new windows (target=&#8221;_blank&#8221;), add class, id, rel, title, and another attribute. Instead editing the theme, there is an easier way to add attribute function when add or edit menu in drupal menu.<br />
<span id="more-2199"></span><br />
You can add attribute in drupal menu by adding <a href="http://drupal.org/project/menu_attributes" title="Menu attributes" rel="nofollow" target="_blank" >Menu attributes</a> modules. This modules has great feature to add attribute in drupal menu like id, name, class, style, rel, and target (open new window, open in same window, etc)</p>
<ul>
<li>Install <a href="http://drupal.org/project/menu_attributes" title="Menu attributes" rel="nofollow" target="_blank" >Menu attributes</a> modules on your drupal site. Go to Modules > Install New Module and choose install from modules website or upload file. Please remember to choose .tar.gz format.
</li>
<li>Active the modules. It requires Menu modules which is enable by default
</li>
<li>Go to the Structure > Menu You can add link or edit exiting link on choosen menu.
</li>
<li>Scroll down on add or edit menu and you will find Menu Attribute item which has more options for menu. You can set any attribute as you like and leave blank the other
<div align="center"><img src="http://www.melesat.com/wp-content/uploads/Menu-Attributes.jpg" alt="Menu Attributes"/></div>
</li>
<li>Save your link and take a look on your site.
</li>
</ul>
<p>It&#8217;s very simple, isn&#8217;t?</p>
<img src="http://feeds.feedburner.com/~r/melesat/~4/XNiSj-uqy78" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.melesat.com/how-to-add-attribute-in-drupal-menu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.melesat.com/how-to-add-attribute-in-drupal-menu/</feedburner:origLink></item>
		<item>
		<title>How to Create Calendar with Events on Drupal 7</title>
		<link>http://feedproxy.google.com/~r/melesat/~3/R_MhmcSVpwM/</link>
		<comments>http://www.melesat.com/how-to-create-calendar-with-events-on-drupal-7/#comments</comments>
		<pubDate>Fri, 25 Jan 2013 13:49:28 +0000</pubDate>
		<dc:creator>hardono</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Modules]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[view]]></category>

		<guid isPermaLink="false">http://www.melesat.com/?p=2191</guid>
		<description><![CDATA[Having calendar and events on website is important if you want to show users your schedule using your website. For example if you are an artist or political that has many schedule and you want user know your schedule. Creating...]]></description>
				<content:encoded><![CDATA[<p>Having calendar and events on website is important if you want to show users your schedule using your website. For example if you are an artist or political that has many schedule and you want user know your schedule. Creating calendar with agenda using drupal site doesn’t difficult. You can user view, calendar, date, and some additional modules<br />
<span id="more-2191"></span><br />
Below I show you how to create calendar with agenda on drupal based site. You can show the calendar in block or even page. This tutorial based on drupal 7</p>
<h4>Modules</h4>
<p>You need to install these modules:</p>
<ul>
<li><a href="http://drupal.org/project/ctools" title="Chaos Tools" rel="nofollow" target="_blank" >Chaos Tools</a></li>
<li><a href="http://drupal.org/project/calendar" title="Calendar" rel="nofollow" target="_blank" >Calendar</a></li>
<li><a href="http://drupal.org/project/views" title="Views" rel="nofollow" target="_blank" >Views</a></li>
<li><a href="http://drupal.org/project/date" title="Date" rel="nofollow" target="_blank" >Date API</a> which package with Date modules</li>
</ul>
<p>Additional Modules that you can add to customize your calendar. You may not to install these modules</p>
<ul>
<li><a href="http://drupal.org/project/calendar_tooltips" title="Calendar Tooltips" rel="nofollow" target="_blank" >Calendar Tooltips</a>: Generates a balloon with events when you hover over a day on a calendar block</li>
<li><a href="http://drupal.org/project/beautytips" title="Beautiful Tooltips API" rel="nofollow" target="_blank" >Beautiful Tooltips API</a>: required by Calendar Tooltips</li>
</ul>
<p>Install and active all these modules above. If you are confuse on about Date modules you can active all of them or only active necessary part which are: Date, Date API, Date Popup, Date Tools, Date Views</p>
<h4>Setup Calendar</h4>
<p><b>Create Calendar Content Type</b></p>
<ul>
<li>Go to Structure > Content Types > Add New Content Type</li>
<li>Add the name (for example: Events) and click Save and Add Fields button</li>
<li>On Manage Fields tab -> Add New Field</li>
<li>This is the important thing: Type name and choose Field Type: Date and Widget: Pop-up calendar</li>
<li>You can add any additional fields as you like</li>
<li>Click Save button after finish</li>
<li>Manage Field date setting on the next screen</li>
<li>Click Save Field Settings button</li>
</ul>
<p>
<div style="text-align:center;"><img src="http://www.melesat.com/wp-content/uploads/drupal-calendar-1.jpg" alt="Calendar" title="Calendar" border="0"></div>
</p>
<p>Try to submit event using the Events content type from Content > Add Content > Events</p>
<p><i>Note:</i> You can also edit your existing content types and add new field for date field type</p>
<p><b>Create Calendar View</b></p>
<ul>
<li>Go to Structure > Views > Add Views from Templates</li>
<li>Choose by clicking Add on <i>A calendar view of the &#8216;field_date&#8217; field in the &#8216;node&#8217; base table.</i>. Field_date is the field machine name that you&#8217;ve created above. If you fill the field with event and the machine name is field_event then you will find on views template: <i>A calendar view of the &#8216;field_event&#8217; field in the &#8216;node&#8217; base table</i>.</li>
<li>Type view name&#8217;s</li>
<li>You can edit your view on the next page. If you are confuse then you just need to click <i>Save</i> button</li>
</ul>
<p>
<div style="text-align:center;"><img src="http://www.melesat.com/wp-content/uploads/drupal-calendar-2.jpg" alt="Calendar" title="Calendar" border="0"></div>
</p>
<h4>Show on Website</h4>
<p>You can show the calendar on sidebar or any block that is supported by your drupal theme</p>
<ul>
<li>Go to Structure > Block</li>
<li>Find block with title View: Your Calendar Block Name. For example View: Calendar</li>
<li>Add the block in any region that you like</li>
<li>Click <i>Save Blocks</i> button</li>
</ul>
<h4>Result</h4>
<p>Now you can see calendar on you drupal site. Move your mouse on some events date and you will see popup with title of event of the day.</p>
<p>
<div style="text-align:center;"><img src="http://www.melesat.com/wp-content/uploads/drupal-calendar-3.jpg" alt="Calendar" title="Calendar" border="0"></div>
</p>
<p>Congratulation, now you can create calendar on drupal. It&#8217;s easy isn&#8217;t</p>
<img src="http://feeds.feedburner.com/~r/melesat/~4/R_MhmcSVpwM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.melesat.com/how-to-create-calendar-with-events-on-drupal-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.melesat.com/how-to-create-calendar-with-events-on-drupal-7/</feedburner:origLink></item>
		<item>
		<title>10 Free Portfolio WordPress Theme with Slideshow</title>
		<link>http://feedproxy.google.com/~r/melesat/~3/mhPg3A-TQhA/</link>
		<comments>http://www.melesat.com/10-free-portfolio-wordpress-theme-with-slideshow/#comments</comments>
		<pubDate>Thu, 24 Jan 2013 09:57:26 +0000</pubDate>
		<dc:creator>hardono</dc:creator>
				<category><![CDATA[Themes]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[portfolio]]></category>
		<category><![CDATA[responsive]]></category>
		<category><![CDATA[slideshow]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.melesat.com/?p=2175</guid>
		<description><![CDATA[Some blogger like to show some posting in slideshow. With slideshow, you can show some information at once without needing more space on the page. User don&#8217;t need to scrool down to see important posting or information on the blog....]]></description>
				<content:encoded><![CDATA[<p>Some blogger like to show some posting in slideshow. With slideshow, you can show some information at once without needing more space on the page. User don&#8217;t need to scrool down to see important posting or information on the blog. This posting show you 10 wordpress theme for portfolio support portfolio. You only need to install the theme without install any additional slideshow plugin. The portfolio is for web designer, web programmer, photography, or even to show products that you sell or create. Remember all the themes here is free to be used<br />
<span id="more-2175"></span></p>
<p><b>1. <a href="http://www.wpexplorer.com/adapt-free-responsive-wordpress-theme" title="Adapt" rel="nofollow" target="_blank" >Adapt</a></b><br />
Responsize business portfolio wordpress theme from WPExplorer that support slideshow, highlight, recent work, and recent news. Create slideshow is simple as create new portfolio.</p>
<div style="text-align:center;margin-bottom:20px;"><img src="http://www.melesat.com/wp-content/uploads/adapt.jpg" alt="Adapt" title="Adapt" border="0" width="450"></div>
<p><b>2. <a href="http://www.s5themes.com/theme/boldy/" title="Boldy" rel="nofollow" target="_blank" >Boldy</a></b><br />
Portfolio and blog theme for creative professionals with slideshow support from Site5</p>
<div style="text-align:center;margin-bottom:20px;"><img src="http://www.melesat.com/wp-content/uploads/boldly.jpg" alt="Boldy" title="Boldy" border="0" width="450"></div>
<p><b>3. <a href="http://www.cpothemes.com/theme/panoramica" title="Panoramica" rel="nofollow" target="_blank" >Panoramica</a></b><br />
Panoramica is a responsive portfolio themes comes with a full-width slideshow on the homepage, which you can use to showcase your site in a striking way.</p>
<div style="text-align:center;margin-bottom:20px;"><img src="http://www.melesat.com/wp-content/uploads/panoramica.jpg" alt="Panoramica" title="Panoramica" border="0" width="450"></div>
<p><b>4. <a href="http://www.paddsolutions.com/wordpress-theme-praseodymiumic/" title="Praseodymiumic" rel="nofollow" target="_blank" >Praseodymiumic</a></b><br />
Grid based portfolio theme with a small slideshow and space for a testimonial from PadSolutions</p>
<div style="text-align:center;margin-bottom:20px;"><img src="http://www.melesat.com/wp-content/uploads/praseodymiumic.jpg" alt="Praseodymiumic" title="Praseodymiumic" border="0" width="450"></div>
<p><b>5. <a href="http://www.wpexplorer.com/pytheas-free-wordpress-theme" title="Pytheas" rel="nofollow" target="_blank" >Pytheas</a></b><br />
Responsive Corporate/Portfolio wordPress theme from WPExplorer that support slideshow, highlight, recent work, and recent news.</p>
<div style="text-align:center;margin-bottom:20px;"><img src="http://www.melesat.com/wp-content/uploads/pytheas.jpg" alt="Pytheas" title="Pytheas" border="0" width="450"></div>
<p><b>6. <a href="http://www.s5themes.com/theme/simplecorp/" title="SimpleCorp" rel="nofollow" target="_blank" >SimpleCorp</a></b><br />
Corporate and portfolio, simple and responsive theme with slideshow support from Site5</p>
<div style="text-align:center;margin-bottom:20px;"><img src="http://www.melesat.com/wp-content/uploads/simplecorp.jpg" alt="SimpleCorp" title="SimpleCorp" border="0" width="450"></div>
<p><b>7. <a href="<b><a href="http://shinywp.com/TopBiz-free-wordpress-theme/" title="TopBiz" rel="nofollow" target="_blank" >TopBiz</a></b><br />
TopBiz is a responsive business portfolio wordpress theme from shyniwp.com that support slideshow on homepage to promote your featured portfolio.</p>
<div style="text-align:center;margin-bottom:20px;"><img src="http://www.melesat.com/wp-content/uploads/topbiz.jpg" alt="TopBiz" title="TopBiz" border="0" width="450"></div>
<p><b>8. <a href="http://dimsemenov.com/themes/touchfolio/demo/" title="Touchfolio" rel="nofollow" target="_blank" >Touchfolio</a></b></p>
<p>Responsive portfolio wordpress theme for photographers, designers, architects and artists that support slideshow for portfolio</p>
<div style="text-align:center;margin-bottom:20px;"><img src="http://www.melesat.com/wp-content/uploads/touchfolio.jpg" alt="Touchfolio" title="Touchfolio" border="0" width="450"></div>
<p><b>9. <a href="http://www.dessign.net/unique-theme-responsive/" title="Unique" rel="nofollow" target="_blank" >Unique</a></b></p>
<p>Responsive theme from dessign.net that support portfolio. It&#8217;s suitable for webmaster, web designer, photografer or just ordinary blogger who want beautiful blog design</p>
<div style="text-align:center;margin-bottom:20px;"><img src="http://www.melesat.com/wp-content/uploads/unique.jpg" alt="Unique" title="Unique" border="0" width="450"></div>
<p><b>10. <a href="http://shinywp.com/yasmin-free-wordpress-theme/" title="Yasmin" rel="nofollow" target="_blank" >Yasmin</a></b><br />
Yasmin is a responsive portfolio wordpress theme from shyniwp.com that support slideshow on homepage to promote your featured portfolio.</p>
<div style="text-align:center;margin-bottom:20px;"><img src="http://www.melesat.com/wp-content/uploads/yasmin.jpg" alt="Yasmin" title="Yasmin" border="0" width="450"></div>
<p>If you know another free portfolio wordpress theme that support slideshow, please share with us using the comment below</p>
<img src="http://feeds.feedburner.com/~r/melesat/~4/mhPg3A-TQhA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.melesat.com/10-free-portfolio-wordpress-theme-with-slideshow/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.melesat.com/10-free-portfolio-wordpress-theme-with-slideshow/</feedburner:origLink></item>
		<item>
		<title>How to Create Slideshow on Drupal 7 using View Slideshow</title>
		<link>http://feedproxy.google.com/~r/melesat/~3/dNr_n2zXPi8/</link>
		<comments>http://www.melesat.com/how-to-create-slideshow-on-drupal-7-using-view-slideshow/#comments</comments>
		<pubDate>Wed, 23 Jan 2013 02:38:33 +0000</pubDate>
		<dc:creator>hardono</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Modules]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[slideshow]]></category>
		<category><![CDATA[views]]></category>

		<guid isPermaLink="false">http://www.melesat.com/?p=2153</guid>
		<description><![CDATA[Create slideshow on drupal maybe is not so easy as using WordPress. But if you want to spend little time then you will love it. It is easy and you can customize the slideshow as you want. You can use...]]></description>
				<content:encoded><![CDATA[<p>Create slideshow on drupal maybe is not so easy as using WordPress. But if you want to spend little time then you will love it. It is easy and you can customize the slideshow as you want. You can use view slideshow to create slideshow on your drupal site<br />
<span id="more-2153"></span></p>
<p>Views is the best modules for Drupal that allow you to create database query from GUI on website without knowing database code. You just need to know what you want to show and follow instruction on the gui / view admin area. Another good thing from view is you can create slideshow using additional modules, <a href="http://drupal.org/project/views_slideshow" title="View Slideshow" rel="nofollow" target="_blank" >View Slideshow</a>.</p>
<p>By using View Slideshow, you can create slideshow based on image or content, on page, or block. You may also customize your slideshow design from css.</p>
<p>This tutorial will teach you how to to create slideshow in Drupal using View Slideshow. <i>The drupal version that is used is drupal 7</i></p>
<h4>Tools</h4>
<p>Download these module and upload on your drupal site. Or you can install directcly from admin area <i>Modules > Install New Modules</i>. Of course you need to install them</p>
<ul>
<li><a href="http://drupal.org/project/ctools" title="CTools" rel="nofollow" target="_blank" >CTools</a></li>
<li><a href="http://drupal.org/project/views" title="Views" rel="nofollow" target="_blank" >Views</a></li>
<li><a href="http://drupal.org/project/views_slideshow" title="Views Slideshow" rel="nofollow" target="_blank" >Views Slideshow</a></li>
<li><a href="http://drupal.org/project/libraries" title="Libraries" rel="nofollow" target="_blank" >Libraries</a></li>
</ul>
<p>You&#8217;re also need to upload manually jquery.cycle, a single file that contains a JQuery slideshow script.</p>
<ul>
<li>Download <a href="http://malsup.com/jquery/cycle" title="Jquery Cycle" rel="nofollow" target="_blank" >jquery.cycle.all.js</a></li>
<li>Access drupal installation from FTP or any access</li>
<li>Go to /sites/all/ folder</li>
<li>Create new folder /libraries/jquery.cycle/ so the path will be /sites/all/libraries//jquery.cycle/</li>
<li>Upload the jquery.cycle.all.js file into that last folder</li>
</ul>
<h4>Views</h4>
<p>I assume you are familiar with views modules. You can create view for anything, block, page, both of them, to show image, content, etc. In this tutorial I like to show you how to create view slideshow with image and title in block.</p>
<ul>
<li>Create views from admin area <i>Structure > Views > Add New Views</i></li>
<li>Uncheck on <i>Create a Page</i> and check on <i>Create a Block</i></li>
<li>Type block title</li>
<li>Choose <i>Display Format</i> as Slideshow This is an importent part. You can&#8217;t set slideshow if you don&#8217;t choose slideshow format</li>
<li>Fill <i>Items per page</i> more then 1 number</li>
<li>Check on <i>Use a Pager</i> if you want to show pager and do not check if you just want to show slideshow without paging</li>
<li>Click <i>Continue and Edit</i> button</li>
</ul>
<div style="text-align:center;"><img src="http://www.melesat.com/wp-content/uploads/view-slideshow-drupal-1.jpg" border="0"></div>
<p>You can manage setting as you want in the next page</p>
<ul>
<li>On <i>Fields</i> click <i>Add</i> then choose Content: File attachments. Please note that you need to upload image on this field (File Attachments) > Apply (all display)</li>
<li>On next screen choose or click Rewrite Result. Check box on Rewrite the output of this field  and submit this code</li>
<li>
<blockquote>&lt;img src=&quot;[upload]&quot; border=&quot;0&quot; width=&quot;250&quot; align=&quot;center&quot;/&gt;</p></blockquote>
</li>
<li>The code will make your file attachment appears in image, not in file name. You can edit the code by yourself</li>
</ul>
<div style="text-align:center;"><img src="http://www.melesat.com/wp-content/uploads/view-slideshow-drupal-2.jpg" border="0"></div>
<ul>
<li>Arrange the field by clicking arrow near add and choose <i>rearrange</i> You can rearrange the field by drag and drop the field on the overlay pop up. After that click Apply (all dispaly)</li>
<li>You can add any filter of your views on <i>Filter Criteria</i> setting</li>
<li>To setup the slideshow go to Setting near Slideshow on Format title.</li>
<li>You can see the result at the bottom of the  <i>Auto preview</i> area. Don&#8217;t forget to check box Auto preview</li>
<li>After finish then click <i>Save</i> button</li>
</ul>
<div style="text-align:center;"><img src="http://www.melesat.com/wp-content/uploads/view-slideshow-drupal-3.jpg" border="0"></div>
<h4>Display on Block</h4>
<p>You are finish. Now the last thing is to display the block on your website.</p>
<ul>
<li>Go to Structure > Block</li>
<li>Find your view block that will have title like &#8220;View: [your view name]</li>
<li>Put the block in any region as you want.</li>
</ul>
<p>Congratulation, now you have slideshow on you drupal website. It is pretty easy, isn&#8217;t. All you need is to learn and then you can customize the slideshow as you want. You can put image, content, title or another field on content type on slideshow. You can also customize the slideshow using css.</p>
<img src="http://feeds.feedburner.com/~r/melesat/~4/dNr_n2zXPi8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.melesat.com/how-to-create-slideshow-on-drupal-7-using-view-slideshow/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		<feedburner:origLink>http://www.melesat.com/how-to-create-slideshow-on-drupal-7-using-view-slideshow/</feedburner:origLink></item>
		<item>
		<title>Which one do you choose Drupal or WordPress?</title>
		<link>http://feedproxy.google.com/~r/melesat/~3/Ni_DsrLDb-Q/</link>
		<comments>http://www.melesat.com/which-one-do-you-choose-drupal-or-wordpress/#comments</comments>
		<pubDate>Fri, 11 Jan 2013 07:44:28 +0000</pubDate>
		<dc:creator>hardono</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.melesat.com/?p=2144</guid>
		<description><![CDATA[Determine the choice of using Drupal or WordPress is not an easy matter. Each has advantages over the other. The easiest way to choose which one to use depends on what site we will make and how we like it...]]></description>
				<content:encoded><![CDATA[<p>Determine the choice of using Drupal or WordPress is not an easy matter. Each has advantages over the other. The easiest way to choose which one to use depends on what site we will make and how we like it to use. It will be dificult and not comfortable when you choose to use wordpress but you don&#8217;t like to use it.<br />
<span id="more-2144"></span></p>
<p><img src="http://www.melesat.com/wp-content/uploads/popular-cms.png" alt="Popular CMS" width="600" height="341" class="aligncenter size-full wp-image-2146" /></p>
<p><b>Drupal and WordPress Common Advantage</b></p>
<ul>
<li>It&#8217;s free and open source, you can do some hack directly into the code.</li>
<li>It has many modules (for Drupal), plugins (for WordPress) and a lot of beautiful theme which you can use by free</li>
<li>It has many supports on official site or user forums like in this blog <img src='http://www.melesat.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
<li>Can be used for many kinds of site like blog, magazine, article, portfolio, even online shop</li>
<li>Good SEO, if you are concern about it</li>
</ul>
<p><b>Drupal Advantage</b></p>
<ul>
<li>Has View modules which useful to query database from GUI. You don&#8217;t need write any code to query data from database and display on the website</li>
<li>Field modules (previous known as CCK modules) which give you ability to add many field as you like and display on your website.</li>
<li>Create unlimited content type with diferent fields on it. For example if you run magazine site then you can create article content type, feature content type, profil content type, etc.</li>
<li>Good role user management</li>
</ul>
<p><b>WordPress Advantage</b></p>
<ul>
<li>Has many free beautiful theme for any kinds of site</li>
<li>Default nice looking wysiwyg content editor</li>
<li>Good media manager which integrated with posting</li>
</ul>
<p>Drupal is suitable for user who loves to learn web program. You can see how drupal can do anything that some other CMS can&#8217;t do.</p>
<p>WordPress is suitable for enduser which don&#8217;t know about web programming. It&#8217;s easy to post content, manage file, etc.</p>
<p>I use Drupal for complex site and WordPress for simple site like blog</p>
<p>The choice is yours</p>
<img src="http://feeds.feedburner.com/~r/melesat/~4/Ni_DsrLDb-Q" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.melesat.com/which-one-do-you-choose-drupal-or-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.melesat.com/which-one-do-you-choose-drupal-or-wordpress/</feedburner:origLink></item>
		<item>
		<title>Send Large Files using Gmail with ForgetBox</title>
		<link>http://feedproxy.google.com/~r/melesat/~3/9Ucur2CMC4U/</link>
		<comments>http://www.melesat.com/send-large-files-using-gmail-with-forgetbox/#comments</comments>
		<pubDate>Sat, 28 Apr 2012 18:07:05 +0000</pubDate>
		<dc:creator>hardono</dc:creator>
				<category><![CDATA[Free Software]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Office Tools]]></category>
		<category><![CDATA[attachment]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[forgotbox]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://www.melesat.com/?p=2045</guid>
		<description><![CDATA[Sometimes you need to send many files or large files from your Gmail account. Rather than doing it manually via email attach facility in Gmail, now you can do it easier using ForgetBox application. ForgetBox is a Gmail tool to...]]></description>
				<content:encoded><![CDATA[<p>Sometimes you need to send many files or large files from your Gmail account. Rather than doing it manually via email attach facility in Gmail, now you can do it easier using ForgetBox  application. ForgetBox is a Gmail tool to send large or many files through Gmail as attachments.<br />
<span id="more-2045"></span><br />
By using ForgetBox, you don&#8217;t need to zip or pack your files into a file before send by email. You can send single file, select files or one single folder containing multiple files and send it by  FotgotBox in in background. You can easily check the progress with the system tray of your PC. The official ForgetBox doesn&#8217;t say limit of file size that you can send. It seems you can send fairly large files.</p>
<div style="text-align:center;"><img src="http://www.melesat.com/wp-content/uploads/forgetbox.png" alt="ForgetBox" title="ForgetBox" border="0"></div>
<p><b>How to Use ForgetBox</b></p>
<ol>
<li>First you need to download and install on your PC</li>
<li>Open the drive or the folder or document which you want to send from Windows Explorer or your <a href="http://www.melesat.com/11-alternate-free-file-managers-for-windows-besides-windows-explorer/" title="Best Free File Manager">favorite file manager</a>. You can select one file, multiple files, and also one folder that contain multiple files.</li>
<li>Right-click on the selected files, select &#8220;Send To&#8221;, and then &#8220;ForgetBox&#8221;.</li>
<li>Enter the email address on which you want to send the file or select from your Gmail contacts. Click &#8220;Send&#8221; option. ForgetBox will start sending the bulk files in background. You can easily check the status of your ongoing process in the system tray on your PC.</li>
</ol>
<h4><a href="http://forgetbox-for-gmail.com/" title="ForgetBox">Visit ForgetBox</a></h4>
<img src="http://feeds.feedburner.com/~r/melesat/~4/9Ucur2CMC4U" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.melesat.com/send-large-files-using-gmail-with-forgetbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.melesat.com/send-large-files-using-gmail-with-forgetbox/</feedburner:origLink></item>
		<item>
		<title>Hard Wipe: Delete Files Permanently on Windows</title>
		<link>http://feedproxy.google.com/~r/melesat/~3/Km-P9cGbj6I/</link>
		<comments>http://www.melesat.com/hard-wipe-delete-files-permanently-on-windows/#comments</comments>
		<pubDate>Sat, 28 Apr 2012 01:53:54 +0000</pubDate>
		<dc:creator>hardono</dc:creator>
				<category><![CDATA[Free Software]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[wipe]]></category>

		<guid isPermaLink="false">http://www.melesat.com/?p=2037</guid>
		<description><![CDATA[Windows will not delete files permanently when you delete them from recycle bin. The deleted files are only just marked as not being available, and the deleted file&#8217;s data disks space is set to be available again for new data....]]></description>
				<content:encoded><![CDATA[<p>Windows will not delete files permanently when you delete them from recycle bin. The deleted files are only just marked as not being available, and the deleted file&#8217;s data disks space is set to be available again for new data. The advantage of this method is that you can recover the data back using data recovery software. The disadvantage, your data is not really erased so that it can be recover back by anyone who uses that computer. This applies when you sell your computer, give it to a friend or someone has stolen your computer. To permanently delete files from a Windows computer you can use a free file shredder software called Hard Wipe .<br />
<span id="more-2037"></span><br />
Hard wipe 2 is exelent program that can permanently deleted data files without can be recovered anymore by data recovery software. Hard wipe 2 can be used to permanently erase, or to &#8220;hard wipe&#8221;, data on disk and portable storage media (i.e. USB drives and memory card) to protect your computer from data recovered. The usage of this software is simple. You can use Hard Wipe from standalone application or use right-click context menus in Windows Explorer. You can set to shutdown your computer when wiping is complete.</p>
<div style="text-align:center;"><img src="http://www.melesat.com/wp-content/uploads/hardwipe.png" alt="Hard Wipe" title="Hard Wipe" border="0" width="575"></div>
<p><b>Features</b></p>
<ul>
<li>Easily wipe entire drives and portable devices.</li>
<li>Right-click within Windows Explorer for Hardwipe commands.</li>
<li>Supports all major data wiping schemes, including: GOST R 50739-95, DOD 5220.22-M, Schneier &#038; Gutmann.</li>
<li>Automatic computer shutdown when wiping is complete.</li>
<li>Intelligent use of disk cache allows your computer to remain responsive during lengthy disk operations.</li>
</ul>
<h4><a href="http://www.hardwipe.com/index.html" title="Hard Wipe">Visit Hardwipe</a></h4>
<img src="http://feeds.feedburner.com/~r/melesat/~4/Km-P9cGbj6I" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.melesat.com/hard-wipe-delete-files-permanently-on-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.melesat.com/hard-wipe-delete-files-permanently-on-windows/</feedburner:origLink></item>
		<item>
		<title>View and Download Youtube Video with ImTOO YouTube Video Converter</title>
		<link>http://feedproxy.google.com/~r/melesat/~3/XgJTej3gS3M/</link>
		<comments>http://www.melesat.com/view-and-download-youtube-video-with-imtoo-youtube-video-converter/#comments</comments>
		<pubDate>Tue, 27 Mar 2012 05:02:08 +0000</pubDate>
		<dc:creator>hardono</dc:creator>
				<category><![CDATA[Free Software]]></category>
		<category><![CDATA[Free to Try]]></category>
		<category><![CDATA[download youtube]]></category>
		<category><![CDATA[imtoo]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.melesat.com/?p=2016</guid>
		<description><![CDATA[YouTube is one of the popular sites that provide video hosting. Many people upload their videos on Youtube and distributed to families, friends, and other visitors. Unfortunately, YouTube only provides the facility to watch the videos online and create a...]]></description>
				<content:encoded><![CDATA[<p>YouTube is one of the popular sites that provide video hosting. Many people upload their videos on Youtube and distributed to families, friends, and other visitors. Unfortunately, YouTube only provides the facility to watch the videos online and create a playlist of videos you want to watch. YouTube does not provide facilities to download and convert videos to any format you want. To do so required a third-party applications such as <a href = "http://www.imtoo.com/youtube-video-converter.html" title = "ImTOO YouTube Video Converter, YouTube to video converter, YouTube converter software" target = "_blank"> ImTOO YouTube Video Converter </ a><br />
<span id="more-2016"></span><br />
<a href="http://www.imtoo.com/youtube-video-converter.html" title="ImTOO YouTube Video Converter, YouTube to video converter, YouTube converter software" target="_blank">ImTOO YouTube Video Converter</a> is software to download YouTube video and convert into your favorite video format like AVI, MPEG, MP4, 3GP, PSP MPEG-4, DivX, XviD, FLV. You can play the video on your favorite media player like computer, Ipod, iPhone, iPad, mobile phones or any portable media player.</p>
<div style="text-align:center;"><img src="http://m2.imtoo.com/images/newsite/screenshot/1-youtube-video-converter2.gif" alt="ImTOO YouTube Video Converter" title="ImTOO YouTube Video Converter" border="0" width="550"><i>Credit:imtoo.com</i></div>
<p>This software also equip with internal browser, you can search YouTube video, view and download if you like the video. If you are using IE, then you can also download any video from YouTube by right click on you mouse and choose this program.</p>
<p>The interesting thing from ImTOO YouTube Video Converter is the ability to download and convert multiple videos in a batch. Thus you do not need to spend time with the download video one by one. When the download process progresses you will see a dropzone that provides status information that is being downloaded video</p>
<p>In addition to the software version is also available for the Mac version is <a href="http://www.imtoo.com/youtube-video-converter-mac.html" title="ImTOO YouTube Video Converter for Mac, YouTube converter for Mac, YouTube to video converter for Mac" target="_blank">ImTOO YouTube Video Converter for Mac</a>. Both versions have the same facilities. What distinguishes only one for Windows and another for Mac.</p>
<p>If you want to find software to search, view, download and convert YouTube video to video formats that you want then you can drop you choise to ImTOO YouTube Video Converter. All of this job can be done in one software with ease. If you are a Mac user, you also need not worry because the software is also available for Mac operating system</p>
<p><b>Key Feature</b></p>
<ul>
<li>Built-in browser to search and view and download YouTube video from ImTOO YouTube Video Converter</li>
<li>Support many popular video format like AVI, MPEG, MP4, 3GP, PSP MPEG-4, DivX, XviD, FLV</li>
<li>Support right click while on YouTube video site for IE, and another browser on Mac</li>
<li>Support drag and drop feature, simply drag the YouTube URL or video itself and drop it on top of the open ImTOO window.</li>
<li>Batch download and convert YouTube Video</li>
</ul>
<h4>For Windows: <a href="http://www.imtoo.com/youtube-video-converter.html" title="ImTOO YouTube Video Converter, YouTube to video converter, YouTube converter software" target="_blank">ImTOO YouTube Video Converter</a></h4>
<h4>For Mac: <a href="http://www.imtoo.com/youtube-video-converter-mac.html" title="ImTOO YouTube Video Converter for Mac, YouTube converter for Mac, YouTube to video converter for Mac" target="_blank">ImTOO YouTube Video Converter for Mac</a></h4>
<blockquote><p><i>Note</i><br />
<i>You can download and try for 30 days free before decide to buy</i></p></blockquote>
<img src="http://feeds.feedburner.com/~r/melesat/~4/XgJTej3gS3M" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.melesat.com/view-and-download-youtube-video-with-imtoo-youtube-video-converter/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.melesat.com/view-and-download-youtube-video-with-imtoo-youtube-video-converter/</feedburner:origLink></item>
		<item>
		<title>Frtr.mr: Record and Post Video to Twitter</title>
		<link>http://feedproxy.google.com/~r/melesat/~3/jM0ExMfBkMU/</link>
		<comments>http://www.melesat.com/frtr-mr-record-and-post-video-to-twitter/#comments</comments>
		<pubDate>Sun, 12 Feb 2012 14:46:05 +0000</pubDate>
		<dc:creator>hardono</dc:creator>
				<category><![CDATA[Audio Video Graphics]]></category>
		<category><![CDATA[Online Service]]></category>
		<category><![CDATA[Social Network]]></category>

		<guid isPermaLink="false">http://www.melesat.com/?p=2011</guid>
		<description><![CDATA[Frtr.me is a free web online service to record videos and posting videos to Twitter. Frtr.me gives user the fastest and simple way to record and post videos to Twitter. You need to sign in to the Twitter account before...]]></description>
				<content:encoded><![CDATA[<p>Frtr.me is a free web online service to record videos and posting videos to Twitter. Frtr.me gives user the fastest and simple way to record and post videos to Twitter. You need to sign in to the Twitter account before using this service. Frtr.me also allows you to review your recorded video before publishing it to your Twitter account.<br />
<span id="more-2011"></span><br />
This service allows you to record video up to 1 minute only. If you don&#8217;t satisfied with don&#8217;t satisfied with your video then you can delete and record new video again. Frtr.me will create a link for your video which gets posted as a Tweet to your Twitter account. Single click on that video link opens your video on a new webpage, and watch the video there itself.</p>
<div style="text-align:center;"><img src="http://www.melesat.com/wp-content/uploads/record-video-frtrme.jpg" alt="Frtr.me" title="Frtr.me" border="0"></div>
<p><b>How To use Frtr.me to Record Post Videos to Twitter?</b></p>
<ol>
<li>Open <a href="http://www.Frtr.me" title="Frtr.me" rel="nofollow" target="_blank" >Frtr.me</a></li>
<li>Sign in to your Twitter account by clicking sign in button</li>
<li>You will come across the main screen.</li>
<li>It will open confirmation popup that ask your permission to access your webcam and microphone. Click &#8220;Allow&#8221; so you can start to record.</li>
<li>Click the Red record button to start your video recording. This button also can be used to stop recording.</li>
<li>Click &#8220;Publish video&#8221; button for publishing your video, You can review the video before publishing it by a single click on &#8220;Review your video&#8221; button.</li>
</ol>
<p>Try <b><a href="http://frtr.me/" title="Frtr.me" rel="nofollow" target="_blank" >Frtr.me</a></b> to record and post video to your Twitter account</p>
<img src="http://feeds.feedburner.com/~r/melesat/~4/jM0ExMfBkMU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.melesat.com/frtr-mr-record-and-post-video-to-twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.melesat.com/frtr-mr-record-and-post-video-to-twitter/</feedburner:origLink></item>
	</channel>
</rss>
