Skip to main content

Home/ CSS Evangelist/ Group items tagged create

Rss Feed Group items tagged

anonymous

Is Your "Coming Soon" Page Not Creating Enough Buzz? - 0 views

  •  
    Some businesses share details about their company, products, services, etc, in their "coming soon" pages to grab market attention. This article offers a few tips on "coming soon" page design and discusses how this marketing strategy can help you make your site popular.
anonymous

Refresh Your Brand Identity with New Brochure Designs - 0 views

  •  
    Creating a brand identity requires time and effort. For this reason, people do not want to alter their brand identity easily. However, certain situations may demand change of your company's identity and promotional materials. These circumstances can include change of company name, restructuring of core team, and introduction of new services.
anonymous

Corporate Brochure Design - Easy to Create, Great for Marketing! - 0 views

  •  
    Original content and high quality design can enhance the beauty of your brochure. You should choose colors, fonts, images and textual content carefully to make your brochure an effective marketing tool.
Wanda Terral

CoderDeck Sample - 0 views

  •  
    The best way to teach the web is with the web. Create interactive live-coding presentations.
Wanda Terral

Patternify | CSS Pattern Generator - 0 views

  •  
    Patternify is a simple CSS pattern generator. Its graphical web-based interface lets you draw the pattern you want, and then it generates the CSS code for you. Instead of having to launch your graphics editor and creating a 2px by 2px image, you can just build your pattern online using this. And with the base64 code, you don't even need an image file anymore: just include the code in your CSS and you're ready to rock.
Al-Mehatb Shaikh

Ecommerce website I Free Logo generator I company logo design I Restaurant logo design - 0 views

  •  
    We offer professional voiceover services. Your video can be created to attract people from any part of the globe; we have all kinds of accents in both the voices of males and females.
tech vedic

How to apply the "Shrink to Fit" option in Microsoft Word 2010? - 0 views

  •  
    Sometimes a document created in MS Office Word can be a bit longer than you actually required. In that situation, make use of the "Shrink to Fit" option to reduce the length of your document by considerably shrinking the Font size.
a2zwebhelp

Breadcrumbs - Pagination using Bootstrap CSS - 0 views

  •  
    Bootstrap made it easy to define breadcrumb navigation. Just use the class "breadcrumb" and your breadcrumb navigation will be created.
thompsonmarry

Free Web Templates To Create A Website - 0 views

  •  
    CSS3Mania is the best site that offers Joomla templates for free. Within the template gallery of the site, you will find the extensively used and most suitable template selections for your website. Additionally, this website provides the templates for all versions of Joomla that can assist you in selecting a suitable template for your newly converted website.
yc c

Blog | Graphicpeel - iOS Icons Made in Pure CSS - 5 views

  •  
    The following demo was made using a variety of CSS techniques. Rounded corners, shadows, gradients, rgba, pseudo-elements, and transforms are just some of them. A lot of these were generated by helpful tools, such as westciv's tools and Border Radius. By combining these techniques, you can create rich graphics with just a few lines of code. Here are a few examples. In the contacts icon, I used 5 different shapes for the silhouette icon. The head is a rectangle with rounded corners, followed by another rectangle for the neck and a distorted semi-circle for the body. In order to get the curve of the shoulders to the neck, I placed two circles on top of the shapes. The weather icon has several rays of light shooting from behind the sun. Each one of these rays is actually a long rectangle with a gradient that fades to transparent on either end. I used -webkit-transform:rotate to rotate each rectangle to a different angle. The same effect was used for the iTunes icon. To get the cloud icon on the iDisk icon, I used two circles layered on top of each other, above a rounded rectangle. The larger circle has a gradient that cuts off just before the rectangle.
Kaitlyn Em

Vital Points to Follow Before Creating Your Business Logo - 0 views

  •  
    "We all know that first impression is the last impression. A company's logo design gives the whole picture of their respective business, thus it should be taken very seriously. One should avoid taking the risk and get their company's logo designed from a professional web designing company known for its exclusive work. A lot of businesses waste their money on their logo design just because they aren't aware of how to get if designed. Always get your logo designed professionally to avoid the disappointment. Owning a quality logo not only represents professionalism but also shows the expert and specialized image of that certain company."
  •  
    "We all know that first impression is the last impression. A company's logo design gives the whole picture of their respective business, thus it should be taken very seriously. One should avoid taking the risk and get their company's logo designed from a professional web designing company known for its exclusive work. A lot of businesses waste their money on their logo design just because they aren't aware of how to get if designed. Always get your logo designed professionally to avoid the disappointment. Owning a quality logo not only represents professionalism but also shows the expert and specialized image of that certain company."
yc c

Understanding border-image | CSS-Tricks - 6 views

  • Strangely, the percentages require the “%”, while pixels should be listed without the “px”:
  •  
    The new CSS3 property border-image is a little tricky, but it can allow you to create flexible boxes with custom borders (or drop shadows, if that's your thing) with a single div and a single image. In this article I explain how the border-image shorthand property works in today's browsers.
yc c

BonBon Buttons - Sweet CSS3 buttons - 10 views

  •  
    There was a goal: Create CSS buttons that are sexy looking, really flexible, but with the most minimalistic markup as possible.
my mashable

Shakespeare and Twitter Make an Odd Couple - 0 views

  •  
    One of the benefits of creating an open, simple, highly adaptable service like Twitter is the fact that once it takes off, people will try to do a lot of interesting things with it.
my mashable

Personal Branding 102: How to Communicate & Maintain Your Brand - 0 views

  •  
    In my previous post, Personal Branding 101, we discussed the importance of branding in this web 2.0 world, as well as how to discover and create your brand. In Personal Branding 102 we'll discuss how you'll communicate your personal brand, using social media tools and proven marketing tactics, and then how to sustain your future growth by performing brand maintenance.
Stefan

HTML Kit for more than editing HTML - 0 views

  •  
    also creates reference posters for CSS files to visualize structure. creates favicons, too.    
Perry Branch

Buttonator - 0 views

  •  
    Can create some basic buttons for free. A monthly subscription will get you many more. Good for prototypes etc.
Bartłomiej Małysz

Creating a Slick Auto-Playing Featured Content Slider - 0 views

  •  
    nice menu building technique
  •  
    Dynamic, sliding JS based on JQuery menu with sliding images (used by wp.pl, itc.com, etc.)
Frederik Van Zande

How to get Cross Browser Compatibility Every Time | Anthony Short | Web Design & Develo... - 0 views

  • Here is a quick summary for those of you who don't want to read the whole article: Always use strict doctype and standards-compliant HTML/CSS Always use a reset at the start of your css Use opacity:0.99 on text elements to clean up rendering in Safari Never resize images in the CSS or HTML Check font rendering in every browser. Don't use Lucida Size text as a % in the body, and as em's throughout All layout divs that are floated should include display:inline and overflow:hidden Containers should have overflow:auto and trigger hasLayout via a width or height Don't use any fancy CSS3 selectors Don't use transparent PNG's unless you have loaded the alpha
  •  
    Cross-browser compatibility is one of the most time consuming tasks for any web designer. We've seen many different articles over the net describing common problems and fixes. I've collated all the information I could find to create some coding conventions for ensuring that your site will work first time in every browser. There are some things you should consider for Safari and Firefox also, and IE isn't always the culprit for your CSS woes.
‹ Previous 21 - 40 of 119 Next › Last »
Showing 20 items per page