This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

stuf

Category 6 (Carousel)

Thursday, September 8, 2016

GlobalMedicine Wordpress




Customized Solutions for Global Medical Information

Clients tell us that we provide a flexible, responsive, and personable experience for them. And at ProPharma Group, those clients come from all over the world.
With strategically positioned contact centers around the world, we can provide a truly global solution to the medical information (MI) needs of pharmaceutical, biotechnology, and medical device companies.
By outsourcing pharmaceutical contact center services to ProPharma Group, our clients are able to alleviate challenges associated with developing and maintaining an internal department. Our five globally integrated, international contact centers are staffed with pharmacists, nurses, and life science graduates, many with advanced degrees. The inquiries they handle come from health care professionals, patients, and consumers all over the world. 
With ProPharma Group as a partner, you can provide your customers with:
  • Industry experienced medical information specialists to manage each case accurately and professionally
  • Multi-lingual support in approximately 30 native languages
  • A globally integrated, validated database
  • Support for a single product or therapy area, a product cluster, or your full product portfolio
  • Medical information responses consistent with product labeling and regulatory guidance
  • Experience in a diverse range of therapeutic categories
  • Adverse event processing and product complaint services
Our Professional Contact Centers are located in:
  • Overland Park, Kansas
  • St. Louis, Missouri
  • St. Paul, Minnesota
  • Richmond, United Kingdom
  • Melbourne, Australia

Tuesday, September 6, 2016

html5 book part 1 tricks

Arnautweb

Nearly every section of the book contains practical code examples that demonstrate real-world use (A and B). Typically, they are coupled with screen shots that show the results of the code when you view the Web page in a browser C. Most of the screen shots are of the latest version of Firefox that was available at the time. However, this doesn’t imply a recommendation of Firefox over any other browser. The code samples will look very similar in any of the latest versions of Chrome, Internet Explorer, Opera, or Safari. As you will learn in Chapter 20, you should test your pages in a wide range of browsers before putting them on the Web, because there’s no telling what browsers your visitors will use. The code and screen shots are accompanied by descriptions of the HTML elements or CSS properties in question, both to give the samples context and to increase your understanding of them. In many cases, you may find that the descriptions and code samples are enough for you to start using the HTML and CSS features. But if you need explicit guidance on how to use them, step-by-step instructions are always provided. Finally, most sections contain tips that relay additional usage information, best practices, references to related parts of the book, links to relevant resources, and more.



 You’ll find a snippet of HTML code on many pages, with the pertinent sections highlighted. An ellipsis (...)  represents additional code or content that was omitted for brevity. Often, the omitted portion is shown in a different code

<body> 
  <header role="banner"> 
    <nav role="navigation">
   <ul class="nav">
    <li><a href="/" class="current">home</a></li>
    <li><a href="/about/">about</a></li>   
     <li><a href="/resources/">resources</a></li>
    <li><a href="/archives/">archives</a></li>  
    </ul>  </nav> ... </header>
   </body> 
</html>



Conventions used in this book The book uses the following conventions: n The word HTML is all encompassing, representing the language in general. HTML5 is used when referring to that specific version of HTML, such as when discussing a feature that is new in HTML5 and doesn’t exist in previous versions of HTML. The same approach applies to usage of the terms CSS (general) and CSS3 (specific to CSS3). n Text or code that is a placeholder for a value you would create yourself is italicized. Most placeholders appear in the step-by-step instructions. For example, “Or type #rrggbb, where rrggbb is the color’s hexadecimal representation.” n Code that you should actually type or that represents HTML or CSS code appears in this font. n An arrow (➝ ) in a code figure indicates a continuation of the previous line—the line has been wrapped to fit in the book’s column B. The arrow is not part of the code itself, so it’s not something you would type. Instead, type the line continuously, as if it had not wrapped to another line. n The first occurrence of a word is italicized when it is defined. n IE is often used as a popular abbreviation of Internet Explorer. For instance, IE9 is synonymous with Internet Explorer 9. n Whenever a plus sign (+) follows a browser version number, it means the version listed plus subsequent versions. For instance, Firefox 8+ refers to Firefox 8.0 and all versions after it.

The book’s site, at www.bruceontheloose .com/htmlcss/, contains the table of contents, every complete code example featured in the book (plus some additional ones that wouldn’t fit), links to resources cited in the book (as well as additional ones), information about references used during writing, a list of errata, and more. The site also includes reference sections (Appendixes A and B) that we didn’t have room to include in the book. These are handy for quickly looking up HTML elements and attributes or CSS properties and values. (They also contain some information not covered in the book.) You can find the code examples at www .bruceontheloose.com/htmlcss/examples/. You can browse them from there or download them to your computer—all the HTML and CSS files are yours for the taking. In some cases, I’ve included additional comments in the code to explain more about what it does or how to use it. A handful of the code samples in the book are truncated for space considerations, but the complete versions are on the book’s Web site. Please feel free to use the code as you please, modifying it as needed for your own projects. The URLs for some of the key pages on the book’s site follow: n Home page: www.bruceontheloose .com/htmlcss/ n Code samples: www.bruceontheloose .com/htmlcss/examples/ n Appendix A: HTML Reference:  www.bruceontheloose.com/ref/html/ n Appendix B: CSS Properties and Values:  www.bruceontheloose.com/ref/css/ I hope you find the site helpful.

