Minimalism is being used in almost every art forms and the concept of minimalism has been quite around for centuries.Minimalism has affected many artists for years and since the birth of world wide web it’s been also quite popular among web designers.In web design,minimalism is to bring the content to the forefront in order to… Continue reading 65 Handpicked Minimal WordPress Themes For Portfolio Owners and Agencies
Category: Resources
I’m very font of you because you’re just my type
Here are the Best Tools and Resources of 2015
It’s not always easy to find the best tools and resources for your work as a web developer or graphic designer, mostly because there are so many out there to choose from. This is why we’ve taken the time to look for the most useful tools and resources to help you in your work and/or… Continue reading Here are the Best Tools and Resources of 2015
Tools and Resources for web designers and developers, May 2015
Hello, coders out there! We have an exceptional freebie pack for all of you today. Our team has been scouting for the best, freshest material over the last few weeks and this is what they’ve come up with, all kinds of sliders, plugins and other tools to make your developments easier are now at your… Continue reading Tools and Resources for web designers and developers, May 2015
40 Free CSS3 Animation Code Snippets
Nothing says modern web design quite like CSS-only animation. Just a decade ago this seemed like a common pipe dream. But thanks to some whizzes over at the W3C the world is now a better place with CSS-animated page elements. Below I’ve put together a huge gallery of 40+ open source CSS3 animation codes. Both… Continue reading 40 Free CSS3 Animation Code Snippets
Debugging and Testing your JavaScript with Vorlon.js
Vorlon.js is an open source, extensible, platform-agnostic tool for remotely debugging and testing your JavaScript. Powered by node.js and socket.io. You can install Vorlon.JS and add a single line of JavaScript to your web app. Run your server and start the Vorlon.JS dashboard. You can remotely connect up to 50 devices simultaneously. Run your code… Continue reading Debugging and Testing your JavaScript with Vorlon.js
40 Premium Bootstrap Themes & Templates
Over the last few years, the ability to rapidly create responsive web pages using Bootstrap has taken the development community by storm. Although other front-end frameworks like Foundation exist, Bootstrap has no doubt become the most popular. With such a large following, it’s no surprise that many web designers and developers are using the framework… Continue reading 40 Premium Bootstrap Themes & Templates
25 Free jQuery Plugins for Custom Tabs & Accordions
Modern web designers simply adore dynamic page elements. Dropdown menus, carousels, tabbed links and accordion menus are just a few examples. All of these effects can be recreated using free jQuery plugins without much code. The toughest part is finding the perfect jQuery plugin to fit with your current project. In this gallery you’ll find… Continue reading 25 Free jQuery Plugins for Custom Tabs & Accordions
Interactive Drag and Drop Coloring Concept
This is a little fun experiment where you can color a website mockup by dragging and dropping a color droplet from a palette.(by Codrops). The idea is to simply drag a color from a color palette to a website mockup and color designated areas of it (like sections or texts). And this is how it… Continue reading Interactive Drag and Drop Coloring Concept
10+ Web Resources You Should Use
For sure any web developer knows that his job is really hard and stressful. To skip doing everything manually, save time and add value to your work, you can use these wonderful web apps that are at our disposal, like a partner. This particular post lists down more than 10 useful web tools for designers… Continue reading 10+ Web Resources You Should Use
Rainyday.js – Rendering Raindrops with JavaScript
The idea behind Rainyday.js is to create a JavaScript library that makes use of the HTML5 canvas to render an animation of raindrops falling on a glass surface. Rainyday.js features extendable API, collision detection and is easy to extend with your own implementations of different animation components. It is a pure JavaScript library which uses… Continue reading Rainyday.js – Rendering Raindrops with JavaScript
Our Favorite jQuery Plugins and Libraries For Spring 2015
Web development is hard and there is much to learn. Developers and designers need to be on top of a lot of emerging technologies and trends. But the community is buzzing with activity and it creates awesome libraries and plugins that can help us do our work. Here are some of our favorites. Not all… Continue reading Our Favorite jQuery Plugins and Libraries For Spring 2015
Code Pad : Save and Share Code Snippets With The Community
Code Pad is a place for developers to save & share code snippets. There are various stats available we count snippet views, likes, downloads, comments, the list goes on.When saving any snippet you have the option to make it public, part private or private.With your snippets saved online you can access your code snippets anywhere..… Continue reading Code Pad : Save and Share Code Snippets With The Community
New Web Design and Development Resources: #5 March Edition
Hello, web ninjas! We’re back for another tour through some of the best free resources released all around the internet over the last few weeks. Free up some space in your hard drive to get GUIs, frameworks, templates, icons and othe downloads. We also included some nice web showcases and articles to get onextra-inspired. Have… Continue reading New Web Design and Development Resources: #5 March Edition
10 Awesome Javascript Plugins with Cool Animation
Web development is pretty fun. I like it because it has so much to learn and so many solutions to solve a problem. It forces me to think creatively and think beyond the box. And one of the best thing – there are thousands of free solutions such as Javascript plugins out there available as… Continue reading 10 Awesome Javascript Plugins with Cool Animation
Slideout.js – Touch Slideout Navigation Menu for Web Apps
Slideout.js is a touch slideout navigation menu for your mobile web apps. it’s dependency-free with simple markup. It supports native scrolling. You can easily customize it as you wish. It supports different CSS transforms & transitions. Best of all, it’s just 4 Kb. Requirements: – Demo: https://mango.github.io/slideout/ License: MIT License
22 Circular Icon Designs for Websites and User Interfaces
Various styles have been adapted over recent years pertaining to icon design. Websites and mobile apps utilize their fair share of icons to convey a much clearer meaning in regards to a user interface. Those with perspicacity recognise the importance of symbolic pictograms. But how do you decide on a theme among the many various… Continue reading 22 Circular Icon Designs for Websites and User Interfaces
25 Creative Business Cards Design (Print Ready)
All business card PSD templates are perfect for any kind of company, or even personal use. In this post, you will see high quality print ready business cards created by professional designers. All designs are elegant, creative, neat, and well organized with creative concept design with professional look. Professional Business Cards PSD Templates Modern business cards for… Continue reading 25 Creative Business Cards Design (Print Ready)
animatedModal.js – A jQuery plugin to create a fullscreen modal with CSS3 transitions
In user interface design, a modal window is a graphical control element subordinate to an application’s main window which creates a mode where the main window can’t be used.It can be used to generate alert or confirm messages with few lines of code. animatedModal.js is a jQuery plugin to create a fullscreen modal with CSS3… Continue reading animatedModal.js – A jQuery plugin to create a fullscreen modal with CSS3 transitions
30+ Beautiful and Minimal WordPress Themes
Top UX & UI Tools and Resources That You Should Use
When you take on a web or an app design project, how much thought do you give about the tools you are presently using as opposed to new tools that are constantly coming on the market which could make your work easier and in some cases, more professional looking? The list below offers a cross-section… Continue reading Top UX & UI Tools and Resources That You Should Use
Impress.js – A presentation framework based on the power of CSS3 transforms and transitions
It’s a presentation framework based on the power of CSS3 transforms and transitions(positioning, rotating and scaling them on an infinite canvas) in modern browsers and inspired by the idea behind prezi.com Additionally for the animations to run smoothly it’s required to have hardware acceleration support in your browser. This depends on the browser, your operating… Continue reading Impress.js – A presentation framework based on the power of CSS3 transforms and transitions
Lightning Fast Searches on JSON with DefiantJS
Do you need to query large JSON structures? Do you end up coding loops to parse the JSON and identify the data that matches your query? DefiantJS offers a better way. DefiantJS provides the ability for you to build smart templates applicable on JSON structures, based upon proven & standardized technologies such as XSLT and… Continue reading Lightning Fast Searches on JSON with DefiantJS
Top 20 Best PHP Scripts for Support Tools
Do you own or need to design a large website with a great support and help page? You don’t have to write the code yourself from scratch! These great PHP scripts for support tools will help you create great support and help features, such as live chat, FAQ pages, ticket submission, support centers, forums, help… Continue reading Top 20 Best PHP Scripts for Support Tools
Introducing the Codrops CSS Reference
Codrops is one of the most inspirational places on the internet. Yes, I am biased, but I am sure you can agree that that’s true. If you’re looking for inspiration, the many, many creative resources you can find here are sure to spark an idea or two in your head. That’s one of the things… Continue reading Introducing the Codrops CSS Reference