Skip to main content

Home/ CSS Evangelist/ Group items matching "with" in title, tags, annotations or url

Group items matching
in title, tags, annotations or url

Sort By: Relevance | Date Filter: All | Bookmarks | Topics Simple Middle
tech vedic

How to print from your mobile phone or tablet? - 0 views

  •  
    Just clicked a picture and want to take its print-out? Well, for this you must need a PC attached with the printer or you need to mail that photograph to yourself. Don't you think there should be an easy solution for this? No need to worry anymore as Techvedic is here with the solution. Now, printing directly from your mobiles and tablets is possible.
tech vedic

How to sync an Android phone to your Mac? - 0 views

  •  
    It is common to sync an iPhone with a Mac. But, syncing an Android phone with OS X is not very easy. Let's discuss the method below.
tech vedic

ow to Enable Built-in Facebook Messenger and Social API in Mozilla Firefox? - 0 views

  •  
    Here is good news for Facebook lovers. If you are a Mozilla Firefox user and spend most of your time on Facebook then the latest Firefox version is coming with a new feature called "Social API" which is helpful in accessing social networks like Facebook, Twitter, etc. As per this new feature, you can add social network buttons and sidebars in Firefox window so as to chat with your friends, checking messages, notifications, etc. get quick and easy.
Vernon Fowler

Teresa Rosche Ott: Use LESS, Do More: Getting Started with a CSS Preprocessor | WordPress.tv - 0 views

  •  
    LESS & SASS are awesome technologies that allow you to write CSS extremely fast with a ton of awesome features. A perfect intro for anyone who wants to get started writing CSS faster, better, and stronger.
LinkSture Technologies

Paperio - Responsive and Multipurpose WordPress Blog Theme - 0 views

  •  
    Paperio is a visually appealing, clean and uncluttered, SEO and speed optimized multi-purpose WordPress blog theme fully customizable with WordPress customizer. Paperio offers sleek and modern, polished and technologically sophisticated, user friendly and easy to read attractive blog styles, featured post sliders, latest / popular post styles, header and footer styles, different sidebar styles and more to make your blog outstanding with clear content, stylish, highly visible to search engines and extra ordinary fast in page loading. Paperio contains 7 creative and unique demos with different type of styles for different purpose blogs with selection of predefined color skin and you can use custom color also. You can review below various blog styles and I am sure you will love it. But please take a look of the demo below and decide yourself!
anonymous

Strengthen the Impact of Your Web Design with Website Analytics - 0 views

  •  
    Some people associated with the web design industry think that usage of website analytics is limited to calculating traffic. However, the reality is that website analytics can be used for understanding user behavior, geographical location of visitors, and calculating conversion rate of the website.
Vernon Fowler

Scout - Compass and Sass without all the hassle - 0 views

  •  
    "Since Sass and Compass are Ruby gems, they require that you have a working knowledge of Ruby and the command line. Not all designers will know how or want to use command line tools, and that's where Scout steps in. Scout runs Sass and Compass in a self-contained Ruby environment, letting you effortlessly manage all of your Sass projects with a handful of clicks. You'll never have to worry about your Ruby setup or deal with technical issues. Scout does all of the heavy lifting, giving you more time to do what you love."
tech vedic

How to password-protect a PDF before e-mailing in OS X? - 0 views

  •  
    Protecting a document containing sensitive information is very important. Thus, protecting it with password is a better option. This tutorial contains steps for protecting your PDF document with password before sending it to receiver.
tech vedic

Use Onefeed to replace your New Tab page in Chrome - 0 views

  •  
    Want to add information on your new Tab page in Chrome? Here is a solution with OneFeed. with OneFeed, you can add custom newsfeed as well as get alerts from your social media accounts.
tech vedic

How to check spam communication? - 0 views

  •  
    Spamming is generally unsolicited communication targeted to deceive users with tricky messages from remote locations. However, most of you live in a misconception that spamming is confined only to email service. Such communication may leave you in puzzled state even with the Web-based services like Facebook, Twitter or LinkedIn.
yc c

Pure CSS Twitter Fail Whale - Subcide - 5 views

  •  
    Developers continue to do crazy things to show us what can be done with CSS3. The latest is a fully animated Twitter fail whale by Steve Dennis: The idea for this came to me this morning after being greeted first thing this morning by another Twitter outage. I'd been looking for something to stretch my CSS muscles on, and the Fail Whale seemed perfect. Also I think the animation only adds to his (or her?) charm. How was this made? The short answer is very painfully, by hand, using trial and error. Curves are done using various uneven border-radius properties, stranger angles (such as the strings) are masked using containers with overflow: hidden; set on them. I hope someone else gets a bit of enjoyment out of my wasted Sunday. It was a fun experiment that I don't plan on repeating any time soon. Take a look at the source to see the mass of code such as: PLAIN TEXTCSS:@-webkit-keyframes flutter1 {  0%   { -webkit-transform:rotate(0deg) }  50%  { -webkit-transform:rotate(-25deg) }  100% { -webkit-transform:rotate(0deg) }}.right .wing {  background: transparent !important;  z-index: 22 !important;  width: 15px;  height: 18px;  bottom: 4px;  left: 8px;  -webkit-animation: 'flutter1' 0.1s linear;  -webkit-animation-iteration-count: infinite;} 
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.
my mashable