Video Training Visual QuickStart Guides are now even more visual: Building on the success of the top-selling Visual QuickStart Guide books, Peachpit now offers Video QuickStarts. As a companion to this book, Peachpit offers more than an hour of short, task-based videos that will help you master HTML5’s top features and techniques; instead of just reading about how to use HTML5, you can watch it in action. It’s a great way to learn all the basics and some of the newer or more complex features of HTML5. Log on to the Peachpit site at www.peachpit.com/ register to register your book, and you’ll find a free streaming sample; purchasing the rest of the material is quick and easy.

Unless a site is heavy on videos or photo galleries, most content on Web pages is text. This chapter explains which HTML semantics are appropriate for different types of text, especially (but not solely) for text within a sentence or phrase. For example, the em element is specifically designed for indicating emphasized text, and the cite element’s purpose is to cite works of art, movies, books, and more. Browsers typically style many text elements differently than normal text. For instance, both the em and cite elements are italicized. Another element, code, which is specifically designed for formatting lines of code from a script or program, displays in a monospace font by default. How content will look is irrelevant when deciding how to mark it up. So, you shouldn’t use em or cite just because you want to italicize text. That’s the job of CSS. Instead, focus on choosing HTML elements that describe the content. If by default a browser styles it as you would yourself with CSS, that’s just a bonus. If not, just override the default formatting with your own CSS.


Monday, September 5, 2016

Make Money With CAMPCASH





Camp Cash: IslandEdit

The very first season in the "Camp Cash" series features sixteen contestants fighting for the grand prize of one million dollars, and risking their lives in deadly, and not so deadly challenges, courtesy of the hostess Blaineley. Who will win? Who will lose? And who will cry? Will it be the Sweet Shadow Ariel, her twin the Main Event Kia, the Laid-Back Guy Trevin, the Hot Tech Geek Zyeb, the Sugar, Spice, and Everything Nice Cassy, the Weird Guy Geo, the Girl On Fire Glenda, the Ditzy Sweetheart Vanilla, the Artist Chance, the Braniac Violet, the Olympian Atlas, the Athlete Derek, the Warrior Sareena, the Sidekick Dina, the Jock Cole, or the Sarcastic Know-It-All Marc? Or will Blaineley just take it for herself? Find out on Camp Cash: Island!

Camp Cash- Island Cast Promo Poster
The first season cast.

Camp Cash ActionEdit

Some of your favorite contestants are coming back for another shot for the million, and Blaineley has been coming up with new movie-themed ideas to torture the contestants and shake things up. Who will live? Who will die? Who will win? Who probably won't? Find out on Camp Cash Action!

EventsEdit

2015Edit

  • On Sunday, May 17th: Blaineley was revealed as the hostess. Later that day, Vanilla was the first contestant revealed.
  • On Monday, May 18th: Ariel and Kia were revealed as a duo.
  • On Tuesday, May 19th: a few rejected character designs were revealed. Some of these names include Dak, Stefani, Ariana, Amethyst, Sapphire, Bella, Alice, Peter, Agnes, Summer, Karriey, and Roke. Also, prototype designs of Ariel and Kia appeared in this photo. Additionally an extra name appeared in this picture.
  • On Wednesday, May 20th: Cassy was officially revealed as a contestant, a "Q&A" session will happen for all the contestants, and that past Total Drama contestant Cody will appear sometime during the series span, but will not be a contestant.
  • On Friday, May 22nd: A few more rejected character designs were shown. They include Britney, Lavender, Gage, Shaynina, Daryl, Taylor, Wednesday, Destiney, Ricky, Andrew, Kenny, Oliver, and Corey. Andrew is confirmed to not be related to any contestant, but an enemy of Tyler's who's on the same soccer team as him and his competitive rival.
  • On Saturday, May 23rd: Violet was officially revealed, and her dream of being an empress. A team roster was officially released, confirming the team names as the Killer Gophers and the Screaming BassCole's name was also accidentally revealed again in an uncomplete roster.
  • On Sunday, May 24th: Trevin was officially revealed, with the artwork done by Drake Daniels.
  • On Tuesday, May 26: A list of dialogues were revealed for some contestants. All revealed characters received these, while Cole and Blaineley did not have any dialogue revealed.
  • On Wednesday, May 27: A Q&A session with Ariel was released.
  • On Thursday, May 28th: A Q&A session with Kia was released by popular demand, and it was confirmed that Ariel will not win the first season.
  • On Friday, June 12: It was announced that the first season of Camp Cash, Camp Cash: Island, will be put on hold until the first episode of The Ridonculous Race officially airs, and Clarity from Camp Cash Actionwas revealed early as an apology.
  • On Saturday, July 4: Much information was revealed to fan Skyler Elmore. It was revealed that the series has the first six season contestants, teams, and elimination orders done. It was revealed that Chris Wiltrout (the creator) wants at least nine seasons. It was revealed that Sareena would not win the first season, but is one of Chris' favorite contestants.
  • On Thursday, July 16th: TanyaMichaelMarie, and Chris were revealed early. In Tanya's case: VERY early. And a line from Tanya's biography was revealed, meaning that she will be receiving a biography.
  • On Friday, December 25th: Glenda was revealed.

