Les nouveautés et Tutoriels de Votre Codeur | SEO | Création de site web | Création de logiciel

seo CARA MENGGANTI BACKGROUND BLOG DENGAN GAMBAR 2013





Cara mengganti background blog dengan gambar sebenarnya sangat mudah. Saudara bisa memilih apakah gambar latar itu nantinya diam/fixed atau bergerak dengan scroll. Untuk mengetahui cara melakukan ini silahkan baca penjelasan berikut ini….


KODE CSS DASAR BACKGROUND BLOG

Saudara perlu mengetahui bahwa kode untuk mengubah gambar latar ini biasanya ada pada CSS BODY pada atribut BACKGROUND….

seo How To Add Social Media Icons to Blogger Header 2013

Seo Master present to you: social media icons, facebook icons, social media icons for bloggerThis tutorial will help you to add social media icons in the top right corner of the page which could increases the likelihood that readers can follow through the various social networks. There are several ways to do this, like adding a new widget section to the blog header but now, we'll do it using an unordered list that uses icons of Facebook, Twitter, Google+ and blog feed, and as a bonus, the icons will rotate when you hover over them.

You can see a demo in this test blog.


Adding Social Media Icons to Blogger Header

Step 1. From your Blogger dashboard, go to Template and click on the Edit HTML button:

blogger blogspot, blogger template, blogger gadgets

Step 2. To expand the style, click on the small arrow on the left of <b:skin>...</b:skin> (screenshot 1), then click anywhere inside the code area to search (using CTRL + F) for the ]]></b:skin> tag (screenshot 2) and add this code just above it:

 /* Social icons for Blogger
----------------------------------------------- */

#social-icons {
margin-bottom:-30px;
height:50px;
width:100%;
display:block;
clear:both;
z-index: 2;
position: relative;
}
.social-media-icons {
display:table
}
.social-media-icons ul {
text-align:right;
padding:5px 5px 0 0
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
.social-media-icons ul {
margin-bottom:0;
padding:0;
float:right;
}
.social-media-icons li.media_icon {
margin-left:6px;
padding-left:0 !important;
background:none !important;
display:inline;
float:left;
}
.social-media-icons li:hover {
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(-360deg);
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

Screenshot 1:


Screenshot 2:


Step 3. Now search for this line

<b:section class='header' id='header' maxwidgets='1' showaddelement='no'>

Step 4. And just above it, add this code:

<div class='social-media-icons' id='social-icons'>
<ul>

<li class='media_icon'><a href='http://facebook.com/username'><img border='0' src='http://www.matrixar.com/-hJlnVDP-uXk/UaKErpYECEI/AAAAAAAADhA/DA59rR8trrA/s1600/Facebook.png'/></a></li>

<li class='media_icon'><a href='http://twitter.com/#!/username'><img border='0' src='http://www.matrixar.com/-x7YZ7aKIxM8/UaKErq0FZlI/AAAAAAAADhE/3zNd_IFPT8g/s1600/Twitter.png'/></a></li>

<li class='media_icon'><a href='https://plus.google.com/XXXXXXXXXXXXXXXXXX/about'><img border='0' src='http://www.matrixar.com/-DNSrkD8pl14/UaKEsW_JdfI/AAAAAAAADhU/S0jGIdQuO4M/s1600/googleplus.png'/></a></li>

<li class='media_icon'><a href='http://name-of-your-blog.com/feeds/posts/default'><img border='0' src='http://www.matrixar.com/-H3nOjhn9wk8/UaKErtM0_mI/AAAAAAAADg8/vJ8tEgRcl5M/s1600/RSS.png'/></a></li>

</ul></div>

Customization

- Change what's in red with your usernames and id: the first is your Facebook username, the second is that of Twitter, in the third you should change the X by the ID of your Google+ profile and in the fourth you will put the name of your blog.
- To change the icons, just replace the urls in blue with the ones of your images.
- You can add more icons if you want, you just have to add before </ul></div> a line like this for each extra icon you want:

<li class='media_icon'><a href='Link URL'><img border='0' src='Image URL'/></a></li>

Step 5. Finally, Save the Template to apply the changes.

The effect is done with CSS3, so this effect will not work in older browsers.2013, By: Seo Master

seo Visualizing Your Cloud’s Data 2013

Seo Master present to you: This post is part of the Who's @ Google I/O, a series of blog posts that give a closer look at developers who'll be speaking or demoing at Google I/O. Today's post is a guest post written by Jesse Lorenz from Salesforce.com.

Many companies are storing their data in the cloud, and they are looking for ways to gain insight to this data. The Google Visualization API is a great way to do just that, which is why salesforce.com has built a set of Google Visualization components for Force.com. These components enable Force.com customers and partners to quickly embed sophisticated reporting and analysis functionality in to their Force.com applications. You can even use the Annotated Time Line visualization to visualize your sales progress:


The Google Visualization component project is one of the most popular projects on developer.force.com/codeshare. Force.com partners have already begun to leverage the components to build new business intelligence apps so that Force.com users can quickly generate reports and dashboards that provide them with new insight to their data.

If you’d like to learn more about embedding Google Visualizations into your Force.com applications, this tutorial is the best place to start. It contains a walk-through of how to get started as well as links to sample code for all of the supported components. The project is open source and everyone is encouraged to contribute!

Salesforce.com will be co-presenting a session at Google I/O that will discuss how to embed the power of the Google Visualization API in Force.com business applications, and how to turn a Force.com application in to a Google Visualization data source. We hope to see you there! To learn more about developing applications on Force.com, go to developer.force.com.

2013, By: Seo Master

seo Protect Your Blog posts from Copying Blogger Trick 2013

Seo Master present to you:
Stop copying blog content with css
Copying blog posts or articles from sites/blogs on internet is a usual thing.Here i am going to share you how to protect your blogger posts/articles form getting Stolen.This is a trick to lock your text and the visitors of your blog can't select the text only they can read the text. If they cracked that method and select the text there is another trick to disable right click menu,so they can't copy text.. Enjoy...







To view Demo click the link below:- Open this link and try to select text..Or do a right click..

View Demo

Copy the Following CSS codes to your Blog

  •  Go to Blogger Dashboard
  • Select Template->Edit HTML click Proceed    [or Use Alternate Way to copy CSS code]
  • Find ]]></b:skin>
  • Copy the following code  and save

