Skip to main content

Home/ Web Development, Design & Programming/ Group items tagged styles

Rss Feed Group items tagged

Luciano Ferrer

humane.js - 1 views

  •  
    "A simple, modern, framework-independent, well-tested, unobtrusive, notification system. Utilizes CSS transitions when available, falls back to JS animation when not. Includes mobile support. "
marlin thomas

Tips for Designing an Ecommerce Website That Sells - 0 views

  • Product Navigation: Believe it or not, most visitors to Ecommerce sto
  •  
    Ncode Technologies, Inc. (http://www.ncodetechnologies.com/) specializes in e commerce designing and development unique websites using Magento Website Development. The company uses its Magento development services to create appealing websites that help online businesses and websites to increase their traffic and thereby their bottom line.
  •  
    Over the last decade, people's shopping behavior has gone through a metamorphosis of sorts. As you might have guessed already, we are speaking about a shift from shopping in the bricks-and-mortar stores to the era of online shopping. The holiday season, in the year 2012, was quite an expressive indication about the swapping preferences. In fact, many experts even believe that it was one of the biggest seasons in history for the online shopping fraternity. The double digit growth numbers being estimated by many reputed research agencies is another testimony for the building strength of online shopping.
Vernon Fowler

A design process revealed | stopdesign - 1 views

  • I began by studying the content (text) of the existing page, making a model in my head of the document flow and hierarchy. I aggregated the sections of the page into logical groupings and assigned each a priority. I also spent time thinking about the purpose of the project, along with the ideas and concepts Dave Shea was trying to communicate when he created the Garden space and opened it up for other designers to contribute.
  • Showing off advanced CSS trickery is not the goal of this project. Instead, it attempts to demonstrate the beauty and flexibility achievable when designers grasp all the potential of CSS, using it as a tool to create a well-designed aesthetically-pleasing page which remains accessible, well-structured, and efficiently coded.
  • My Garden lists contained groupings of words and thoughts related to gardening, plants and flowers found in a garden, zen-like qualities, beauty and beautiful things, and characteristics of page design. I also created lists of all the elements, IDs, and classes used in Dave’s HTML, some of which made subtle appearances in the final design.
  • ...11 more annotations...
  • Once I exhausted the idea branching, I started drawing thumbnail sketches
  • Once I had a few rough compositions I liked, I began studying typefaces and letterforms.
  • In addition to my affinity for the letterforms, the pronounced medieval style of the headline type created a perfect contrast with the sans-serif modernity of supporting keywords and titles which I set in Helvetica.
  • My next step in the process was to research imagery which could be used as the foundation for background texture, and act as supporting visual content.
  • I tend to keep imagery confined to a particular region of the layout, or reserve it for a specific purpose. In my opinion, the overuse of photography or illustration can quickly create a crowded, chaotic design which just obscures the intention or message of the piece. Contrast is an element of design which I love to work with when creating anything visual. This comes just as much into play with use of imagery in a composition as it does within the image itself. Effectively integrating imagery into a design requires an awareness of balance and tension. Compact areas of motion and activity, countered with spaces for the eye to rest and relax.
  • When designing outside HTML and CSS, I focus on constructing the language and guidelines of the page, determining proportions, widths and heights, gutters and white space, specifying complementing typefaces, choosing relative type size and leading, and the application of color as a means of both obvious and subtle accent.
  • I started writing the CSS for the design at a high-level, focusing on the layout structure, major backgrounds, and large regions of the page.
  • Groups of elements were positioned in correct locations. Then I applied the necessary detail to each element, from the top of the page, down.
  • The addition of a background pattern to the left and right of the primary image was an added benefit of discovering I couldn’t position the header as I originally intended.
  • The vertical alignment wasn’t refined until after each column was already positioned on the page.
  • This unity of thought at the final stage of the process is a strong reason the designer and person responsible for generating the HTML and/or CSS need should be working together as closely as possible, if the two are not already the same person.
Vernon Fowler

Website Style Guide Resources - 4 views

  •  
    Interesting tools. Looking for these. Thanks!
  •  
    Web Designing Indore
virtualsmash

5 Awesome Free Responsive Bootstrap Templates 2015 | VirtualSmash - 1 views

  •  
    5 Awesome Free bootstrap templates 2015 that are Responsive! BootStrap Templates are often used to quickly deploy a website that's responsive and they're usually simple and clean. To use a bootstrap template all you need is basic HTML and CSS knowledge. Using CSS and HTML, you can customise the template to the style that suits your needs.
Jungle Jar

8 Free And Useful CSS Tools For Your Development Toolkit - 0 views

  •  
    This is a nice collection I've put together of both online CSS web applications and desktop applications to assist the web developer with his/her project. Both the CSS veterans and beginners should find these tools useful and at least worth a bookmark or quick download.
Anton S.

Table of Contents | The Elements of Typographic Style Applied to the Web - 0 views

  •  
    "At the time of writing this is a work in progress - the site is being added to one principle at a time."
  •  
    How to make $ 40,000 in one month with very quickly. What you need. The latest American news article. Immediately visit www.killdo.de.gg www.fiverr.de.gg www.newss.de.gg www.reddit.de.gg www.newsbbc.de.gg
Kashif Mehmood Mughal

35 Ultimate Useful CSS Cheats to Streamline Web Development | Tutorial Lounge - 6 views

  •  
    We are follow our visitors and readers request presenting "35 Ultimate Useful CSS Cheats to Streamline Web Development" Cheat Sheets can help you save so much time and can really help you learn about CSS in an easy to understand format. I have gathered a list of CSS cheat sheets that I have found to be the most helpful. We encourage our readers and visitors to find use of these tools and find ways to improve your development process. If anyone have also some helping tools can share here for more help each others.
Daksha design

team of excellent designers - 0 views

  •  
    Dakshadesign is team of excellent designers, illustrators, multimedia experts and managers.each member of our team has a personal style and approach, we all work closely with each client to make sure your vision is fulfilled. Specialized in website design, website redesign, website development, banner ad design, email design, landing page design, micro-site design,logo design, Print design, iPhone UI design, SEO services
Herb Tucker

Linux Knowledge Base and Tutorial - 0 views

  • The UMASK value masks out the bits. The permissions that each position in the UMASK masks out are the same as the file permissions themselves. So, the left-most position masks out the owner permission, the middle position the group, and the right most masks out all others. If we have UMASK=007, the permissions for owner and group are not touched. However, for others, we have the value 7, which is obtained by setting all bits. Because this is a mask, all bits are unset. (The way I remember this is that the bits are inverted. Where it is set in the UMASK, it will be unset in the permissions, and vice versa.)
  • The problem many people have is that the umask command does not force permissions, but rather limits them
  • Therefore, setting the UMASK=007 does not force creation of executable programs, unless the program creating the file does itself).
  • ...6 more annotations...
  • - - regular file c - character device b - block device d - directory p - named pipe l - symbolic link
  • Lets look at a more complicated example. Assume we have UMASK=047. If our program creates a file with permissions 777, then our UMASK does nothing to the first digit, but masks out the 4 from the second digit, giving us 3. Then, because the last digit of the UMASK is 7, this masks out everything, so the permissions here are 0. As a result, the permissions for the file are 730. However, if the program creates the file with permissions 666, the resulting permissions are 620. The easy way to figure out the effects of the UMASK are to subtract the UMASK from the default permissions that the program sets. (Note that all negative values become 0.)
  • You can change it anytime using the umask command. The syntax is simply umask <new_umask>
  • Here the <new_umask> can either be the numeric value (e.g., 007) or symbolic. For example, to set the umask to 047 using the symbolic notation, we have umask u=,g=r,o=rwx
  • Where "new_owner" is the name of the user account we want to sent the owner of the file to, and "filename" is the file we want to change. In addition, you can use chown to change not only the owner, but the group of the file as well. This has the general syntax: chown new_owner.new:group filename
  • Another useful trick is the ability to set the owner and group to the same ones as another file. This is done with the --reference= option, which sets to the name of the file you are referencing. If you want to change just the group, you can use the chgrp command, which has the same basic syntax as chown. Not that both chgrp and chmod can also take the --reference= option. Further, all three of these commands take the -R option, which recursively changes the permissions, owner or group.
« First ‹ Previous 181 - 200 of 277 Next › Last »
Showing 20 items per page