Quantcast
Channel: Front Line Dev - Jason Tipton » Code Articles
Browsing all 7 articles
Browse latest View live

How to use Web Author meta tag

As a web professional you can work on tens, hundreds maybe even thousands of websites in your career. Those websites are the fruits of your or your company’s labor and can act as a road map of your...

View Article



humans.txt and robots.txt

You all know the robots.txt file. It’s that file that (typically) sits at the site root folder and politely asks search bots to take some action such as not crawling certain pages. Search engines can...

View Article

Cross Browser Placeholder Styles

Often times many CMS basic style sheets will combine form element styles such as input, select, textarea, and sometimes button. Magento is a good example as you’ll find default styling like this:...

View Article

How to Custom Webkit Scrollbar

.blog-right {display: none;} .blog-left {width: 960px;} .inner-block .post-desc {width:960px;} Here is a great tool for creating custom scrollbars in webkit browsers. The HTML, CSS and OUTPUT buttons...

View Article

How to check if cURL is enabled

Recently, I was asked to install a module for a client that required cURL to be installed on the server. Having no knowledge of how to check this I reached out a colleague and genius developer Sean...

View Article


Build Your .gitignore File the Easy Way

If you are starting a project using Git chances are you also need a well crafted .gitignore file. You could spend hours putting one together and continually revising it as you find more files that...

View Article

Getting Started with SMACSS

You’re CSS is ugly! You know it, your co-workers may know it, and your boss probably doesn’t care but you are a professional and its time to start styling like one. But where do you begin? If you’re...

View Article
Browsing all 7 articles
Browse latest View live




Latest Images