Skip to main content

Home/ iQ Web Team/ Group items tagged that

Rss Feed Group items tagged

Thu Tran

How To Become A Web Design Expert - Smashing Magazine - 2 views

  • being an expert is more than about getting people to listen. If that is all you can manage, then they will see through this shallow desire and not give you the status that you believe you deserve
  • design that lessons learned four years ago do not apply today. But I’m not convinced that is the case. In my experience, although technology changes, people do not. The majority of unexpected issues that arise when developing a website relates either to human error or to some element of user experience
  • Too many of the people I worked with coasted through the years with no passion for their work. Without passion, they had no desire to learn new things or push boundaries.
  • ...8 more annotations...
  • I believe that an almost obsessive passion for Web design is required to be a true expert.
  • Succeeding in your chosen career and becoming a true expert requires that you fail not just once or twice, but again and again.
  • Being willing to fail is a sign of maturity, bravery and a desire to do better.
  • Those who are never seen to fail are either too timid
  • to try, for fear of public ridicule, or simply do not desire success enough to endure the sting of failure.
  • The first step to being recognized as an expert is to stop insisting that you are one
  • The truly great have little to prove,
  • Becoming an expert has to be about more than having an ego trip. Rather, it should always be about serving others. You become an expert so that you can do a better job for your clients, provide more value to your organization and help others establish best practice in your industry. Ultimately, if all you want is to be loved and respected, you will never achieve your aim. People can detect that kind of narcissism a mile away and will dismiss you as vain.
  •  
    Some philosophical points on what it takes to be perceived as an expert
Chad Kipling

Building Super Fast Web Apps with PJAX | Nathan Totten - 4 views

  •  
    The basic idea of PJAX is that you update only the parts of the page that change when the user navigates through your app. However, unlike a normal AJAX app that returns only data (JSON) from the server, a PJAX request actually contains normal HTML that has been generated on the server
Thu Tran

Five Popular Web Strategies That Don't Work | UX Magazine - 1 views

  •  
    web strategies that don't work
Cody Lee

The Digital Slate that's also an Assistant Editor - 0 views

  •  
    Pretty awesome digital slate for iOS that uses QR codes so you can attach meta data to the clip afterwards.
Thu Tran

Writing CSS For Others - Smashing Magazine - 2 views

  • always code like you’re working in a team, even when you’re not
  • Write comments like you’re talking to a rubber duck! Good comments take care of 99% of what you hand over and — more importantly —  take care of your documentation. Your code should be the documentation. Comments are also an excellent way to show off. Ever wanted to tell someone how awesome a bit of your code is but never found the chance? This is that chance! Explain how clever it is, and just wait for people to read it. Egos aside, though, comments do force you to write nicer code. I’ve found that writing extensive comments has made me a better developer. I write cleaner code, because writing comments reminds me that I’m intending for others to read the code
  •  
    A discussion on how to write CSS for other developers and why it's important
Chad Kipling

Why We Shouldn't Make Separate Mobile Websites | Smashing Magazine - 0 views

  •  
    Argument is that we don't need separate mobile and desktop sites. The reason why we need separate mobile sites in most cases is to because there's too much content to display on the desktop version, making the site cluttered on a mobile browser. But this means, the desktop site too is cluttered and rather than making a separate site, it should be resigned to reduce clutter everywhere.
Chad Kipling

Tracking Scroll Depth with jQuery and Google Analytics - Ravelrumba by Rob Flaherty - 2 views

  •  
    This is a plugin that watches for scroll events and then reports data back to Google Analytics using the Events API. By the default the plugin will record Baseline (0%), 25%, 50%, 75%, and 100% scroll events. You can find the data in the Events section of Google Analytics. The category is "Scroll Depth", the action is "Percentage" and the label is the scroll depth percentage.
Brett Lowey

TFS Pending Changes - Ignoring Files which are Identical to the Originals | The Softwar... - 1 views

  •  
    Pending changes in my visual studio had a bunch of files identical to the ones on the server. This fixes that quickly.
Cody Lee

cssFx.js - CSS3 property polyfill - It's So Futuristic, Baby! - 0 views

shared by Cody Lee on 21 Mar 12 - No Cached
  •  
    cssFx is a standalone polyfill that inserts the vendor-specific CSS3 properties necessary for old and new browsers.
Chad Kipling

Mozilla releases BrowserQuest for HTML5 gamers and warriors (video) -- Engadget - 0 views

  •  
     Its 2D tile graphics engine is powered by HTML5 Canvas, with browser-to-server communications handled by WebSockets. Sound effects, meanwhile, are powered by HTML5 audio APIs, and each player's progress is saved using localStorage. The game also supports lots of simultaneous players, thanks to a JavaScript-coded backend that runs on Node.js.
Chad Kipling

self improvement - What is the single most effective thing you did to improve your prog... - 0 views

  •  
    A forum post asking on ways to improve coding skills.
  •  
    Working with people far smarter than myself Always listening to what others have to say, regardless if they're junior, intermediate, senior or guru. job title doesn't mean anything. Learning other frameworks/languages, and seeing how they do things, and compare that to stuff that I already know Reading about patterns, best practices, and then examining my old stuff and applying those patterns where necessary Pair programming Add Sticky Note | Remove Deciding TO be a 'Jack-of-all-Trades' never stop learning. Read code written by different people. Write documentation for code written by other people.
Cody Lee

Forget Focusing Pulling! The Lytro Video Camera? - 0 views

  •  
    Crazy new camera that allows you to pull focus AFTER you take the picture. Only still photos for now, but they say they should be able to apply the technology to video.
Cody Lee

Zocial | CSS3 Button Set - 2 views

shared by Cody Lee on 01 Feb 12 - No Cached
  •  
    Zocial is a semantic set of CSS buttons (no images used) that are beautified with @font-face icons.
Trevor Pries

Resumable File Uploading - 1 views

  •  
    A JavaScript Library that uses HTML5's File API to create a file uploader that has pretty decent fault-tolerance.
Andrea Chan

30 Creative Resume Designs - 5 views

  •  
    Cool designs for ideas to revamp your CV. Ones that I think are professional but still unique are: Illustration for CV, RESUME 2011, RM Brand Identity Experimental Resume is cute.
Cody Lee

iOS Human Interface Guidelines: iOS UI Element Usage Guidelines - 0 views

  •  
    Apple's official iOS UI guidelines. Will be pretty important going forward for iOS development, as this is some of the stuff that Apple looks for when approving Apps.
Melissa Kendall

Best Visual Studio Extensions | .NET Zone - 1 views

  •  
    Some extension that might be useful: JSEnhancements devColor CSSCop Image Optimizer Core Compare
Chad Kipling

Future Chrome version may choose your passwords, and change them when you've been hacked - 1 views

  •  
    Google's Chrome development team is working on a system to automatically generate passwords, which would help users secure their online identities with passwords that would be diversified across different sites, and are randomized and thus harder to guess.
  •  
    An interesting Firefox plugin to visualize your passwords and how their related: https://addons.mozilla.org/en-US/firefox/addon/password-reuse-visualizer/
Chad Kipling

Better, Stronger, Safer jQuerify Bookmarklet » Learning jQuery - Tips, Techni... - 0 views

  •  
    A bookmarklet that enables jQuery on any page, allowing you to use jQuery in dev tools even if it's not used on the site itself.
1 - 20 of 70 Next › Last »
Showing 20 items per page