All posts filed under “Resources

All the Resources-related tutorials, ideas and various posts in Stampede Constructs

CSS Selectors
comment 0

How CSS Selectors Work

The biggest key to understanding CSS is understanding selectors. Selectors are what allows you to target specific HTML elements and apply styles to them. Suitable for beginners in the web industry, Chris Coyier from css-tricks has published an article about understanding how CSS selectors would work. This article covers, among others – what  the available selectors are, how to choose and use selectors in right way. Hopefully you’ll find it useful!

View More

tips and guides
comment 1

Tips and Guides for Front-End Developer

Blogger Louis Lazaris is an amazing person. In his daily research, as one often does, he would come across so many interesting apps and websites for front-end developers – so he thought he would provide a list of tips and guides for them right here.

Feel free to bookmark a few things, maybe for some evening or weekend readings, also for use in your next projects . Did you find anything you like very much in particular?

View More

RTL website
comment 0

Developing A RTL Website

Today, websites are not limited to Roman context which typically read from left to right. The number of websites utilising the content where it is read from right to left is undeniably increasing, for example, content in Arabic, Persian or Hebrew.

While the techniques used to develop RTL (right-to-left) websites are still largely misunderstood, Ahmad Alfy sheds some light on the problems and tricks he had been using to build RTL websites. A bit of TL:DR, involving understanding the semantics and changing the stylesheet before proceeding to the implementation, but highly useful.

View More

front-end developer
comment 0

Tips To Become A Better Front-End Developer

Should I use this plugin or that library? Should I plan this project or dive straight into coding? Should I ask for help or figure it out myself? Where to start?

These questions might have sounded very familiar to you.

Professional front-end developer Petr Tichy shares 8 great tips to become a better front-end developer yourself. Whether you are a newbie or professional, chances are that some of these points will help you to bring your front-end development career to the next level.

If you have more to add, feel free to drop a comment.

View More

top 10 codepens
comment 0

Top 10 CodePens of The Week

At Stampede we love to share how web developers around the world talk about their innovation or familiar technology in their own creative ways especially through codepen. scotch.io also has same interest and they started to post weekly series about top 10 codepens of the week. Good start to learn the best tricks from them.

Continue reading

wordpress
comment 0

WordPress.com vs WordPress.org

WordPress.com and WordPress.org – they sound like a website offering the same services, while actually they are quite different. If you are new to WordPress – either one of them (or both!), this is a good read to begin with. In this short article by ithemes.com, we can learn which service actually hosts your website, what each site offers and what you really are paying for. Dive in!

Learn More

pagerank
comment 1

How to Optimize Your Website PageRank

Website pagerank is very important to a website. Higher pagerank means your website is more visible to search engine and guarantees a steady stream of visitors. A typical user would often start their search in search engines like Google, Yahoo and Bing. The first few website links on the first results page is certain to get more attention and clicks than links at the bottom or on subsequent result pages. If content of the first result is not relevant to their search, only then will user click on the other links, although rarely going more than page deep. Most users simply won’t proceed to the next result pages after the first four. In my experience, the second page is often the last resort before I tweak my search keywords in hope of better results.

In this post, Paul Anthony from agconexus.com have recommended a few methods on how to optimize your website pagerank. It might be an old post, but it is very helpful for those who are new in web development industry.

Find out how

5 things to learn by front-end developer
comment 0

5 Things Front-End Developer Should Learn in 2014

The web industry operates at a breakneck speed and so all front-end developers must continue to learn and keep up to date with the latest trends, methodologies, languages and techniques. In this compact yet excellent article by Joe Howard, you will find 5 useful skills you could master this year that will help you remain at the forefront of the latest web development know-how. Think SASS, Grunt, SVG, CSS animation and custom parallax.

Continue reading

html5 tips
comment 0

List of 28 Useful HTML5 Features, Tips & Techniques

As a web developer, it could get overwhelming consistently trying to keep ahead of the web industry, especially in HTML and CSS. New tutorials and tips are posted everyday. If you are like me, you will find having a definitive list helps. Thanks to Jeffrey Way from tustplus, we now have a list of 28 features, tips and techniques you could use to master HTML5.

View More