2016 Edit

FOR MORE REGISTER HERE

Sunday, September 4, 2016

5 Facebook Ads Ninja Tricks that will Rock Your Business

So you have some awesome site or product that needs to drive traffic to it quickly?
A lot of people immediately start looking into search engine optimization, trying to get free traffic from Google by ranking well in the search engine.
Now this is certainly a great idea. Free traffic is always the best or as I like to put it when visiting friends – “free dinner and no dish washing duty”.
Only the problem with search engine optimization is twofold:
  1. It’s become considerably harder to optimize your site in Google’s eyes over the last couple of years as Google are hitting what it believes to be sites that are “too optimized”
  2. Search engine optimization is a LONG TERM STRATEGY. You won’t rank in the top 10 easily (unless you have some silly super long keyword with no competition – or searches)
So what can you do if you want to drive traffic to your site quickly? Well, there is no way around paid traffic.
If you’re just starting out with paid traffic you are most likely wasting your money.
So what do I mean by this?
Most people I’ve seen starting out with paid advertising like Google AdWords or Facebook Ads end up spending a lot of money and then quitting after a while because they spend a lot of money but don’t really see any results.
I know – I was one of them ðŸ™‚
Over the last couple of years I’ve wasted thousands of dollars for not simply paid advertising, but as well for people who helped me in my endeavors to lose money.
Back in the early days when Google AdWords totally disrupted how we could do online paid advertising with its “cost per click” (CPC), everything must have been easier.
Because of the low number of businesses using the platform, it was easier to find a low CPC for your adverts.
But if we fast forward to today, EVERYBODY is doing paid advertising – not only with Google AdWords.
Now I’m not saying that you can make money using Google AdWords. I know several who have very lucrative businesses leveraging Google AdWords.
Merely what I am stating is that the game has been much worse and the days where you could set up a simple campaign with a few advertisements and pull in money, are long gone.

My shift from Google AdWords to Facebook Ads

In this situation I won’t prove you the basics on how to begin with and set up your first Facebook Ad. You can probably quickly Google a couple of thousand guides on this. Instead, I want to take it a bit deeper and show you some of the more advanced strategies that I’m using in my business.
Whoa… Weren’t we just talking about Google AdWords?
Yep, so let me tell you a little about why I ditched Google AdWords.
I was managing a campaign for one of my jobs that supply professional SAP Project Management Training. The idea was to get leads from Google AdWords and then sell them in our program.
Initially I had gotten some help from a Danish freelancer who had done the initial keyword analysis and setup the first campaign. We spend $200 on ads but did not see that much results. Of course, as we pay per click, you might think that our page wasn’t converting as well as it should.
You are of course powerful, however clicks in the SAP industry are expensive, hence we didn’t actually receive that many visitors and only a few ended up as hints.And then after being a bit put away by this, I decided to engage someone to tweak our campaigns more over time, someone who knew Google AdWords and could follow up on the progress and make small adjustments along the way.
Comfortably, he knew his stuff, but we didn’t take many clicks. In the end, I spend a lot of money on him, actually 3-4 times the amount we ended up paying Google for the ads.
So what was it that ultimately made me fire him?
In a period of a couple of weeks we’d only gotten 10 or so clicks on AdWords, but in less than a week I had gotten more than 300 leads (not clicks) through Facebook ads. And I’d done it all on my own.
So I fired his ass and concentrated my efforts on Facebook Ads

Facebook Ads Ninja Tricks…

Hence today I want to present you some tricks that I use myself and that you give the sack also. These tricks will optimize your results when using Facebook Ads.
Before you venture into these tricks, please make sure that you have:
  • Great ad copy
  • A fantastic and converting landing page
The tricks won’t do you much good if you can entice people to click on your ad or convince them to take whatever action it is you want them to take after they’ve clicked.
So let’s get started with the first tip…