-moz-user-select:none;
-webkit-user-select:none;
-khtml-user-select:none;
-ms-user-select:none;
user-select:none;


Disable Right Click

  • Copy the following code inside <head>
<script src='http://netoopscodes.googlecode.com/svn/branches/Js files/disable right click.js' type='text/javascript'/>


I think this article will surely help you...if you liked this please share...
2013, By: Seo Master

seo Transforming Your Calendar with LuckyCal and Google's APIs 2013

Seo Master present to you: This post is part of the Who's @ Google I/O, a series of blog posts that give a closer look at developers who'll be speaking or demoing at Google I/O. Today's post is a guest post written by Sanjay Vakil, founder of LuckyCal.

1.0 Introduction
LuckyCal is a new sort of calendar service that takes advantage of the web -- and about a dozen Google APIs. LuckyCal reinvents calendaring software by transforming calendars from staid repositories of information into a dynamic, anticipatory, interactive tools, making each appointment a search query and in the process changing your calendar into a concierge.

Ok, enough marketing speak! The real problem is that like anything really new and shiny, LuckyCal can can be a bit tricky to explain. The best we've been able to do is this video:



From a technical standpoint, LuckyCal subscribes to the calendars owned and published by its users and analyzes those calendars for time/date/interest information. LuckyCal uses the inferred location of the user to find events, friends, bands, and teams that are near where the user will be and which the user will find interesting. With this, LuckyCal publishes a new personalized calendar to which the user can subscribe which is full of "Lucky Events" based on the locations of the original events.

2.0 Google Calendar Data
Early iterations of LuckyCal used iCal and retrieved calendars from Google Calendar's "magic URLs". However, after some fits and starts, the team at LuckyCal switched over to using the Google Calendar Data APIs instead. We got several benefits from this: security, granularity, access to multiple calendars, repeating events and more.

