Turn Sublime Text 3 into a JavaScript IDE

Sublime Text is one of the most popular editors for web development and software development in general. It’s very smooth and fast compared to other editors (being written in C++ helps that speed). Sublime also has tons of plugins you can find through Package Control.

But it’s only a text editor and not an IDE. An IDE is a software application that provides comprehensive facilities to computer programmers for software development. In fact, Sublime doesn’t offer features like …

The post Turn Sublime Text 3 into a JavaScript IDE appeared first on CSS-Tricks.

Read more

How to Create a Professional-Looking Freelancing Portfolio with WordPress (in 5 steps)

Merely having a website as a freelancer is not nearly enough. If you want to be taken more seriously and command higher rates from customers and prospective clients, then you should really think of building a freelancing portfolio online; one that stands out. When it comes to building a freelance portfolio, two things are the …
The post How to Create a Professional-Looking Freelancing Portfolio with WordPress (in 5 steps) appeared first on Torque.
Read more

How to build a slide deck in PowerPoint that isn’t god awful

“Oooh! A PowerPoint Presentation!”

— No one ever

Nobody likes a slide show. I don’t even have to back that assertion up with evidence. It’s a universal truth — like saying “the sky is blue”, “the grass is green” or “The Mummy with Tom Cruise is the worst movie ever made.” And if you haven’t seen The Mummy reboot, I just saved you and you should be grateful.

It’s as if there is some unwritten rule that says: if you …

The post How to build a slide deck in PowerPoint that isn’t god awful appeared first on CSS-Tricks.

Read more

Locate and identify website visitors by IP address

(This is a sponsored post.)

Big thanks to ipstack for sponsoring CSS-Tricks this week!

Have you ever had the need to know the general location of a visitor of your website? You can get that information, without having to explicitly ask for it, by the user’s IP address. You’re just going to need a API to give you that information, and that’s exactly what ipstack is.

Here’s me right now:

This works globally through an API that covers over …

The post Locate and identify website visitors by IP address appeared first on CSS-Tricks.

Read more

Doc Pop’s News Drop: WordPress 4.9.6 Adds Privacy and GDPR Features

Doc’s WordPress News Drop is a weekly report on the most pressing WordPress news. When the news drops, I will pick it up and deliver it right to you. The GDPR Compliance team has been working hard on adding new privacy tools to WordPress. The current beta release for 4.9.6 has many of these features …
The post Doc Pop’s News Drop: WordPress 4.9.6 Adds Privacy and GDPR Features appeared first on Torque.
Read more

Where Lines Break is Complicated. Here’s all the Related CSS and HTML.

Say you have a really long word within some text inside an element that isn’t wide enough to hold it. A common cause of that is a long URL finding it’s way into copy. What happens? It depends on the CSS. How that CSS is controlling the layout and what the CSS is telling the text to do.

This is what a break-out text situation might be like:

The text hanging out of the box is a visual problem.

One …

The post Where Lines Break is Complicated. Here’s all the Related CSS and HTML. appeared first on CSS-Tricks.

Read more

Torque Toons: Cookie Optin Monster

With the wave of new GDPR privacy policies and cookie opt-in requests, it’s hard not to think about poor cookie monster surfing the web. Don’t forget to check out our other editorial toons!
The post Torque Toons: Cookie Optin Monster appeared first on Torque.
Read more

Overriding Default Button Styles

There are a variety of “buttons” in HTML. You’ve got:

<button>Button</button>
<input type="button" value="Button">

Plus, for better or worse, people like having links that are styled to match the look of other true buttons on the site

<a href="#0" class="button">Button</a>

One challenge is getting all those elements to look and layout exactly the same. We’ll cover that a few ways.

Another challenge is getting people to use them correctly

This is a bit surprising to me — but I hear …

The post Overriding Default Button Styles appeared first on CSS-Tricks.

Read more

Top 10 Podcasts for Designers and Creatives

Ready for a good listen? A great podcast can provide inspiration as well as a mental break while you work or relax. There’s no shortage of outstanding podcasts for designers and creatives, covering web design, creative life, and much more! Today we’ve gathered a collection of great podcasts for designers and creatives, to give you […]
Read more