5 Tips to Get More Traffic for Your Blog - 0 views

  •  
    So you have a new blog and you think the posts are pretty good? Don't know how to get more loyal and valuable readers to your blog? ok then let me tell you some cool tips that i have learnt and implemented with my blogs with you.
Gary Edwards

Grid design basics: Grids for Web page layouts - Opera Developer Community - 2 views

  •  
    Since tables were co-opted for layout purposes, columns have become key to many Web design layouts, and this thinking continued when CSS took over from tables (at least in the minds of savvy designers) for Web-page presentation. However, other fields of layout design don't think in arbitrary columns, they work with grids, and these form the basis for the structure of page designs. This article will provide the lowdown on grid design for Web pages. Thinking modular Grids are a template, a framework within which creativity can flourish. Too many designers spend time looking at a blank canvas, trying to figure out where elements should be positioned, but, if you have a flexible underlying grid, many such problems are already solved for you. It becomes obvious where and how elements should and can be positioned, thereby leaving you, the designer, with more time to work on graphic design and other page components.
Frederik Van Zande

A List Apart: Articles: Faux Absolute Positioning - 0 views

  •  
    There are two popular approaches to positioning with CSS: float and absolute positioning. Both approaches have their pros and cons. My teammates and I have developed a new positioning approach that gives us the best of both worlds. After quite a bit of experimenting and testing, it's time to share the technique with the rest of the world and see how we can work together to improve it. I'm calling it "faux absolute positioning" after the faux columns technique that simulates the presence of a column.
Frederik Van Zande

CSS Transitions via jQuery Animations | Weston Ruter - 1 views

  •  
    The WebKit team has been developing some cutting-edge proposals to extend CSS with the ability to do declarative animations and other effects. This ability is key to maintaining the three-fold separation of HTML content, CSS presentation, and JavaScript behavior. Animation effects on the Web today are accomplished with JavaScript code which repeatedly changes an element's style at a certain interval in order to create an animated effect. This practice, however, violates the separation between presentation and behavior because the animation behaviors are directly changing the document's presentation (i.e. modifying the style property). Ideally, all of the animation triggers and presentation states would be declared in CSS. And this is exactly what the WebKit team has proposed in its CSS Transitions specification.
Frederik Van Zande

The Big Table Problem | 8164 - 0 views

  •  
    My friend/ex-coworker Sam the Wonder Boy used to send me late night AIM messages comprised of only three letters, "M.F.R." This would then send chills up my spine, and I'd curl up on the floor in fetal position and weep nonstop. OK, I'm exaggerating a quite bit, and Sam doesn't do that anymore. "M.F.R." stands for "Monthly Forecast Report." It was one of the many modules of a huge intranet web application we worked on years ago. As the name implies, it was a report. Before arriving to the actual report screen, the user could select some criteria such as date range, products, etc. Depending on the selection, the report can have up to sixty columns and thousands of rows. It was quite a challenge both on the backend and frontend. I initially created it using server side Excel API and dumped it to the frontend as an excel sheet. In version 2 I made it as an HTML table with the Excel export option. In version 3 I ditched HTML and went for Crystal Report, in version 3.5 it became Active Report. In version 4 we rewrote the whole application as a .NET client app, with the report section being Excel again. In version 5, well there wasn't a version 5. The whole project got outsourced to India and the team was disbanded. But that's a blog for another day.
my mashable

3 Ways to Harness the Social - 0 views

  •  
    Social media allows for an immediate way to interact and engage with people and companies online. There are the obvious sites that allow for social networking, but social media done right can aspire to be so much more. We thought we'd highlight three notable Twiistup showoffs who are doing big things with social media.
my mashable

Oregon Trail to Journey into the iPhone App Store - 1 views

  •  
    Remember when you were young and you were tasked with the role of wagon leader and solely responsible for the fate of your fellow pioneers as you traversed the dangerous trail connecting Independence, Missouri to Oregon's Willamette Valley? If you're anything like me, you failed miserably at your duties, with settlers dying off faster than you could hunt and catch food. But very soon, you'll be able to redeem yourself.
Adildi ldinlio

Pro Web 2.0 Application Development with GWT - free ebooks download - 0 views

  •  
    Pro Web 2.0 Application Development with GWT free download at the best library for free webdesign ebooks download.
‹ Previous 21 - 40 of 444 Next › Last »
Showing 20 items per page