Someone created this free tool to make it easier for designers and developers to export a beautiful SVG shape dividers for their latest project.
Category / Web Design
Publish current files shortcut key Visual Studio 2017
I know this is unbelievely basic but to publish the currently selected file in Visual Studio 2017 whether it’s the current file you’re working on or one you have selected in the solution explorer all you have to do it press the following…
Hold Alt, then press ; then press P
The reason for this post is that Visual Studio displays the shortcut key as Alt+;,Alt+P which I found a bit confusing and after a bit of ‘googling’ I found that many others out there thought the same too!
Site Launch: Experts in management and strategy consulting recruitment in the UK
Looking for management and strategy consulting recruitment experts in the UK? If so then it might be worth checking out the following company that I recently helped out with their new website.
New Sourcing International work in a number of areas including:-
- Digital Consulting
- HR
- Transportation
- Healthcare Consultation
- Energy
- Financial Services
- Supply Chain / Logistics
- Government Consulting
Target IE versions with CSS “Hacks”
Found an article today that I found useful while trying to sort a little issue I had with the lack of CSS3 support in older versions of Internet Explorer.
Target IE versions with CSS “Hacks”
Here are the hacks that let you target specific IE versions.
Use “\9” to target IE8 and below.
Use “*” to target IE7 and below.
Use “_” to target IE6.
Example:
body {
border:1px solid red; /* standard */
border:1px solid blue\9; /* IE8 and below */
*border:1px solid orange; /* IE7 and below */
_border:1px solid blue; /* IE6 */
}
If you don’t like using “Hacks” then you can explicitly target IE versions without hacks using HTML and CSS
Use this approach if you don’t want hacks in your CSS. Add a browser-unique class to the <html>element so you can select based on browser later.
Example
<!doctype html>
<!–[if IE]><![endif]–>
<!–[if lt IE 7 ]> <html lang=”en” class=”no-js ie6″> <![endif]–>
<!–[if IE 8 ]> <html lang=”en” class=”no-js ie8″> <![endif]–>
<!–[if IE 9 ]> <html lang=”en” class=”no-js ie9″> <![endif]–>
<!–[if (gt IE 9)|!(IE)]><!–><html lang=”en” class=”no-js”><!–<![endif]–>
<head></head>
<body></body>
</html>
Then in your CSS you can very strictly access your target browser.
Example
.ie6 body {
border:1px solid red;
}
.ie7 body {
border:1px solid blue;
}
Original article here… http://stackoverflow.com/questions/814219/how-to-target-ie7-ie8-with-css-valid-code
Jobs in Leeds New Website
We start the year off with a brand new site for our client Digital Media Recruitment Ltd.
Jobs in Leeds is a job board dedicated to advertising jobs in the Leeds area. Their aim is to assist local businesses connect with local jobseekers quickly and cost effectively.
If you’d put your job search on hold for the holidays and live in or around the Leeds area then now is time to get back on track! There’s no time like now to get going on finding a new job.
Travel Plan Services Site Launch
Recently finished work on a new and improved site for Travel Plan Services Ltd. The brief was to totally re-develop their existing site giving it a much more up to date look and feel.
One of the main things the client wanted was to be able to keep the site up to date themselves. This included adding new content such as case studies, testimonials, news & clients as well as updating the homepage and have a blog.
Check it out… http://www.travelplanservices.co.uk
Dance & Evening wear site launched
Just finished a new e-commerce site for a Company called Dress Up To Dance. They wanted a website primarily to sell their various ranges of dance wear which includes, ballroom dresses, Latin dresses, tops, skirts, shoes & accessories such as bags, belts and jewellery.
The site uses our own in house developed bespoke e-commerce solution and is linked up to PayPal to process the online transactions.
Here’s what they sell…
- Ladies Ballroom Dresses
- Ladies Ballroom Tops
- Ladies Ballroom Skirts
- Ladies Latin Dresses
- Ladies Latin Tops
- Ladies Latin Skirts
- Accessories
- View All Products
Snow Products Site Launched
Just finished a new snow products website for one of our clients. They manufacture all kinds of things plastic related as they are “Plastic Injection Moulding Specialists” and this time they wanted a website to promote and sell their “snow product” range.
The site is pretty straight forward, html, css, javascript and a bit of good old jquery. It’s linked up to PayPal to process the online purchasing side of things with it’s prices, descriptions and delivery information pulled from an xml file.
So… here’s the stuff they sell…
- Snow Shovels
- Ice & Snow Shoe Grippers
- Salt Spreader
- Windscreen Ice Scrapers
- Windscreen Ice Scraper with Glove
- Windscreen Cover
- Bum Board Skimmer Sledge
Check it out at http://www.snowproducts.co.uk