This article shows you how to renew you User Authentication SSL certificate for your StartSSL account.
I received the following mail:
The Class 1, client certificate for my@email.address and serial number 123456 (123456) is about to expire in about two weeks. Please log into the StartSSL Control Panel at https://www.startssl.com/?app=12 and get a new certificate for this purpose. Failing to update your client certificate might result in the loss of your account.
I logged in, but I cannot figure out how to get a new certificate. Could someone please give me a hint?
Answer
Firefox remembers the selected certificate for client certificate authentication by default (Remember this decision). However when attempting to authenticate and clicking cancel (for various reasons, for example no certificate exists), Firefox apparently remembers that too.
Reproduce by going to https://www.startssl.com/?app=12 and click on "Authenticate" and hit cancel. Try to authenticate again and the request fails automatically. The only way to get out of this, is by restarting the browser completely.
Firefox should not send ANYTHING to the server when the request is canceled at the client side and certainly should not remember that decision. Users get very confused because they don't regularly restart their browser.
These instructions can be used to clear what SSL certificate is used for logging in to various sites including StartSSL.
Note that IE has an option to forget/clear the remembered state with a button press. No need to restart the browser.
In IE8 : menu Tools / Internet Options / Content / Certificates / Clear SSL state
Tools / clear recent history / time range: everything / details:
Scenario
I've tested this with www.startssl.com
On the web site, in the upper right, I click that logout icon (go out of the door). If I do, I will briefly see the start page, however, because Firefox has the use of the client cert remembered, it will immediately log in again using the client cert. Next, I use above steps to "clear active logins". Now, if I clock the logout icon on the StartSSL site, I will be really logged out.
When using Firefox to browse the internet occasionally you come across websites where Font Awesome icons do not display but are fine when viewed in another browser. This seems to be caused by a couple of things.
There are a few solutions and are quite easy. Not all might be suitable.
<FilesMatch "\.(ttf|otf|eot|woff)$"> <IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" </IfModule> </FilesMatch>
All of a sudden firebug pops open on every page I load, I did a fresh install of firebug but that doesn't help either.
Answers
Nowadays we cannot just send an email to 100s of contact or send 1000s of emails to different people because of limits on your server:
So how do all the big guys send emails to lots of people and not get blocked by my server?
The answer
Transactional Email Services are basically SMTP servers that are provided for you to use to send bulk emails without getting your email server on a block list and to get around any of the limitations mentioned above. Transactional Emails are normal emails, they do not have any per email tracking in them or anything you can use for analytics above and beyond what you put in the email yourself (ie links with tracking in them, but this would not be email specific but the same for all of the emails sent in that batch).
There are free and paid services but they work the same. Once you have signed up you can get their SMTP server details and replace the SMTP server details you are using with those and just send emails like you would normally.
You can get away with using a Transactional Email server to send mass emails from your favourite email program if the list is not too large, at most i would say 50 but it is definately worth checking out the rules for the service you choose to use.
What can I use these SMTP servers with?
Why are Transaction Email Services better?
So i have explained that these services are better but why?
This is a related topic to Transactional Email Service because the next logical step is to be able to analyse and track the mass emails you send out and on a per email basis. This would allow you to see who opend and read the email, who recieved the emails, which ones got bounced and then even track the behaviour of those people who follow the links in the email you sent.
These features require two things to handle all of the tracking:
There are two ways of building one of these systems
Transaction Email Services
Email Marketing Services
Campaign / Bulk Email Software
Articles
Other
There are a couple of places the log files can be located and logs might possibly be in 1 or more location.
I currently have not fully explorer this topic but i am going to start by adding a list of programs i have either found or have been recommend to me.
Lists of Backup software
Articles
It takes 2 minutes to open a one-page PDF. When double clicking on the PDF, Adobe reader opens but the PDF content doesn't display. It says 'Not responding' for about 2 minutes before it can display the content of the PDF. The PDF is just a one page file. It can be opened by other versions of adobe reader instantly. It can also be opened instantly on another PC which is also W7 64 and Adobe reader X.
These are the various methods for resolving the slow opening and browsing of PDF documents using Adobe Reader:
Taken from adobe reader X very slow to open some PDF under windows 7 64-bit - Windows 7 Help Forums
This has nothing to do with balloons.
Standard <pre> Tag
<style type="text/css"> .living-code{ background-color: green; border: yellow dotted 5px; font-weight: bold; color: yellow !important; text-align: center; </style> <p class="living-code">This Code is Alive !!!</p>
Missing Key
Missing Security Key
Wrong Key
Wrong Security Key
Correct Key
This Code is Alive !!!
This is my Hot Air Balloon code which adds a Bouncing Hot Air Balloon to any Joomla page to add that little bit extra character to your site. You can add this to any page by using a module or embed the code into the page itself like I have done here. I got the original code from Joomlashine.
If you are using a Joomlashine template, it is is best to published the balloon to one of the Sticky Positions.
You will also find useful links and resources at the bottom of this page to make your own Bouncing Hot Air Balloon.
Features
Live Code - You can't see this
CSS
<style type="text/css"> .qw-air-balloon { position: relative; padding-bottom: 100px; -webkit-animation: balloon 6s ease-in-out infinite; -moz-animation: balloon 6s ease-in-out infinite; -o-animation: balloon 6s ease-in-out infinite; animation: balloon 6s ease-in-out infinite; } .qw-air-balloon a { display: block; } .qw-air-balloon a span { z-index: 999; text-align: center; line-height: 54px; position: absolute; bottom: 100px; left: 50%; margin-left: -42.5px; width: 85px; height: 54px; border-radius: 0 0 16px 16px; font-family: 'Roboto Slab', serif; font-size: 16px; color: #fff; text-transform: uppercase; text-decoration: none !important; transition: 0.6s; -moz-transition: 0.6s; -webkit-transition: 0.6s; } .qw-air-balloon a:hover span { color: #ffca14; } .qw-air-balloon img { width: 100%; } .qw-air-balloon .ab-close { width: 30px; position: absolute; top: 25px; right: 40px; cursor: pointer; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity="0")"; filter: alpha(opacity= 0); opacity: 0; transition: 0.3s; -moz-transition: 0.3s; -webkit-transition: 0.3s; } /*.qw-air-balloon .ab-close:hover { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); } */ .qw-air-balloon:hover .ab-close { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity="100")"; filter: alpha(opacity= 100); opacity: 1; } @-webkit-keyframes balloon { 0%, 100%{ -webkit-transform:translateY(0);} 30%{ -webkit-transform:translateY(-100px);} 40%{ -webkit-transform:translateY(-95px);} 50%{ -webkit-transform:translateY(-100px);} 60%{ -webkit-transform:translateY(-95px);} 70%{ -webkit-transform:translateY(-100px);} 80%{ -webkit-transform:translateY(-95px);} } @-moz-keyframes balloon { 0%, 100%{ -moz-transform:translateY(0);} 30%{ -moz-transform:translateY(-100px);} 40%{ -moz-transform:translateY(-95px);} 50%{ -moz-transform:translateY(-100px);} 60%{ -moz-transform:translateY(-95px);} 70%{ -moz-transform:translateY(-100px);} 80%{ -moz-transform:translateY(-95px);} } @-o-keyframes balloon { 0%, 100%{ -o-transform:translateY(0);} 30%{ -o-transform:translateY(-100px);} 40%{ -o-transform:translateY(-95px);} 50%{ -o-transform:translateY(-100px);} 60%{ -o-transform:translateY(-95px);} 70%{ -o-transform:translateY(-100px);} 80%{ -o-transform:translateY(-95px);} } @keyframes balloon { 0%, 100%{ transform:translateY(0);} 30%{ transform:translateY(-100px);} 40%{ transform:translateY(-95px);} 50%{ transform:translateY(-100px);} 60%{ transform:translateY(-95px);} 70%{ transform:translateY(-100px);} 80%{ transform:translateY(-95px);} } @media screen and (max-width: 1950px){ .qw-air-balloon { max-width: 230px; } .qw-air-balloon a span { margin-left: -30.5px; width: 60px; height: 38px; line-height: 38px; border-radius: 0 0 10px 10px; font-size: 12px; } .qw-air-balloon .ab-close { width: 24px; top: 15px; right: 30px; } } @media screen and (max-width: 1280px){ .qw-air-balloon .ab-close { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity="100")"; filter: alpha(opacity= 100); opacity: 1; } .qw-air-balloon .ab-close { width: 20px; top: 18px; } } @media screen and (max-width: 1024px){ .qw-air-balloon { max-width: 200px; } .qw-air-balloon a span { margin-left: -26.5px; width: 52px; height: 33px; line-height: 33px; border-radius: 0 0 10px 10px; font-size: 11px; } .qw-air-balloon .ab-close { top: 10px; } } </style>
JS
<script src="/images/kb/2015/580/jquery.cookie.js"></script> <script type="text/javascript"> jQuery(document).ready(function(){ jQuery(".qw-air-balloon-1 > .ab-close").click(function () { jQuery.cookie('ck-hide-bl-1', '1'); jQuery(this).parent(".qw-air-balloon-1").hide(); }); if (jQuery.cookie('ck-hide-bl-1') != 1) { jQuery(".qw-air-balloon-1").removeClass("hide"); } }); </script>
HTML
<div class="qw-air-balloon qw-air-balloon-1 hide"> <a href="http://www.bbc.co.uk/" target="_blank"> <img src="/images/kb/2015/580/hot-air-balloon.png" alt="" /> <span>join us</span> </a> <div class="ab-close"> <img src="/images/kb/2015/580/close.png" alt="" /> </div> </div> <div class="clearbreak"></div>
Balloon Tutorials
Single Balloons
Lists of Balloons