Tag Archive | "plugin"

Pendule – A Neat Web Developer Plugin [Chrome]


class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/image140.png" alt="chrome web development plugins" />I do quite a bit of Web development, and Google Chrome is my main browser these days. Chrome is pretty developer-friendly as it is, and you can also set up href="http://www.makeuseof.com/tag/install-firebug-for-browsers-other-than-firefox/">Firebug on Chrome. But today I wanted to show you a different Chrome extension called href="https://chrome.google.com/webstore/detail/gbkffbkamcejhkcaocmkdeiiccpmjfdi">Pendule. Pendule supplements Chrome’s built-in Inspect Element feature with some interesting extras.

The Pendule Menu

class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/image141.png" alt="chrome web development plugins" width="580" height="350" border="0" />

Pendule’s toolbar button pops out a slick-looking menu, divided into six main areas. First up, the Style Sheets section. The View CSS option may seem redundant – after all, Chrome already lets us view CSS… or does it?

Many websites use compressed CSS, with some compressing it to the point of illegibility. If you’re the only Web developer on your site, you may be able to decide for yourself how much you want to compress the CSS. For me, there is no such luck. One of the websites I work for compresses the CSS using a PHP tool called href="http://code.google.com/p/minify/">Minify, so inspecting the CSS with Chrome’s built-in tools shows something like this:

class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/image142.png" alt="chrome web development tools" width="580" height="350" border="0" />

Not exactly the most readable format imaginable. With Pendule, I can easily beautify the CSS on my side. I just click the Pendule button and click View CSS. I then get something like this:

class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/image143.png" alt="chrome web development tools" width="580" height="350" border="0" />

Still not very readable. But click the Beautify CSS button and watch the magic happen:

class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/image144.png" alt="chrome web development tools" width="580" height="350" border="0" />

Now we’re talking! While you can’t change anything in the CSS view, this is a big improvement when it comes to compressed CSS.

Handling Images

Pendule also offers some interesting image-related utilities:

class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/image145.png" alt="chrome web development" width="580" height="350" border="0" />

View images information” takes you to a completely new webpage containing all images from the current page, each with a host of related information:

class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/image146.png" alt="chrome web development" width="580" height="350" border="0" />

This is handy because it lets you scroll through all images one by one and audit them individually. For example, some websites serve content from one server and related images from another server (to make things faster). With this view, you can see exactly where each image comes from and easily track down the ones that aren’t served from the right source.

You can also read the Alt text for every image, which can be key for SEO offers. However, if you’re just interested in the Alt text, Pendule lets you easily audit that on-page, using the “Show alt text” option. When enabled, images on your page look like this:

class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/image147.png" alt="chrome web development" width="580" height="350" border="0" />

This one happens to be from a lovely post entitled href="http://www.makeuseof.com/tag/3-signs-apple-displacing-microsoft-evil-empire/">3 Signs Apple Is Displacing Microsoft To Become The Evil Empire, but the point here is the little “alt=” snippet above the image. It looks like a tooltip, but you don’t have to hover your mouse over it to make it show. With “Show alt text”, you can just scroll through your webpage and see exactly what images have missing or incorrect Alts.

Miscellaneous Utilities

class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/image148.png" alt="image" width="580" height="350" border="0" />

Pendule’s Miscellaneous Utilities menu packs a few interesting goodies. The View JavaScript products a single webpage divided into sections, one section for each script the current page contains. Much like the “View CSS” option we started off with, View JavaScript lets you beautify the code to make it readable. JavaScript is almost always compressed (even more so than CSS), so this is a very handy option if you like reading code to figure out how things work.

The “Display ruler” option dims the page and overlays it with a resizable, draggable frame with a little label that shows its dimensions at any given time. This is very handy for checking to see if elements are correctly aligned, for example.

class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/image149.png" alt="chrome web development plugins" width="307" height="392" border="0" />

Final Thoughts

If you’re a Web developer using Chrome, the first thing you should do is get absolutely comfortable with Chrome’s own built-in developer tools. However, once you’ve done that, you will probably be able to find at least one or two tools within href="https://chrome.google.com/webstore/detail/gbkffbkamcejhkcaocmkdeiiccpmjfdi?hc=search&hcp=main">Pendule that nicely supplement your workflow.



