Skip to main content

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

Rss Feed Group items tagged

Jungle Jar

Browser Templates For The Website / Web Application Designer - 1 views

  •  
    This is a fantastic template file in the Adobe Photoshop .PSD format aimed to save anyone time who designs websites, web applications, or anything else in which the actual browser border is needed in the mockup. The templates are designed with the Internet Explorer, Firefox for Mac, and Firefox for Windows browser toolbars all included.
  •  
    Visit News www.killdo.de.gg. How to make the 1000 visitor from PR9 backlinks. Buy cheap service www.fiverr.com/radjaseotea/making-best-super-backlink-143445
mnbsoft

Responsive Web Design Company - 0 views

  •  
    Do you need a beautiful website for your company? The best firm for designing responsive websites is MNB Soft Solutions. Get professional custom design services from us right away.
websolutions123

Web Design Company in Coimbatore | Web Designing Companies | 123TWS - 0 views

  •  
    Design your business website with our creative designers. Web design is the method of creating web sites, collectively with the format, content, navigation, visuals, and capability. It is an aggregate of photograph layout, internet development, and person-friendly layout and includes the advent of web sites. For laptops and cellular devices. Internet layout is an ever-evolving technique that calls for an aggregate of creativity and technical skills. To offer remarkable websites.
webdesign-miami

10 ways to optimize Google My Business listing - 1 views

Introduction The internet is a vast and often overwhelming place, filled with opportunities to learn about just about anything. It also presents a lot of challenges for people who want to find the ...

gmb google my business web design Wordpress webdesign company

started by webdesign-miami on 17 Feb 22 no follow-up yet
IT CARE SERVICES

Best Website Design & Development Services - 0 views

  •  
    Get responsive and Creative Web Design and Development Backed by Trending Technology to generate more leads & sales. With our awesome range of website design & development services. You can become great at converting visitors into clients.
IT CARE SERVICES

Best Web Design Company in West Delhi - 0 views

  •  
    Get Professional Website for Your Business at an Affordable Price. Call for Free Proposal Now…Phone: +91-7503409805 | Email: info@itcareservices.com
websolutions123

website development services - 2 views

Custom Website Development: A reputable web development company will offer custom website development services tailored to your specific requirements. They will work closely with you to understand ...

web development seo services custom website crm

started by websolutions123 on 07 Apr 24 no follow-up yet
Vernon Fowler

A Simple Web Developer's Guide To Color - Smashing Magazine - 13 views

  •  
    "I'm going to show you a simple color workflow that you can use in your next web project."
  • ...3 more comments...
  •  
    Thanks for sharing this user guidance. Here is lot of scope for new users. here is also a valuable information about web design. you can search.. www.subraa.com
  •  
    Telecom software development is a process of designing, creating, testing and maintaining software for telecommunication applications. It involves the use of various programming languages, technologies and tools to create software that can be used in telecommunication systems. https://andersenlab.com/industries/telecom
  •  
    Looking to improve your software testing practices? Our beginner's guide to Behavior-Driven Development (BDD) has got you covered. Learn about the benefits of BDD, how it differs from other testing methodologies, and best practices for implementation. Start your BDD journey today! Live Link:- https://www.testevolve.com/blog/behavior-driven-development-bdd
  •  
    very informative one. useful for website developers. great. https://www.webdesign.123coimbatore.com/web-development-in-coimbatore.php
  •  
Vernon Fowler