Luckily, Google Calendar allows access to more of the "raw data" of the calendar. Each calendar has its own meta data and a collection of events. The calendars are represented via XML with a well-defined schema. Each individual event is also represented via XML. Using a secure mechanism (discussed later), LuckyCal can retrieve calendar and event data from the correct "feed", manipulate it, mine it, and then generate new events.

2.1 Recurring Event Feed
One of the most useful elements of using the Google Data APIs is the ability to access the same information through multiple feeds. Each feed provides a different view of the same data. While it is possible to get the native form of each event, it turns out to be much more useful allow the team at Google to do the heavy lifting to avoid some of the sharp edges of the calendars' API. In particular, one of the most useful capabilities is to avoid dealing with recurring events.

Recurring events are stored as a starting event with an "RRULE" which specifies when they are to be repeated. Unfortunately, the language that defines this repetition is baroque and difficult to understand. This is partly because it has to deal with many edge conditions: if the Geek Dad Dinner fell on Christmas, we'd probably cancel it. That exception -- that a specific instance was cancelled -- needs to captured as part of the recurring event.

Thankfully, the Google Calendar Data API "unrolls" repeating events, completely with exceptional and edge cases and then gives a view into this events for a given calendar based solely on a time range. The complex mess of recurring events is effectively hidden from the developer and we simply get a list of events that we know are occurring.

2.2 Creating new Events
As discussed earlier, LuckyCal creates new events for its users. These events are grouped together into a single new calendar so that they can easily be accessed and hidden and so that they do not detract from the primary calendar usage.

Creating new events is a good deal more difficult than reading a feed of existing events. Constructing a POST request that is correctly formatted and authenticated is tricky primarily because of escaping issues. Between the various escape characters that live in HTML, XML and the authentication encodings, it can be difficult to cleanly create an event which works.

Our advice is to start off with a simple, working example of simple text and slowly add complexity one step at a time: add a link, then an HREF, then a quotation, then an apostrophe and so forth. The reality is that there are many characters that end up having to be escaped and the majority of them will end up in the body of your events -- especially if those events are generated by your users.

3.0 Security
Calendar data is sensitive. Where/when people are going to be is intensively personal information. The body of events -- what you're doing there -- may be even more so. Google recognizes this and provides secure means to retrieve data and allows the user to maintain control over services that have access to their data.

Early on, LuckyCal used AuthSub to retrieve data. We've since superceded AuthSub with OAuth. The latter has the advantage of being more widely supported and of being the future of Google third-party authentication strategy.

Perhaps the most valuable characteristic of OAuth is that LuckyCal does not have to ask for -- or retain -- our users' Google Account passwords. Instead, we retain a LuckyCal-specific token which provides us access. Enabling developers to interact with Google Account information without having to convince users to trust us with their passwords is a huge advantage.

While there are a number of libraries available that implement OAuth for various languages, we ended up building our own version in Ruby. If you decide to attempt this, a useful tool to be aware of is the Google OAuth Playground which has recently been open-sourced.

4.0 Geocoding
LuckyCal works at the intersection of a Calendar -- time -- and the implied location of its users -- space. In order to find location information, LuckyCal uses Google's Geocoding facilities.

LuckyCal hands a textual description -- as found in the "where" fields in a calendar entry -- to the service and gets back a canonical name and latitude/longitude information. We also get back a measure of how accurate the information is: street, city, state, or country. This is critical to LuckyCal as it gives us a sense of whether the location is accurate enough to warrant trying to find nearby events for.

Another thing we've learned is that the Geocoder can easily get confused by extraneous information. As an example this address works perfectly:

"1600 Amphitheatre Parkway, Mountain View, CA"

But this one fails:

"Google at 1600 Amphitheatre Parkway, Mountain View, CA"

The latter is a completely reasonable example of what a user might enter in the "where" field, and it would be a shame not to be able to find that location. At LuckyCal we use some very simple algorithms to find addresses which are not canonical enough for the geocoder to recognize: we tokenize the address by spaces and commas and construct a set of new addresses that remove tokens from the front of the description until we have a match.

In this example, when "Google at 1600 Amphitheatre Parkway, Mountain View, CA" failed, we'd drop back to "at 1600 Amphitheatre Parkway, Mountain View, CA" which also fails, and then to "1600 Amphitheatre Parkway, Mountain View, CA" which succeeds.