View full post on MakeUseOf

Posted in Useful APPsComments (0)

WordPress: 3 More Hidden Gems In The Jetpack Plugin Suite, & The WordPress App Is Updated!


class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/05/jetpack-.gif"/>The Jetpack plugin suite is an essential first plugin install for every new WordPress blog owner – and Jeffry covered href="http://www.makeuseof.com/tag/set-jetpack-supercharge-hosted-wordpress-blog/">the installation and some of it’s features before. If you’re not convinced yet, here’s another 3 reasons why you should install it now. It also ties in nicely with the newest release of the WordPress mobile blogging app which brings some new features I’d like to show you today too, though sadly the app still falls short of the mark.

Stats

If the thought of href="http://www.makeuseof.com/tags/google-analytics/">Google Analytics and it’s mountains of variables and cross-analysis over trends over time gives you a headache, the simple WordPress Stats plugin may be perfect for you. Previously only available to WordPress.com hosted accounts, they decided to open it up for any self-hosted WordPress install too – though you do still need a login for WordPress.com as thats where your stats are collated and stored. As well as the basic visitor count and top content, you also get top referrers – useful to see which of your inbound links is worth the most to you. I do think Analytics is worth taking the time to learn though, so if you think you might want to move on up to what the big boys use at some point, it may even be a good idea to install both WordPress and href="http://www.google.com/analytics/">Google Analytics stats codes so you have a good archive of data building up.

class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/05/stats.jpg" alt="" width="580" height="472" />

Gravatar Hovercards

I really like these, and it’s a great way to encourage user interaction and commenting on your site. WordPress uses Gravatar images by default if commentators leave their linked email address, and this plugin expands on that by making their profile images clickable – which reveals a little pop-up box (a href="http://blog.gravatar.com/2010/10/06/gravatar-hovercards-on-wordpress-com/">hovercard) with personal or social links for that user and a little bio. I’ll certainly be adding this feature to my blogs as it really adds a little bit of “wow factor”.

class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/05/kristin_hovercard.jpg" alt="" width="531" height="274" />

Shortcode Embeds

