Display Fader for Sends in Prot Tools 10

If you want to know how to reveal the fader for a track or multiple tracks in a Pro Tools 10 session, here is the solution.

After you have added the send to the track, control / command click on it and the fader will be revealed. If you wish to reveal the faders for all sends control / option / command click on a single send and the faders will be revealed.

pro-tools-10-send-fader

The fader allows you to quickly edit the volume, pan, mute, and whether the send is pre or post.

By the way, most of the time your send will be in post. You would use a send in pre if you wanted to maintain the same level of reverb while something in the room changes position (Something like recording foot steps.) Most of the time you will want the reverb volume and dynamics to be based on the performance.

Happy Recording!

 

Hard Coding a WordPress Shortcode

If you need to embed your WordPress short code within some other code. Chances are your short code is not going to work. Place your short code in a script like this and it should work.

 <?php echo do_shortcode([qa cat="dogs"]);?>

Google Structured Data Highlighter

If you are thinking of ways to improve the way Google views your structured data, here’s a tip.

Google Webmaster Tools now offers a simple highlight method for submitting structured data to Google. This is an alternative to webmaster markup used for the same purpose. Google’s Data Highlighter allows you to “tag” content on your website by highlighting it with your mouse.

Google will use this information to display your site in the search results with some improvements.

The new feature is a part of Google webmaster platform which is free, so if you don’t have an account, create one. You can find the Data Highlighter under the “Optimization” tab on the left side of the Google Webmaster interface.

Check it out here.

 

Magnetic Design Doesn’t Need Oil

Almost anything that uses oil for lubrication could use magnets with no need for oil. Even though these systems are very expensive at the moment, imagine the savings on wheels, bearings and axles, for a train…

A maglev train only needs electricity in the section of the track it is actively traveling over.

Magnets shall be the future of everything.

Web Design For Search Engines

Many website are generated dynamically using structured data from a database. When this data is formatted to HTML, search engines have difficulty understanding what your website is about.

The markup found on schema.org helps search engines like Google, Yahoo, Bind and Yandex understand the content of your website better.

Good markup allows major search providers to recognize more detail about your website. The resources at schema.org help webmasters and developers decide on the best markup to maximize their SEO efforts.

Search Engine Optimization

We Love Innovative Design

We love innovative design. The big picture is the small picture in the long run.

SEO Search Engine Optimization The Big Picture

There are lots of misconceptions about SEO so we will try to set the record straight here. If you have never done SEO before when you finish this article you will be able to get your SEO on the right track.

The basic forms of SEO are:

“On Page SEO” and “Off Page SEO”

On Page SEO

This process consists of adding meta description, title tag and <H1> tags to each page of your website. The title tag, description and <H1> tags should include 1 or 2 of your most important keywords for that particular page. Your copy should be as human readable as possible so keyword stuffing is a no no.

Tastefully and legibly include your keywords in the copy of each of your web pages. A few links to other sections of your website using your keywords will be beneficial.

Include your keywords in the URL of each web page. If your web page is about Graphic Design then include graphic-design in the url. Good url’s will use dashes not underscores because Google recognizes underscores between words as combining those words. For example: You should use: /graphic-design.html not /graphic_design.html

Google keyword research tools are free to use and allow you to see how many people are searching for the keywords you are interested in using. You can also see similar keywords and get some ideas about how much competition you are facing. Use these tools to determine the best keywords for your website and more specifically the best keywords for each of your website’s pages.

You should be all set for On Page SEO if you’ve done the above.

“Off Page SEO”
This is SEO that is not done on your web pages directly. One of the most important things you can do is get backlinks. These are links to your website from a another website.

Here is a backlink:

<b><a href=”http://www.yourwebsite.com” target=”_blank”>yourwebsite-or-keyword</a></b>

To give you an idea about some of the best practices for backlinks, you can be penalized for buying too many backlinks, backlinking too much on the same server, running a backlink farm, trading backlink for backlink and the list goes on..

How to get backlinks:

  • Always try to get backlinks that are relevant to the content on your website.
  • Have good content that is regularly updated.
  • Buy a backlink occasionally but never a lot at once.
  • Ask businesses and people to link to your website.
  • Write in Blogs and Social Media Websites.

Other SEO concept:

Here I will list a few additional things you should research and include in your SEO.

Site Map – Submit it to Google Web Master Tools
htaccess – will include “naked url” and “301 redirects” if needed.
alt image tags – here you can give search engines information about your images, after all, search engines can’t see your pictures.
Paid Ads Campaigns - Once you have done your on page SEO you can drive traffic with paid ads.

CSS3 Rounded Corners For All Browsers Without Images

With CSS3 you no longer have to chop up and image to create rounded corners. Most modern browsers supports this features now and the ones that don’t will simply display square corners.

Here is the CSS

.rounded-corners {
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
-khtml-border-radius: 20px;
border-radius: 20px;
}

Enjoy!

How to Delete a Google Analytics Account

Trying to figure out how to delete a Google Analytics account.

Let’s get right to brass tacks. Careful, this will delete the entire Google Analytics account.

1. Log in to your Google Analytics account. ( Admin Account )

2. Go the “Admin” on the top right

3. Click the account you’d like to delete from the list in the “Admin” section.

4. Locate “Account Settings” tab on the middle right of the page and click it.

5. Scroll to the bottom and locate “Delete this account”

6. Be sure to locate the delete button after you click the delete text link to finalize the process.

You do not have to be admin of an account to delete it.

Hope this saved you some time!
Happy trails from Proplusproductions.com