This can lead to problems: removing the earlier section of an address can reduce its accuracy. We're lucky: LuckyCal only needs city-level accuracy.

5.0 Maps API
LuckyCal uses the Maps API to build the centerpiece of our web page showing our users what to do while they're on a trip.



Using a web-native client to view this information is wonderful -- we can render HTML directly in the info bubbles and allow users to interact exactly as they'd expect.

6.0 Conclusion
LuckyCal uses Google's APIs in a number of different ways to provide the best possible experience for our users. Given that our service pushes the envelope of what people expect calendars to do, it is gratifying to have access to a range of tools that streamline some portion of our efforts.

2013, By: Seo Master

seo Why Computers Recycling In Areas Should Be Done 2013

Seo Master present to you:

Why Computers Recycling In Areas Should Be Done

The reality today is that electronic wastage is becoming rampant. With the rising number of products being manufactured, you can also expect a boom in the products that accumulate as trash once they are out of trend. Computers recycling or healthy computing are being promoted heavily because people have to act now before everything is too late.

Citizens do represent something, whether it is an idea or a belief. However, it seems that environmental responsibilities are hard to commit to for some whose hearts are not in the campaign itself. With something as basic as reducing, reusing and recycling, others fail to meet these demands thus they fail to see how it will impact the world.

The thing about gadgets is that they can easily become obsolete when updates are continually introduced to the market. When units are left to rot and they pile up in landfills, they do not really go away on their own. This wastage should be avoided by the consumers themselves.

On the end of the consumers, they become too curious enough that they buy without thinking twice about the rest of the things that they have. If there is an infectious trend in buying gadgets, do not give in. You are not only acknowledging the passing fancy, you are also contributing to the amount of waste that could cause serious problems.

Although gadgets are very innovative and useful nowadays, still, you can settle with what you currently have. It is not as important just because you want to maintain this certain status level. You have to be mindful of the depleting resources, the landfills being filled to the brim and the toxicity that some materials release to the environment.

Quite frankly, the improper disposal of electronic waste is very dangerous to humans and to the environment. Moreover, the wastage itself is quite a shame because the redeeming factor is hard to come by given its complexity. What could have been a space for more useful waste is now taken up by the said devices.

The thing about buying too many things given a short span of time is that you can easily neglect what you have. As a result, you also manage to pile these unused items on top of one another as they become one big mound of trash. What is even worse is if majority of the pile are electronic gadgets and devices that can be recycled instead.

Utilization is an advantageous activity that can be used as an initiative to maintain sustainable development. Gadget users must be educated that there are toxic components with those little machines that run their unit. If ready to be disposed, experts need to take out any harmful component to ensure that further disposal will already be safe.

Computers recycling are not just about handling your electronic gadgets. The bigger issue is about knowing how to time your purchases and weighing the necessity of each. If you learn to become a responsible buyer, then eventually, you can contribute to the wellness of the environment.



Author Bio:
Kamal Ahmad Is young entrepreneur who love to write on tech gadget. And believe on green technology, he has the view that its every person’s responsibility to take part in saving earth by promoting green tech. He blogs on http://yourpcuniverse.com and tweets @YourPcUniverse
2013, By: Seo Master

seo Maintaining Your Computer So Your Computer Can Maintain You 2013

Seo Master present to you:

If your computer starts performing different than normal, or running very slow, this doesn’t necessarily mean that you need to buy a new computer. Like cars, computers also need tune-ups and require regular maintenance. There are applications that will clean your computer and make it run like new.

PC system utilities can repair a hard drive, generate free space on a hard drive, recover data, optimize processes and most of all clean your computer registry! Utilities applications will warn the user of any viruses or other issues that are potentially hazardous to your computer’s functionality to include hard drive errors, security issues, inefficient settings, or any files that may need deleted to free up disk space.

Computer technicians use the Utilities Applications when beginning diagnostic processes, so when you purchase this software, you are basically purchasing your own computer technician! Running utilities regualarly and using diagnostics tools, your computer will last longer, experience very few slowdowns and improve the overall performance, saving the user a lot of frustration.

