Just about every WordPress-based website has some kind of online form. They range from the most basic—contact forms, polls, and email subscriber submissions—to more advanced forms like payment, calculator, and user-submitted content. WordPress users often use free plugins like Contact Form 7 or those included in Jetpack, while others may even take the plunge for a Gravity… Continue reading 20 Useful WordPress Forms Available on CodeCanyon
Tag: used
How to Make WooCommerce Product Attributes More Prominent
What You’ll Be Creating WooCommerce product attributes are a really useful feature, but by default they’re hidden quite a way down the page, in the Additional Information section. Depending on your theme, they might not be visible until the user clicks on a tab, which means many users may not look at them. Sometimes it’s… Continue reading How to Make WooCommerce Product Attributes More Prominent
Pointy Slider In CSS and jQuery (tutorial)
Pointy Slider is a slideshow with sliding-in panels that unveil new, fixed background images.Pointy Slider is simple, responsive slider, with a sharp design and an interesting motion effect: with each new slide item, a sliding-in block of content covers the old one, and unveils a new image. It ‘s been created by Codyhouse using CSS… Continue reading Pointy Slider In CSS and jQuery (tutorial)
An Introduction to Intel RealSense Technology for Game Developers
Intel RealSense technology pairs a 3D camera and microphone array with an SDK that allows you to implement gesture tracking, 3D scanning, facial expression analysis, voice recognition, and more. In this article, I’ll look at what this means for games, and explain how you can get started using it as a game developer. What is… Continue reading An Introduction to Intel RealSense Technology for Game Developers
Display WooCommerce Categories, Subcategories, and Products in Separate Lists
What You’ll Be Creating WooCommerce gives you a few options as to what you can display on your archive pages: products categories (on the main shop page) or subcategories (on category pages) both products and categories. When I’m setting up a store, I normally select the third option: products and categories/subcategories. This means visitors to… Continue reading Display WooCommerce Categories, Subcategories, and Products in Separate Lists
How to Make WordPress Sites Different by Geography
An Approach to Geolocal WordPress Sites In order to launch an inexpensive global network of sites run by volunteers that would provide shoppers categorized directories to local stores, I needed to leverage the power of WordPress with some unusual customizations and workarounds. There are a number of approaches to providing local experiences with WordPress. In this tutorial, I’m… Continue reading How to Make WordPress Sites Different by Geography
A Collection Of Useful Photoshop Typography Tutorials
Type art is popular at the moment for all sorts of reasons – and it’s a highly versatile skill to have. You can use illustrated lettering in projects ranging from posters to brochures – making it a great technique to add to your creative toolset. But beware: type art is so popular at the moment… Continue reading A Collection Of Useful Photoshop Typography Tutorials
Weekly Inspiration: Good Golly, Gradients
Gradients are making a sneaky comeback. For a while they belonged to the world of Miami Vice and Tequila Sunrise, then they added depth to 1980’s magazines, then there was Geocities–ok, let’s not dwell on the past. Nowadays gradients are being used on the web in bold fashion; mixing highly saturated colors for extremely rich… Continue reading Weekly Inspiration: Good Golly, Gradients
How To Add Azure Mobile Services to a Windows Phone App
Windows Phone apps that use live tiles, authenticate users with single-sign on, and share data between devices and users generally employ cloud services. Most cloud platforms offer general purpose capabilities to store data and execute code, but you have to add a lot of infrastructure code to glue these capabilities together. Azure Mobile Services let you add cloud… Continue reading How To Add Azure Mobile Services to a Windows Phone App
The Recently Released Webdev Resources You Would Need
Want to use Vanilla JS but find native APIs a bit unwieldy? Bliss is for you. Bliss is just a collection of helpers and light syntactic sugar over Vanilla JS. It does not account for browser bugs or lack of support of certain APIs, although it only uses features that are both supported across most… Continue reading The Recently Released Webdev Resources You Would Need
Managing Your Freelance To-Do List While Keeping Some Shred of Sanity
A day in the life of a freelance web designer can be a real whirlwind. Without ever leaving your desk, you might be working on dozens of sites, communicating with lots of clients, writing several proposals and still find time to network on social media. This is my 17th year of freelancing. Last year, I… Continue reading Managing Your Freelance To-Do List While Keeping Some Shred of Sanity
WP REST API: Setting Up and Using OAuth 1.0a Authentication
In the previous part of the series, we set up basic HTTP authentication on the server by installing the plugin available on GitHub by the WP REST API team. The basic authentication method allows us to send authenticated requests by sending login credentials in the request header. While being quick and handy, there’s also a… Continue reading WP REST API: Setting Up and Using OAuth 1.0a Authentication
50+ fresh resources for designers, January 2016
Howdy friends! We’re back again with another roundup of some of the best freebies available for designers and developers. To help you through the post-Christmas blues and kick off 2016 in style we’ve packed this edition with flat, solid, and line icons; brushes and patterns for Photoshop; templates; UI kits; WordPress themes; fonts; snippets; dev tools; design… Continue reading 50+ fresh resources for designers, January 2016
How to Work With Excel Documents Using Python
I believe you have used Microsoft Excel on some occasion. It is very powerful when it comes to working with spreadsheets, tables, charts, etc. But what does Python have to do with that? Python is a game changer when it comes to Excel files because it can automate daunting stuff you might encounter in some… Continue reading How to Work With Excel Documents Using Python
30 Brilliant Examples Of UI Cards
Card UI is a very popular layout option for many types of data. Pinterest was the first to create a layout like this, and it is was earlier referred to as “pinterest-style layout”. Usually cards are used to group together information in a very intuitive way and permits for a very fast UX, meaning users… Continue reading 30 Brilliant Examples Of UI Cards
How to Use the Two-Layer Color Grading Technique
How to Use the Two-Layer Color Grading Technique 4.38/5 (87.50%) 8 votes Many people struggle to replicate color grading and end up creating an excessive amount of layers. The two-layer color grading technique is a simple way to create photo effects with a minimal and understandable set of layers. This technique can also be used in other… Continue reading How to Use the Two-Layer Color Grading Technique
21 Striking Square Brochure Template Designs
Whether you want to call it a brochure, pamphlet or leaflet, we all know them as being boring collateral. One of the best ways to make your company stand out from the rest is through custom features and design elements. This post aims to show that brochure design doesn’t have to be boring. So here… Continue reading 21 Striking Square Brochure Template Designs
A Beginners Guide to Titan Framework: Adding an Enable Type Option
Providing end users with the option to enable or disable certain features of a premium plugin or a theme is pretty common. Titan Framework has recently pushed a new option to its core which does exactly that. Let’s see how you can add an enable/disable toggle button inside an admin panel, a metabox or a… Continue reading A Beginners Guide to Titan Framework: Adding an Enable Type Option
Data Structures With JavaScript: Tree
What You’ll Be Creating * { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;} Trees are one of the most commonly used data structures in web development. This statement holds true for both developers and users. Every web developer who has written HTML and loaded it into a web browser has created a tree, which is referred… Continue reading Data Structures With JavaScript: Tree
A Beginner’s Guide to HTTP and REST
Hypertext Transfer Protocol (HTTP) is the life of the web. It’s used every time you transfer a document, or make an AJAX request. But HTTP is surprisingly a relative unknown among some web developers. This introduction will demonstrate how the set of design principles, known as REST, underpin HTTP, and allow you to embrace its… Continue reading A Beginner’s Guide to HTTP and REST
How to Make Basic Tonal Adjustments in Adobe Camera Raw
Adobe Camera Raw’s Tonal Adjustments are are probably the most important and most widely-used features in ACR. These basic tonal adjustment include Exposure, Shadows, Highlights, Blacks, and Whites. In this tutorial, we will take a close look at the Histogram and all the things you need to know about the tonal values in Camera Raw.… Continue reading How to Make Basic Tonal Adjustments in Adobe Camera Raw
25 Amazing Icons In PSD Format
Designer Ledger – A web design blog for designers by designers Icons are used in all softwares, websites and user interfaces and they work better in some places instead of words. They look very attractive and give the overall layout a touch of finesse. Their colors and illustrations are very appealing to the users and… Continue reading 25 Amazing Icons In PSD Format
Useful Free Vector Files for Designers
Designers have to use art for all kinds of purposes; to beautify their work above all. Designing their own art, from scratch, is time consuming and requires much thought. But they don’t always have time to think up and design their own art; especially when they have to meet certain deadline which could be very… Continue reading Useful Free Vector Files for Designers
Web Design Trends That Will Disappear in 2014
If you’re looking forward to changes that come with starting a new year, you may also be excited to learn what sorts of trends are emerging in the web design world. What most people aren’t talking about, but should be, are the types of design trends that are on their way out, which ones should… Continue reading Web Design Trends That Will Disappear in 2014