@font-face gotchas « Paul Irish - 1 views

  • There are a few reasons why smiley is a better solution: Webkit+Font Management software can mess up local references, like turning glyphs into A blocks.  (crbug.com/33173) On OS X, Font Management software may alter system settings to show a dialog when trying to access a local() font that's accessible outside of Library/Fonts. More detail on my bulletproof post. (crbug.com/29729) Font Explorer X is also known to mess up other stuff in Firefox: bugzil.la/531771 Although it's unlikely, you could reference a local() font which is completely different than what you think it is. (Typophile post on different fonts, same name) At the very least its a risk, and you're ceding control of the type to both the browser and host machine. This risk may not be worth the benefit of avoiding the font download. These are all pretty edge case issues, but it's worth considering. FontSquirrel has already made the smiley syntax the new default in the Generator, and you should use it going forward as well.
  • And.. regarding @font-face syntax I now recommend the bulletproof smiley variation over the original bulletproof syntax.
  • @font-face { font-family: 'Graublau Web'; src: url('GraublauWeb.eot'); src: local('?'), url('GraublauWeb.woff') format('woff'), url('GraublauWeb.ttf') format('truetype'); }
  • ...5 more annotations...
  • in Webkit (Chrome/Safari), applying font-weight:bold to faux-bold some @font-face'd text will not succeed. Same applies for font-style:italic.
  • text-transform doesn't play well with @font-face in current implementations.
  • @font-face doesnt play nice with css transitions.
  • If a @font-face declaration is within a media query @media screen { ..., it will fail in Firefox.
  • SVG Fonts - Currently SVG is the only way to get webfonts working on iPhone and iPad.
  •  
    "There are a few reasons why smiley is a better solution: Webkit+Font Management software can mess up local references, like turning glyphs into A blocks.  (crbug.com/33173) On OS X, Font Management software may alter system settings to show a dialog when trying to access a local() font that's accessible outside of Library/Fonts. More detail on my bulletproof post. (crbug.com/29729) Font Explorer X is also known to mess up other stuff in Firefox: bugzil.la/531771 Although it's unlikely, you could reference a local() font which is completely different than what you think it is. (Typophile post on different fonts, same name) At the very least its a risk, and you're ceding control of the type to both the browser and host machine. This risk may not be worth the benefit of avoiding the font download. These are all pretty edge case issues, but it's worth considering. FontSquirrel has already made the smiley syntax the new default in the Generator, and you should use it going forward as well. "
Vernon Fowler

Which responsive images solution should you use? | CSS-Tricks - 1 views

  • The only technique I know of that works with absolutely no markup changes is Adaptive Images. It works by routing requests for images through a PHP file which intelligently serves (and creates if need be) images of the appropriate size for the screen width.
Vernon Fowler

Details | Adaptive Images - 1 views

  • Here you can find out how Adaptive Images works, how to install it, how to customise it for your needs, and learn about the limitations of the approach.
  • Installation One important thing: do not over-write any existing .htaccess file. If you have one already, back it up. Feeling up to it? Excellent
  • If you already have an .htaccess file, open it in a text editor and add the code from the supplied file into your existing one. To support Retina displays use the alternate JS.
  • ...4 more annotations...
  • configuration section at the top of the PHP file
  • This is a PHP solution.
  • Adaptive Images will not work if you’re using a CDN to deliver your website.
  • there is no way to guarantee that a cookie will be set before images are requested
Vernon Fowler

Breadcrumb Navigation | Usability.gov - 2 views

  • another option may be a trail indicating the site’s prime architecture, regardless of the visitor’s path throughout the site. The latter option, along with other navigation cues, may be better in helping site visitors form a mental model of the site
  • Research indicates that frequent visitors may be the ones to get the most advantage of breadcrumbs.
  • It is probably not worth the effort to include breadcrumbs unless you can show that your Web site’s users use them frequently, either to navigate the site, or to understand the site’s hierarchy.
  • ...3 more annotations...
  • The rationale for the arrows instead of colons or other indicators was because “the arrows seem to be slightly easier to understand as an indication of moving deeper and deeper into the site.”
  • Rogers and Chaparro (2003) found that the most effective use of breadcrumbs occurred when the trail was placed below the page title instead of above it at the top of the page.
  • Research indicates that those who would most benefit are frequent users who spend a lot of time on a site and who have had some instruction in the usefulness of the breadcrumbs.
Vernon Fowler

Introducing LESS: a Better CSS - 2 views

  • I’ve tried SASS and really liked it, but one thing really bothered me. I didn’t like how all the syntax was different to CSS. Sure, it’s not CSS anymore, it’s SASS, but do we really need to change the syntax of the stuff already present in CSS — why not just expand it?
  • LESS, which stands for Leaner CSS.
  • LESS augments CSS with 4 main features: variables, mixins, nested inheritance and operations.
  • ...2 more annotations...
  • division, multiplication, addition and subtraction
  • LESS looks just like CSS, and the syntax we picked for the extra features is very CSS-like. This means you can rename your existing ‘.css’ files to ‘.less’ and start using the new features.
Angel Lee

Joomla Development a Better Solution for E-commerce Business - 1 views

Building a website on the platform of content management system is in trend. According to website developers, Joomla is one of the most popular content management systems available for E-commerce S...

development design webdesign programming website web design

started by Angel Lee on 23 Nov 12 no follow-up yet
Angel Lee

Best Website Hosting India - 1 views

Web Hosting and Domain Name Registration are two most important steps towards success. There are many hosting servers companies around us. According to some sources, India is slowly booming on to W...

programming webdesign web design development web design redesign

started by Angel Lee on 24 Nov 12 no follow-up yet
John Michal

Multiplex Systems Pvt Ltd - Complete Solution For Your Business - 0 views

  •  
    Multiplex Systems Pvt Ltd is India based software Development Company which provides offshore software development, website outsourcing services to the clients globally.
paradiso solutions

Software Product Development - 0 views

  •  
    We can take on your projects at any stage in the development process, even if it means that critical measures need to be taken to increase capacity and meet every deadline.
anonymous

20+ Thoughts on CSS/HTML Preprocessors and Frameworks - 2 views

  •  
    A collection of controversial articles about CSS HTML preprocessors and frameworks and their role in the modern web design and front-end development: opinions, thoughts, and case studies.
Angel Lee

Affordable Web Design Company - 1 views

Choosing an affordable web design company is a challenge. If you need an impressive professional image for presenting to the world, you should opt an web designing company to develop a website havi...

webdesign web design Development web design redesign website

started by Angel Lee on 27 Nov 12 no follow-up yet
« First ‹ Previous 61 - 80 of 1852 Next › Last »
Showing 20 items per page