What to look for in system utilities

System utilities defragment hard drives and remove errors, while some mainly focus on repair and recovery. If you have the same computer issues over and over, then you are familiar with the main problems your system has, and you can purchase the PC utility application that is ideal for your specific needs. The best utilities application, however, manages a wide range of issues.

Software for specific needs include:

Repair/Recovery-Applications such as spyware, adware and Trojan can often be infected with viruses, because they are attached to unsecure websites. Repair and recovery can fix errors and remove these viruses to stop your computer from slowing down or stop working. This application will also remove files that are not necessary and erase internet history, cookies and temporary files from internet.

Management and Diagnostics-This application will uninstall programs that you do wish to have on your computer and keep your computer running at optimum speed. This is the best application for managing your start up programs and will solve issues before they cause serious problems.

Ease-This utility makes computer maintenance easy! This will incorporate easy to use features and easy to navigate interface.
Recommended: 10 Easy Steps to Speed Up Your Computer!
Optimization will give you utilities that can tweak settings for memory and internet options which will ensure your computer runs at optimum functionality. This will provide the quickest and most noticeable performance of your computer and you can adjust the settings for your Windows operating system.

PC utilities assist in fixing a broad range of problems and help maintain your computer’s functions. This application will keep you from having to take your computer to be fixed by a professional. This software provides a good amount of information so you can repair and maintain your computer yourself. This software will improve the efficiency and performance.

Of course there are numerous, additional software applications such as file sharing like Rocket Software, etc. When you choose the right application for your computer, be sure to do your research on the specific programs. Sometimes you will have to pay for these applications, but you may be able to find some free downloads!



Author Bio:
Missouri resident C. Jones devotes much of her writing to software applications when she is not occupied with her medical profession.
2013, By: Seo Master

seo Tribal Wars W69 opening tomorrow! 2013

Seo Master present to you:
Tribal Wars, one of the GREAT browser game will be starting its new World 69 tomorrow. The world was already available for pre-registration. By tomorrow, the world will have maps, villages and other many things. More than 9000 people have already registered. Join our TRIBE Center for Noob Disarmament (Tag: CnD).
2013, By: Seo Master

seo 10 Reasons to Give Up Owning a Car 2013

Seo Master present to you:
There once was a time when I really loved owning and driving a car. I got my first car before I even turned 16. I held jobs that required me to drive hundreds of miles each week. I commuted across town to work when I lived in a city that was totally sprawled out. I loved several of my cars. But then I moved to San Francisco where it’s more of a hassle to own and park a car than it is to get around without one. I gave up my car three and a half years ago and have been car-free ever since.


There are a lot of things that I miss about having a car. Cars represent freedom. Cars are fun to drive. Cars keep you out of the elements when the weather is nasty and you’ve got somewhere to go. But for the most part I’m really glad that I gave up owning my own car. 
Here are the top ten reasons to give up your car:

1. You immediately begin to get in better shape

People who don’t use cars have to find other ways of getting around. Walking and biking are the most common solutions. Even people who use public transportation and cabs are people who tend to walk more than their driving counterparts. This activity makes it really easy to get in better shape just by going about your daily business. That’s one of my favorite things about not owning a car!

2. You spend a whole lot less money

Even though I pay for both buses and cabs on a fairly regular basis, I spent a lot less money on transportation without owning a car. Cars cost a fortune in terms of the car itself, insurance, gas, maintenance and various fees. I don’t ever have to spend that money which means that I’ve got extra money to spend on the other things in life that are of more value and importance to me than owning a car is.

3. You contribute to a greener environment.

Yes there are a lot of green cars out there. I write regularly about electric cars and cars that get the best gas mileage. I do think that if you’re going to drive then you should drive a green car. But it’s a whole heck of a lot greener if you just don’t drive at all. If you’re at all concerned about the environment then giving up your car is a great step to make towards a solution to that problem.

4. You get closer to your community 

People who don’t drive tend to stick around their own neighborhoods a lot more. They go to local stores more frequently (because they can’t go just once and load up the trunk with a month’s worth of stuff!) They are out and about with others who are walking. These things provide opportunities to get to know your neighbors and to foster a stronger sense of community in your area than you may have when you’re a driver.
5. You see more of the world around you and live more in the present moment 

