Skip to main content

Home/ Web Development & Mobile App/ Group items tagged design

Rss Feed Group items tagged

Biztech Consultancy

When Opting For Website Development Company, Ensure To Compare Apples To Apples - 0 views

  •  
    At last, the time has come! When you have already begun to select new company or vendor for your new web design and development, make sure you have put the checklist of requirements or noted down an RFP. Perhaps, you may have added "must have" features and a "wish list". You might have contacted various account representatives and a number of them might not have understood what you look for.
Brevity Software Solutions Pvt Ltd

Software Development Services Company in 2016 - 0 views

  •  
    Brevity is a Professional software development company in India. It also expertise in mobile app development, website design and development, travel & tourism portal, event management system, transport & logistics, enterprise mobility solutions and e commerce & m commerce app development services. Please do not hesitate to contact us if you require any further information.
Brevity Software Solutions Pvt Ltd

Request for Quote - Event Management System Development - 0 views

  •  
    Get a quote within 24 hours of contacting Brevity Software Solutions Pvt Ltd for your website designing and development, mobile apps development, travel portal development, transport & logistics Software, enterprise mobility solutions, event management systems, web application, social media app, CRM software eCommerce & m commerce application development. Having any queries regarding our products or services? Just fill out our simple form to request a quote, information or advice and we will get back to you.
Brevity Software Solutions Pvt Ltd

Enterprise Mobile Application Development Company - 0 views

  •  
    Brevity Software Solutions Pvt Ltd provides enterprise mobile services that includes Application Security, Applications Design and Development for mobile, Mobile Development and Consulting, UI and UX, Mobility App Analysis and Testing, Mobility Apps Integration, Mobility Business Models, Mobility Requirement Analysis, Mobility Strategy, Mobility Technology and Support & Maintenance.
iEvolution GmbH

E-commerce Lösungen in Zürich, Schweiz | iEvolution GmbH - 0 views

  •  
    iEvolution ist die führende Web-Design-Unternehmen in Zürich, Schweiz am besten und erschwinglichen E-Commerce-Lösungen nach Ihrem Bedarf anbieten. Kontaktieren Sie uns für E-Commerce-Lösung in Zürich.
Jenny Smith

Services Web Development - 0 views

  •  
    A creatively outstanding Website Design is worthless without support of back-end along with functionality to create the item besides perceptive yet compact along with works for that online community. The actual WeeTech Web Developers produce powerful and intelligent solutions that can help to make your site stick out one of the competition.
Jenny Smith

Software Articles - All about Custom Mobile Application - Amazines.com Article Search ... - 0 views

  •  
    Articles from JENNY SMITH - Custom mobile applications or mobile solutions are aimed at entrepreneurs focused on specific business needs. In fact, mobile apps are custom designed to meet the specific needs of your business. Thus
Jenny Smith

web development | Mobile Application Development Services - 0 views

  •  
    WeeTech Solution Web Application development Services WeeTech Solution specializes in web development. We provide a wide range of technologies that fits your requirements. Our skilled team of designers and developers give you excellent customizable options for your website. We understand our client's requirements and assist them to get the best.
Jenny Smith

Content Management System | Mobile Application Development Services - 0 views

  •  
    Posts about Content Management System written by Jenny Smith WeeTech Solution specializes in web development. We provide a wide range of technologies that fits your requirements. Our skilled team of designers and developers give you excellent customizable options for your website. We understand our client's requirements and assist them to get the best.
moontechnolabs

Success Strategy To Consider Before Developing An App - Moon Technolabs - 1 views

  •  
    There are few strategies are followed by top mobile app development company to ensure that your app succeeds.Some of them are Blueprint,Target Audience, Design etc. To know more visit this blog.
Biztech Consultancy

Excellence Combined With Various Magento Development Solutions - 1 views

  •  
    Magento is a feature-rich, open source e-commerce platform independent from third party plug-ins! Customization of Magento allows you to set up a unique e-commerce website to aptly communicate your marketing concepts to your target customers. It helps you build quick way to powerful brand presence - unmatched in terms of features, design, quality and performance.
Biztech Consultancy

Must Know 8 Steps to Enhance Your Website - Marketing over Internet in an Efficient Manner - 1 views

  •  
    WordPress is software that can be used to create websites. A search engine optimization friendly website design is expected to be planned in order to enhance your websites.
iEvolution GmbH