WordPress tends to strip a lot of HTML codes by default, and often this includes the embed codes from various video sites. Avoid the hassle and do everything automatically with this simple plugin. Once installed, you just need to write [youtube http://URL ] replacing the URL, and it will all be done for you – no messy embed codes, no frustration. The plugin works with a quite a few of the most popular video sites too, not just WordPress.

class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/05/shortcodes.gif" alt="" width="315" height="173" />

Mobile Blogging WordPress App:

href="http://ios.wordpress.org/">The latest version adds a quick photo button for those times when all you want to do is post and photo, but sadly it literally only uploads and inserts the images and doesn’t actually set the featured image (I showed you href="http://www.makeuseof.com/tag/jazz-wordpress-blog-adding-featured-images/">how to MakeUseOf this functionality a few weeks ago as well as href="http://www.makeuseof.com/tag/how-to-create-wordpress-widgets/">make your own widget out of them) – which is a little disappointing. It also fails to categorise the post, so you’ll still need to do a little editing on the PC side at a later date if the idea of uncategorised posts infuriates you as much it as it does me.

class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/05/wordpress_for_ios_app.jpg" alt="" width="549" height="274" />

Perhaps the only really impressive feature they’ve added is to view your stats, assuming you installed the Jetpack plugin and enabled the stats component of it. Is it worth it for that alone? I doubt it, yet this app is the best out there for mobile blogging. I’d suggest you keep it for those moments of textual inspiration on the go, but don’t expect to be able to write fully formed blog posts from it. As long as you’re willing to do a few edits later, uploading photos while you’re on the go too removes a middle-step of having to get the images off your phone then upload them using your browser, so I guess we can all appreciate that.

Trouble adding your blog? Make sure you remember to add the http:// part of the url, and that you have XML-RPC remote publishing enabled from the Writing options on the Settings sidebar.

That’s all folks. Do you use any incredible WordPress plugins you think the world should know about? Let us know in the comments, and be sure to follow along with all our href="http://www.makeuseof.com/service/wordpress-tutorials/">WordPress tutorials and features. />
/> Hey Facebookers, make sure to join href="http://www.facebook.com/makeuseof" target="_blank">MakeUseOf on Facebook and get access to some exclusve stuff. Over 105,000 fans already!

/>

 

Read comments: href="http://www.makeuseof.com/tag/wordpress-3-hidden-gems-jetpack-plugin-suite-wordpress-app-updated/#disqus_thread">Loved it? Hated it? Join discussion here …

 

href="http://api.tweetmeme.com/share?url=http://www.makeuseof.com/tag/wordpress-3-hidden-gems-jetpack-plugin-suite-wordpress-app-updated/"> src="http://api.tweetmeme.com/imagebutton.gif?url=http://www.makeuseof.com/tag/wordpress-3-hidden-gems-jetpack-plugin-suite-wordpress-app-updated/"> href="http://digg.com/tools/diggthis/login?url=http://www.makeuseof.com/tag/wordpress-3-hidden-gems-jetpack-plugin-suite-wordpress-app-updated/"> src="http://www.makeuseof.com/images/rss-buttons/diggme.png"> href="http://www.facebook.com/sharer.php?u=http://www.makeuseof.com/tag/wordpress-3-hidden-gems-jetpack-plugin-suite-wordpress-app-updated/"> src="http://www.makeuseof.com/images/rss-buttons/fb.jpg"> href="http://www.google.com/reader/link?url=http://www.makeuseof.com/tag/wordpress-3-hidden-gems-jetpack-plugin-suite-wordpress-app-updated/&title=WordPress: 3 More Hidden Gems In The Jetpack Plugin Suite, & The WordPress App Is Updated!&srcTitle=MakeUseOf.com"> src="http://www.makeuseof.com/images/rss-buttons/gbuzz-feed.png"> href="http://www.stumbleupon.com/submit?url=http://www.makeuseof.com/tag/wordpress-3-hidden-gems-jetpack-plugin-suite-wordpress-app-updated/"> src="http://www.makeuseof.com/images/rss-buttons/stumble.png">

 

More articles about: href="http://www.makeuseof.com/tags/blogging/" title="blogging" rel="tag">blogging, href="http://www.makeuseof.com/tags/blogging-tips/" title="blogging tips" rel="tag">blogging tips, href="http://www.makeuseof.com/tags/commenting/" title="commenting" rel="tag">commenting, href="http://www.makeuseof.com/tags/mobile-blogging/" title="mobile blogging" rel="tag">mobile blogging, href="http://www.makeuseof.com/tags/statistics/" title="statistics" rel="tag">statistics, href="http://www.makeuseof.com/tags/wordpress/" title="wordpress" rel="tag">wordpress, href="http://www.makeuseof.com/tags/wordpress-plugins/" title="wordpress plugins" rel="tag">wordpress plugins />

Similar articles:

class="st-related-posts">
  • href="http://www.makeuseof.com/tag/commentluv-reward-commenters-on-your-blog-with-blog-links/" title="CommentLuv – Reward Commenters On Your Blog With Blog Links (December 10, 2009)">CommentLuv – Reward Commenters On Your Blog With Blog Links (27 comments …)
  • href="http://www.makeuseof.com/tag/people-love-show-wordpress-collision-testimonials/" title="People Love You? Show It Off On WordPress With Collision Testimonials (March 23, 2011)">People Love You? Show It Off On WordPress With Collision Testimonials (3 comments …)
  • href="http://www.makeuseof.com/tag/selfhosted-wordpress-blog-ipad-friendly-onswipe/" title="Make Your WordPress Blog iPad Friendly with Onswipe (April 7, 2011)">Make Your WordPress Blog iPad Friendly with Onswipe (4 comments …)
  • href="http://www.makeuseof.com/tag/set-jetpack-supercharge-hosted-wordpress-blog/" title="How To Set Up Jetpack To Supercharge Your Self Hosted WordPress Blog (March 31, 2011)">How To Set Up Jetpack To Supercharge Your Self Hosted WordPress Blog (1 comments …)
  • href="http://www.makeuseof.com/tag/how-to-easily-create-manage-a-faq-page-for-your-wordpress-blog/" title="How To Easily Create & Manage an FAQ Page For Your WordPress Blog (December 6, 2009)">How To Easily Create & Manage an FAQ Page For Your WordPress Blog (24 comments …)


  • View full post on MakeUseOf

    Posted in Useful APPsComments (0)

    3 Ways The W3 Total Cache Plugin Can Speed Up Your WordPress Blog


    class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/03/w3tc-speed.jpg" alt="speed up wordpress" />Self-hosted WordPress is a fantastic system, no doubt about it. It is simply the best choice for anyone from beginner bloggers to large corporations to run a simple yet extensible content publishing system. But with a few plugins installed, a elaborate theme with lots of stylesheets, some Javascript jQuery effects – well, it can become a little bloated resulting in a slow load time.

    The problem is compounded if you’re using shared hosting, and you may find your blog has a total load time of around 10 seconds or more. Not only is this obviously a bad experience for users, but Google will penalize your site for being slow too.In fact, a 2006 study showed that most users will give up after 4 seconds, and that was 4 years ago!

    id="more-67063"> /> The W3 Total Cache Plugin is here to help, so let me explain what it can do to speed up your WordPress blog.

    Note: This article only related to self hosted WordPress press installs, whether that’s on a href="http://www.google.com/url?q=http://www.makeuseof.com/tag/top-7-easy-and-free-web-hosting-services/">shared host, a href="http://www.makeuseof.com/tag/website-hosting-technology-explained/">dedicated private host, or on your href="http://www.makeuseof.com/tag/build-linux-web-server-computer-part-1/">own home server.

    How Do I Know If My Page Is Slow?

    Firstly, simply visiting the page in your own browser is not a good test because most of the objects will be cached locally and hence the loading will seem quicker than it really is. To find out the real page load time of your site, you’ll need to use a special testing tool. You can do this quickly online by typing in the URL of your site at href="http://tools.pingdom.com">tools.pingdom.com

    The tool will attempt to load your page without any caching, and will record how long and what elements exactly it has to load. You’ll get a nice graph which can highlight any particular slow elements.

    style="text-align: center;"> class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/03/pingdom.png" alt="speed up wordpress" width="580" height="266" />

    When it’s finished, scroll down the bottom of the page and look for the grey summary box. Curiously, my page has slowed down to about 13 seconds total, which is shockingly appalling! Next week, I’ll go through a step by step install process as it can get a little tricky, as well as show you the results.

    style="text-align: center;"> class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/03/load-times.png" alt="speed up wordpress" width="418" height="440" />

    What Does W3 Total Cache Do?

    1. Caching Pages & Database Queries:

    WordPress is a dynamic system. What that means is that everytime a page is viewed, WordPress will run to the database, fetch some data (like your latest blog posts, comments etc), play around with it to produce a page according to your theme layout, then serve it back up to the reader. All that takes a lot of effort and happens for every single page on your blog, even though for most part the content doesn’t change. Instead of going back to the database and recreating the whole page everytime, W3TC will keep a fully made copy of that page in memory, and send that straight to user instead. If a new comment has been added, it’ll make sure that gets displayed too so your posts are always up to date.

    2. Minify Your Javascript & CSS:

    Some more complex WordPress themes can use up 10 separate CSS files, a lot of which is repeated or unneeded code. Plugins also come with own their own CSS files if they display some kind of output to the user. Again, for every page load the browser must send a separate request for each of these files, and even if they are quite small, the overhead time involved with requesting a file and beginning the transfer really adds up.

    The wonderful process of minification takes all those files, and squeezes them into one compact, efficient CSS file that covers all the style elements you need. Don’t worry, when you come to edit the files they’ll look exactly the same to you – but the W3TC plugin will make one new file and serve that to readers instead. The same goes for Javascript files

    3. Optimize Your Browser Cache Settings:

    Browsers generally don’t automatically know what files can be cached locally on a users computer, and most websites don’t include the relevant information that tells the browser something is ok to cache and for how long. That’s where W3TC comes in, as it will make sure the correct settings are being sent to the users browser so that their local cache is used effectively, reducing the number of files that need to be sent to them each time.

    Conclusion

    MakeUseOf uses W3TC as just one of the ways we try to optimize the page and make it as fast as possible for you, the readers. Without it, we honestly wouldn’t be able to serve the amount of pages we do as the server would cripple over and burn all the time. But W3TC can help every WordPress system large or small to run more efficiently, and your readers and Google will thank you for it. If you’re following my advice last week on how to make your blog popular, the next logical step is to be able to cope with that popularity by optimizing your site. Keep your eye on the site as I walk you through a complete install of the W3TC plugin next week.

    If you’re feeling a little confused about the whole idea of caching to speed up WordPress right now, then be sure to ask us in the comments or post a question to our ever growing and vibrant questions and answers community. Let us know if you use a different plugin also, and how you’d rate it. If you missed my last post where I showed you href="http://www.makeuseof.com/tag/8-strategies-wordpress-blog-popular/">8 useful strategies for making your blog popular, be sure to check that out too.

    Image Credit: rel="nofollow" href="http://www.shutterstock.com/pic-63280792/stock-photo-illustration-of-a-speedometer.html?src=094923b512a4b966bab5ef06060ab35a-1-29">ShutterStock />
    />Got Questions? Ask Them Now FREE on href="http://www.makeuseof.com/answers/">MakeUseOf Answers! />
    />

     

    href="http://api.tweetmeme.com/share?url=http://www.makeuseof.com/tag/3-ways-w3-total-cache-plugin-speed-wordpress-blog/"> src="http://api.tweetmeme.com/imagebutton.gif?url=http://www.makeuseof.com/tag/3-ways-w3-total-cache-plugin-speed-wordpress-blog/"> href="http://digg.com/tools/diggthis/login?url=http://www.makeuseof.com/tag/3-ways-w3-total-cache-plugin-speed-wordpress-blog/"> src="http://www.makeuseof.com/images/rss-buttons/diggme.png"> href="http://www.facebook.com/sharer.php?u=http://www.makeuseof.com/tag/3-ways-w3-total-cache-plugin-speed-wordpress-blog/"> src="http://www.makeuseof.com/images/rss-buttons/fb.jpg"> href="http://www.google.com/reader/link?url=http://www.makeuseof.com/tag/3-ways-w3-total-cache-plugin-speed-wordpress-blog/&title=3 Ways The W3 Total Cache Plugin Can Speed Up Your WordPress Blog&srcTitle=MakeUseOf.com"> src="http://www.makeuseof.com/images/rss-buttons/gbuzz-feed.png"> href="http://www.stumbleupon.com/submit?url=http://www.makeuseof.com/tag/3-ways-w3-total-cache-plugin-speed-wordpress-blog/"> src="http://www.makeuseof.com/images/rss-buttons/stumble.png">

     



    View full post on MakeUseOf.com

    Posted in Useful APPsComments (3)

    WordTwit – Slick WordPress Plugin For Twitter Integration


    wordpress twitter postIf you’ve ever used WordPress and you are a Twitter user, you probably already knew that there are WordPress plugins that allow for automatic tweeting of new blog posts. They’re really handy because they offer a hands-off ability to enable you to not worry about publicizing your articles.

    That’s all fine and good, but what if there was a plugin that did more? Take a look at WordTwit and you’ll see how the integration of many different options and tools can make your blog’s connection to Twitter that much more productive.

    With WordTwit installed whenever you publish new content from WordPress, Twitter will automatically be updated with a brief description of your new content along with a link back to it, bringing additional traffic and visitors to your website.


    Installing the plugin is as easy as any other plugin in the WordPress dashboard. Just search for WordTwit and make sure it is the one created by BraveNewCode. Setting it up is easy also. Under the Settings section look for WordTwit.

    Choose A URL Shortening Service

    One cool feature of WordTwit is the ability to choose what URL shortening service you wish to use.  This allows you the blogger to choose the same service you have been using.  As for me, I love using HootSuite and the Ow.Ly shortening service so I am glad WordTwit offers this.

    Sign In & Authorize The Use Of Your Twitter Account

    wordpress twitter post

    This is a common occurrence with programs that interact with Twitter.  All you have to do is click the “Sign in with Twitter” button and authorize it.  I noticed that upon doing this, the URL shortening service box went back to the default so make sure, once again, you choose the service that you want.

    Edit The Text Of The Tweet To Be Tweeted

    Another cool feature that WordTwit offers is the ability to change the text of the tweet to be sent out.  You can put whatever you want and use [title] where you want the title to appear and [link] where you want the link to appear.

    Modify The Options For Tags & Categories

    With WordTwit you can actually choose which categories and tags you want to include or exclude.  Enter the categories and tags separated by commas and decide whether you want to include them or exclude them.  Of course you can also choose to leave this option blank to have all posts tweeted about.

    There Are Also Advanced Options

    There are a few advanced options that you may or may not choose to make use of.  First, there is the option to include tags for UTM (look it up) for the purposes of statistics tracking.  Also, there is an option for enabling the Tweet Queue for failed tweets (still experimental).

    Overall, WordTwit is a simple to use yet flexible plugin allowing the blogger to use Twitter effortlessly with his blog.

    wordpress twitter post

    Remember that as a member of the Twitter community, if all you do is post links to your blog posts that you probably won’t build much of a following.  There are more sources out there that can help you learn how to use Twitter properly.  You wouldn’t want to be annoying, would you?

    There are two really good sources that may help.  The first is MakeUseOf’s Twitter Guide which is an awesome introduction to Twitter.  Then there is a blog called Twitip (a review) run by Darren Rowse that offers all kinds of advice about using Twitter to the fullest.

    What tools or plugins do you recommend for integrating a blog with Twitter?


    Follow MakeUseOf on Twitter. Includes cool extras.


     

     


    Similar MakeUseOf Articles



    View full post on MakeUseOf.com

    Posted in Useful APPsComments (0)

    How To Get HTML5 Youtube Plugin For Google Chrome (UBUNTU)



    Enjoy a great html lag free video player :) PLease comment rate and subscribe

    Posted in Mac OSXComments (10)

    Instalación de Plugin Waves en Adobe Audition y Sound Forge



    Este vídeo es un guía para instalar cualquier plugin, en este caso instalaremos el plugin Waves Mercury Bundle 5.0. En Adobe Audition 1.5 y Sound Forge Pro 10.0. CARACTERÍSTICAS de “Waves Mercury Bundle”: • Diamond Bundle • Platinum Bundle • Gold Bundle • Renaissance Maxx • Masters Bundle • Native Power Pack • Restoration • Transform Bundle • GTR V2.0 • 360˚ Surround Tools • Waves Vocal Bundle • Z-Noise • V-Series • MaxxVolume • L3 Multimaximizer • IR Parametric Convolution Reverbs • Q-Clone • RenAxx COMPATIBILIDAD Con Windows XP with Service Pack 2. Esta version ha sido probada para trabajar con las siguientes aplicaciones: TDM ProTools TDM 7.2 on Windows XP Professional RTAS Pro-Tools LE 7.1 on Windows XP Home DirectX Steinberg Cubase SX 3.1.1, NUENDO 3.2.1, WaveLab 6.0 Sony Pictures Digital (aka Sonic Foundry) – Sound Forge 8.0a, Vegas 6.0, Acid 6.0, CD Architect 5.2 Cakewalk Sonar 6 Producer Edition Adobe Audition 2.0 Magix Samplitude 8.3 VST Steinberg – Cubase SX 3.1.1, Nuendo 3.2.1 La certificación no está aprobada con otros Software. www.richardmario.com 2009

    Posted in WindowsComments (25)

    Any Trapcode plugin free download



    how to get Trapcode plugins for mac osx after effects visit – bit.ly plugins include: 3D Stroke Echospace Form Horizon Lux Particular Shine Sound Keys Starglow & all in one

    Posted in Mac OSXComments (25)

    Quicksilver – Shelf plugin (Mac OS X)



    Just a quick walkthrough on what you can do with Quicksilver plugin, Shelf. Trying out ScreenFlow for the first time, so bear with me. I was in LA trying to kill some time and figured that I might as well learn/check out how to do a screencast w/ ScreenFlow. Hence, the soundtrack “I Love LA” by Randy Newman =) * Blog post, tr.im Update: Seems I have to do an AudioSwap =| … Decided on “A Mi Que’” by Occasion. Sounds cool and has a nice vibe to it =) By the way, just found out that you can just click on an item from the Shelf and hit “delete” to remove it

    Posted in Mac OSXComments (2)


    Blogroll