There’s a lot going on in the world that you don’t see from your car. When you slow down by walking or biking, you start to notice things. This helps you to live in the moment and to really be present in your own life.

6. You reduce your stress levels 

 Driving a car is stressful. Problems on the road and problems with the car create causes for ongoing stress in your life. Financial concerns, emergencies on the road and other common issues related to driving all increase your daily stress. Not having a car prevents that problem. Sure you sometimes get stressed because the bus is late but it’s not nearly as persistent of a problem.

7. Not having a car makes driving really fun 

One of my favorite things about not owning a car is that I really enjoy every chance that I do get to drive. I do still drive when I go on vacations or day trips. Since this is a rare occurrence, I actually think it’s fun and exciting instead of stressful or exhausting.

8. The cars you do drive are always really great cars 

If you don’t own a car then you usually only drive rental cars, borrowed cars or cars from a car share program like Zipcar. These cars are typically in good shape. They’re clean. They’re fairly new. They’re comfortable. That’s a lot more than I can say about a lot of the cars I had when I was a car owner!

9. You get to be conscious about your choice to drive 

One of the things I aim for in my own life is to make conscious decisions rather than just doing things out of habit. When you don’t have a car, you get more focused on the reasons that you might want a car. If you do decide to get one again, it will be a conscious choice that’s rooted in your inner beliefs and needs rather than just something you do because you’ve always done it.

10. You get to set a good example for the future

Cars create a lot of problems for our environment and society. Unfortunately, it’s hard to give yours up because society is structured in such a way that most of us feel that we need our cars to get around. Making a change in your own life will set an example for others to make changes as well.

There are a lot of great cars out there and I continue to be interested in the new cars that are being created today. I’m not anti-car at all. However, I do think that life is generally improved if you are able to live in a city and a situation that makes it possible for you to live without a car. It’s not right for everyone but it’s definitely offered a lot of benefits to me!
2013, By: Seo Master

seo Auto Dealers Beware 2013

Seo Master present to you:

Advice from an Experienced Auto Auction Consumer & Former Employee: The Inside Tips

Manheim Auto Auctions were once thought of as the top dog of the dealers-only auto auctions, but now have fallen and continue to fall farther from the simple roots that started them. Manheim lays claim to owning the world's largest auto auction, but no longer can they say they are the
gold-seal standard anymore. More and more, this company has become more about the money lining their pockets than helping dealers sell and buy cars for their lots. They have taken away many services that were put in place to help dealers while they were at the auctions such as the Vehicle Locator Department, whose job was to locate lost cars, and Dealer Concierge Department, whose job was to make dealer feel welcome and less lost at the auctions. These are just a couple of things that have been done, but the biggest reasons why auto dealers nationwide should be wary of any Manheim Auto Auction.

I'm going to review the top 5 reasons dealers should think twice before shaking hands and making deals that could cost them thousands of dollars. There are many reasons that dealers should be wary of any auto auction, but these top 5 take the cake. They can even lead to thefts and damages of the dealers' vehicles when they are sent to any auto auction and not just Manheim, though this is where they lack. These tips can also be used by the everyday Joe Shmoe as well for any public auction. It always pays to be mindful of those trying to scam you out of your hard earned money.



5. Hidden Charges: We know we all hate hidden charges that are not told to us at the time of purchase, and auto dealers are no exception. Be mindful when going to any auction whether a public or private auctions. You should always make sure you know about all possible charges before putting something on the auction block or purchasing. Manheim has several hidden charges that they neglect to mention, such as a cancellation fee for dropping any auction lane spot number that is not dropped by the day before sale day at noon. This fee was first tested at Manheim Orlando location and has become a nation standard and a dealer's worse dream for vehicles that do not make it to auction on time.