#1 Don’t Pay for Page Likes

facebook-ads-like-campaign
When you set up ad campaigns on Facebook, you can choose Page Likes as the target.
You might think that Likes on Facebook will show people how successful you are, however the use for likes these days are almost nothing.
The problem is that Facebook are not showing your Facebook posts to all the people liking your page anyway.
This implies that you will pay a great deal of money to get looks from people who won’t even view your posts.
In order to get people who like your page to actually see your posts, you have to… oh wait for it… “Promote” (that means “pay” guys) your post.
Thus or else of being focused on Likes for your page, you might as well skip this step and move right on to promoting what it really is you want to promote.
Now if you have a new page and feel that you should have some “social proof” with all the likes you got, by all means pay for some likes and make your competition frustrated with your “overnight Facebook success
But recognize that its wasted money and you cannot use the likes of anything. I know several people who have wasted thousands of dollars on getting likes this way of Facebook and are now having pages with a lot of likes, but no interaction on their posts because no one are seeing them.

#2 Target Your Existing Newsletter Subscribers

Who will respond better to your ads and message?
Those who already know and trust you!
Do you have an existing newsletter? Chances are that those people on your list are also on Facebook (well isn’t everybody ;))
You can now import all your newsletter subscribers into Facebook as a “custom audience”.
facebook custom audience
When you are  using Mailchimp then there is a super easy direct integration, if you are using another system, you need to export all your subscribers (just their email addresses) and import that into Facebook.
Only choose your text file containing one email address per line and tell Facebook that its emails and take hold of a cup of java.
facebook custom audience emails
.It’s super easy and you will get a much better click through rate (CTR) from people who already have shown interest in your company/product/message.

#3 Easily Quadruple Your New Audience

“But Rasmus, my list is only like a hundred people or so…”
There’s a solution to that too…
Facebook supports what is know as “Lookalike Audiences”.
facebook lookalike audience
You feed it an existing custom audience, like the one you just created from your email subscriber list, and tells Facebook to get people who lookalike the ones from your list.
The further you drag the slider, the more people you will include in the new lookalike audience (and the less they will have in common with the people in the original audience).
This feature is super powerful and can actually possess an impingement on your reach while keeping the cost per click or conversion down.

#4 Retargeting what?

The current buzzword in the SEM industry (that’s “search engine marketing”) is Retargeting.
As usual, you can get the full scoop over at Wikipedia, but the short story is that it’s a way to target people with ads based on their previous actions online.
You are probably questioning why you are getting hammered with the same advertisements over and over for a product or service you just checked out at one time, right?
That’s retargeting for you. If you looked at say a new Toyota on some dealer website, you are probably much more likely to actually buy it than someone who has never owned a car.’
And then by targeting those who have already shown interest in your product or service, you make a much higher CTR and conversion.
The good thing is that it’s super easy to use for you as well.
Again, it’s only about making a custom audience, but this time select Custom Audience from Your Website.
Enter a name and then you get a small piece of code that you need to stick on your website. Chances are that you already know how to put stuff like the Google Analytics script on your site, so this is the exact same.
facebook retargeting
If you don’t cognize how to install it, your 14 year old nephew can probably manage it in five minutes!
I usually stick on all pages on my site, but you can select to narrow it down to say only a single product page (if you deliver multiple products), to effectively target the great unwashed who’ve expressed interest in one of your products.
You can set this up in five minutes, so if you’re doing Facebook Ads already, there is really no excuse not to do it.
As you attract people to your site who also have Facebook profiles, your new custom audience will set off.
As you attract people to your site who also have Facebook profiles, your new custom audience will sett-off.

#5 Become a Professional Ad Designer Overnight

You’ve likely heard me say this before, I’m aesthetically challenged.
I know my way around tech stuff and cold, but I can’t really design anything that looks good (although I do have an opinion on what is good design and what is not).
I normally just create ads in the news stream, not in the right hand panel. The ads sitting to the right might be cheaper if you pay per click, but you also get much less interaction.
Also Facebook got all these rules about how big pictures should be so the ad will end up displaying correctly on both desktop and mobile devices.

Hence if you want to design a real kick ass ad like the one below, what exercise you answer?
retiremyass ninja
While I of course got the photo of myself on my hard-drive, the above image – in the perfect Facebook ad format of 1200×627 I might ad – was created in less than 5 minutes.
The tool is gratis and online and called Canva.com
It’s a simple drag and drop designer for images that even your mother will be able to use.
.
I’ve used this tool for generating image ads for whole campaigns quickly, and if you’re not a kick ass designer, I’m sure it will be a valuable tool in your arsenal!
When doing images for ads, remember that Facebook won’t allow pictures with more than 20% text. So don’t overdo the text in your image ðŸ™‚ (If they get rejected, just remove some text or make it smaller and resubmit the ad – no harm done).