Nailfashion by Theresa | iEvolution GmbH Web Design - 0 views

  •  
    We have for the studio in Rapperswil the appropriate logo created and a modern website with some exciting features like a 360 degree studio visit and a lively header. Look at the result for yourself: Nailfashion by Theresa
iEvolution GmbH

Web & Logo Design Agentur in Wollerau, Schweiz | iEvolution GmbH - 0 views

  •  
    iEvolution GmbH ist eine führende Webdesignagentur in Wollerau, Schweiz. Wir offerieren Ihnen Webdesign, eCommerce, Logodesign & Mobile Apps zu top Preisen.
Vernon Fowler

Font Awesome, the iconic font designed for Bootstrap - 0 views

  • Font Awesome won't trip up screen readers, unlike other icon fonts.
  • Font Awesome icons are vectors, which mean they're gorgeous on high-resolution displays.
Vernon Fowler

Font sizing with rem - Snook.ca - 0 views

  • The problem with em-based font sizing is that the font size compounds. A list within a list isn't 14px, it's 20px. Go another level deeper and it's 27px!
  • The rem unit is relative to the root—or the html—element. That means that we can define a single font size on the html element and define all rem units to be a percentage of that. html { font-size: 62.5%; } body { font-size: 1.4rem; } /* =14px */ h1 { font-size: 2.4rem; } /* =24px */
  • I'm defining a base font-size of 62.5% to have the convenience of sizing rems in a way that is similar to using px.
  • ...3 more annotations...
  • We can specify the fall-back using px, if you don't mind users of older versions of Internet Explorer still being unable to resize the text (well, there's still page zoom in IE7 and IE8). To do so, we specify the font-size using px units first and then define it again using rem units. html { font-size: 62.5%; } body { font-size: 14px; font-size: 1.4rem; } /* =14px */ h1 { font-size: 24px; font-size: 2.4rem; } /* =24px */
  • consistent and predictable sizing in all browsers, and resizable text in the current versions of all major browsers
  • The compounding nature of em-based font-sizing can be frustrating so what else can we do?
Vernon Fowler

Home Page Goals · An A List Apart Article - 0 views

  • home pages themselves have a unique set of design goals.
  • Remember that smallest, deepest element I described earlier? This is the atomic element—for a news site, it’s the story page; for a search engine, it’s the search result; for a store, it’s a product page. This page accounts for 60 to 75 percent of all page views on the site. The rest belong to the home page.
Vernon Fowler

Web Typography: Using The Golden Ratio and REM's - Greg Rickaby - 0 views

  • First you need to set a default “root” font-size variable: html { font-size: 62.5% } Why 62.5% instead of 100%? Simplicity. Our default font is now 10px, which makes math easier. Now, 1.0rem = 10px. This becomes our $rembase.
  • Now your fonts will scale perfectly during a browser re-size (if using responsive design), or if a user were to zoom in or out.
  • What’s so awesome about the unitless line height? You only have to specify it once in the <body> tag. Now, ALL other line height(s) are relative to the parent font-size. That’s too easy! (Of course, you can still specify your own to maintain complete control.)
    • Vernon Fowler
       
      Shouldn't line-height also be refined whenever the container width changes?
  • ...5 more annotations...
  • Margins, or “vertical spacing” is calculated using either 24px or 48px to maintain vertical rhythm.
    • Vernon Fowler
       
      Where does the mystical value of 24px or 48px for vertical spacing margins come from?
  • By declaring REM’s after PX’s in the CSS this example  will degrade gracefully to the PX:
  • Line-height: 24px; for the win, you you stay right in the baseline ( until you start using a border bottom it throws it off by a pixel :p )
  • setting the root font size to 62.5% is a brilliant little trick
  • One note on the comment regarding vertical rhythm. I believe the 24px and 48px is dependent on your line-height. In your examples, you are using a line-height of 26px so I think the values should be 26px and 52px to maintain that rhythm.
Vernon Fowler

Exporting SVG for the web with Adobe Illustrator CC | Adobe Inspire Magazine - 0 views

  • Notice the Use Artboards options in the Save As dialog box (see Figure 1). If you have designed 10 symbols in your Illustrator file, you can use this option to easily create one artboard per symbol and output 10 SVG files (one per symbol) in a single operation.
« First ‹ Previous 121 - 140 of 191 Next › Last »
Showing 20 items per page