4. Location, location, location: Let's face it, everyone. Would you go to a place to shop that wasn't in a nice area? I think we can all answer yes to that question. You should always inspect the area where the auction is located. Many people don't think about this though when it comes to auctions, and dealers are the worse about it. Manheim Orlando Auto Auction may be located in between Toll Roads 429 and the Florida Turnpike making it easy to get to and from the major shipping yards and airports, but it also has one of the worse crime neighborhoods in all of Ocoee, FL, right behind it. After growing up around and working there, I can honestly tell dealers that there is approximately 100 auto theft and break in attempts per year with approximately 20 successful thefts or break ins. I know this because I have caught and called police before and have seen and filed the security reports. The auto auction has become a gang initiation spot where new gang members must slip onto property and try to steal a car. I have been addressing fence weakness to the security manager for years with nothing still being done to this day.

3. Customer Service: One major thing we all look for in a business is customer service. Not many people would think about this when it comes to auctions though. You should always ask others about the customer service before going to any auction. The more complaints you hear, then the farther a way you should stay. Manheim Orlando Auto Auction once had water available through out their property. Then when they brought in a new manager, Butch Herdegen, that was all stopped and reduced to barely a handful of water dispensers that are hard to locate. The first employee meeting with Butch Herdegen was astonishing because his reason for taking all of the available water sources a way was because the dealers, employees, and auto transporters were all too spoiled. This here is the first sign of bad customer relations because employees tend to be more up front and truthful with long time customers when asked about the items in question.




2. Employees: You should always check to see what kind of employees and how the employees look before ever going to any auction, private or public. If the employees look like you can not trust them, then go with your gut. Also ask whether the employees have been background checked for criminal records, such as grand theft. Manheim Auto Auctions use to do this when they did hire new employees to drive the vehicles around the auto auctions. After the mass lay offs at both Manheim Central Florida and Manheim Orlando, Butch Herdegen put non-background checked temporary drivers not only behind the wheels of the vehicles, but have also allowed them to be crew leaders or unlicensed security guards and use gate keys when nescesary. Over half of these temporary workers have criminal records that span from violence and drugs to grand theft auto. They are called temporary labor workers because they can not get a job working any where else. I am not saying these people do not deserve a chance to work, but with the lack of background checks, it is easy enough for a still active car thief to walk through the gates, up to a car going getting ready to go out the gate for a lot-to-lot transfer, go out the gate using his/her crew leaders identification number, and then make a very quick, almost unnoticed escape. This brings me to our number one item to be wary of.

1. Security: Always, always, always check to see how many security guards are on each guard shift yourself! Never ask the company about security because they will always tell you what you want to hear. Also always remember to check and see if the security guards are licensed by the state itself. If they are not licensed by the state you live in, then they are not true security enforcement guards and are nothing more than a glorified fire watchmen with the title of security guard. Those types of security guards are less likely to do anything about your stuff being stolen no matter what because they are not licensed and do not know what the state requires of security enforcement. In Florida for example, the law on security enforcement, no matter the curcumstance, is to be licensed and undergo at least 40 hours of Florida Department of Agriculture and Labor approved training before they place on a security enforcement guard's badge and uniform. This is not what is being done at Manheim Orlando. They hire anyone for security whether he/she has a license or not and places them in uniform. They will then also subsquently fire those same employees for failure to follow procedures that they were never trained nor licensed to do.

You also must make sure you see how many security guards are on each guard shift. Most states, including Florida, have a minimum required number of security enforcement officers per acre or monetary value which ever is greater. Once again, here is where Manheim Orlando is in violation once again. They have laid off so many security enforcement officers that they no longer even meet the required minimum. They have laid off so many that their overnight has only 3 guards doing the job of at least 8 people on a property that should have at least 10 due to the monetary value and the 3 seperate properties that they own.

If you look out for these top 5 items, then you should be able to determine if the auction is right for you. These are the most common things that many people especially auto dealers tend to not look at before going to an auto auction. It is also because of these top 5 items being ignored that millions of taxpayers' dollars are also spent on prosecution and imprisonment of criminals who prey on the unwitting. Auto dealers tend to believe that it will never happen to them so they tend to be more relaxed with where they send their cars, especially when a business has been around as long as Manheim Auto Auctions. These are false senses of security though with the changes that have befallen the once great Manheim Auto Auctions that many dealers are starting to see. Also with competition from other companies, such as Adesa Auto Auction, that offer cheaper prices, no hidden charges, a properly staffed security enforcement, and top rated customer service, it's no wonder why the once mighty Manheim has now fallen to being only the 5th top customer rated dealers-only auto auction. Perhaps those lovely Cox sisters at parent company Cox Enterprises Inc. should take a much closer look at who they have in charge over the whole operation at Manheim's corporate offices.

2013, By: Seo Master

seo How To Make Mouse Cursor Tail Text Effect In Blogger 2013

Seo Master present to you:
If you want to show any text Like " Welcome " which follow the mouse cursor [ tail text effect ] .Now you can add it simply.




Login to your Bogger Dashboard and go to Templates.







Click on 'Add a Gadget' on the sidebar.




Select 'HTML/Javascript' and add paste the above code.





Then copy below code and paste it.

Copy This Code



<script language="javascript">

// ENTER TEXT BELOW. CAN *NOT* INCLUDE NORMAL HTML CODE.

var text='YOUR TEXT HERE...';

var delay=40; // SPEED OF TRAIL

var Xoff=0; // PIXEL COUNT FROM THE LEFT OF THE CURSOR (- VALUES GO TO
LEFT)

var Yoff=-30; // PIXEL COUNT FROM THE TOP OF THE CURSOR (- VALUES GO UP)

var txtw=14; // AMOUNT OF PIXEL SPACE EACH CHARACTER OCCUPIES

var beghtml='<font color="#00436e"><b>'; // OPTIONAL HTML CODE
THAT EFFECTS WHOLE TEXT STRING SUCH AS FONT COLOR, SIZE, ETC.

var endhtml='</b></font>'; // END HTML CODE. MOSTLY USED IF ABOVE
SETTING IS USED.



//********** NO NEED TO EDIT BELOW HERE **********\

ns4 = (navigator.appName.indexOf("Netscape")>=0 &&
document.layers)? true : false;

ie4 = (document.all && !document.getElementById)? true : false;

ie5 = (document.all && document.getElementById)? true : false;

ns6 = (document.getElementById &&
navigator.appName.indexOf("Netscape")>=0 )? true: false;

var txtA=new Array();

text=text.split('');

var x1=0;

var y1=-1000;

var t='';

for(i=1;i<=text.length;i++){

t+=(ns4)? '<layer name="txt'+i+'" top="-100" left="0" width="'+txtw+'"
height="1">' : '<div id="txt'+i+'" style="position:absolute; top:-100px;
left:0px; height:1px; width:'+txtw+'; visibility:visible;">';

t+=beghtml+text[i-1]+endhtml;

t+=(ns4)? '</layer>' : '</div>';

}

document.write(t);

function moveid(id,x,y){

if(ns4)id.moveTo(x,y);

else{

id.style.left=x+'px';

id.style.top=y+'px';

}}

function animate(evt){

x1=Xoff+((ie4||ie5)?event.clientX+document.body.scrollLeft:evt.pageX);

y1=Yoff+((ie4||ie5)?event.clientY+document.body.scrollTop:evt.pageY);

}

function getidleft(id){

if(ns4)return id.left;

else return parseInt(id.style.left);

}

function getidtop(id){

if(ns4)return id.top;

else return parseInt(id.style.top);

}

function getwindowwidth(){

if(ie4||ie5)return document.body.clientWidth+document.body.scrollLeft;

else return window.innerWidth+pageXOffset;

}

function movetxts(){

for(i=text.length;i>1;i=i-1){

if(getidleft(txtA[i-1])+txtw*2>=getwindowwidth()){

moveid(txtA[i-1],0,-1000);

moveid(txtA[i],0,-1000);

}else moveid(txtA[i], getidleft(txtA[i-1])+txtw, getidtop(txtA[i-1]));

}

moveid(txtA[1],x1,y1);

}

window.onload=function(){

for(i=1;i<=text.length;i++)txtA[i]=(ns4)?document.layers['txt'+i]:(ie4)?document.all['txt'+i]:document.getElementById('txt'+i);

if(ns4)document.captureEvents(Event.MOUSEMOVE);

document.onmousemove=animate;

setInterval('movetxts()',delay);

}

</script>




Change red color with Your text message


Save it.enjoy......................................
2013, By: Seo Master
Powered by Blogger.