Skip to main content

Home/ Web Development, Design & Programming/ Group items tagged no-javascript

Rss Feed Group items tagged

Raja uk

Image Cross Fade Transition | jQuery | Ajaxmint.com - 0 views

  •  
    Image rollovers were the staple JavaScript nugget of the 90s, and for a lot of JavaScript developers I know, one of the starting places their passion for JavaScript. Today, rollovers are a no-brainer - either in CSS or with the simplest of JavaScript:
Vernon Fowler

Web Designer Notebook » How to use Modernizr - 1 views

  • Modernizr doesn’t actually magically enable these properties for browsers that don’t support them. It just tells the page whether that feature is supported on the browser the visitor is using or not.
  • To install Modernizr, download the file from this page. Then, on your site’s head tag, add a link to the file. For example: ?1<script src="js/modernizr-1.0.min.js"></script> The second step is to include on your html tag a class of “no-js”: ?1<html class="no-js"> Why add this tag? Because that will be the default state of the page. If JavaScript (js) isn’t on, then Modernizr won’t work at all (and probably other features of your site won’t work either…), so it’s good that we have a fallback for that case. If JavaScript is indeed enabled, once that page is loaded on the browser, that class will be replaced dynamically and it may look something like this: ?1<html class="js canvas canvastext geolocation rgba hsla no-multiplebgs borderimage borderradius boxshadow opacity no-cssanimations csscolumns no-cssgradients no-cssreflections csstransforms no-csstransforms3d no-csstransitions  video audio cufon-active fontface cufon-ready">
  •  
    "There is a tool that came to make our lives as progressive web designers a bit easier: Modernizr. In this short tutorial, learn how to apply this handy script to maximum effect on your sites."
awqi zar

code · Video for Everybody! - 8 views

  •  
    Video for Everybody is simply a chunk of HTML code that embeds a video into a website using the HTML5 element, falling back to QuickTime and Flash automatically, without the use of JavaScript or browser-sniffing. It therefore works in RSS readers (no JavaScript), on the iPhone / iPad (don't support Flash) and on many, many browsers and platforms.
Leandro Ardissone

Pure CSS speech bubbles - Nicolas Gallagher - 10 views

  •  
    All examples use simple, semantic HTML. No empty elements, no unnecessary extra elements, no JavaScript, no images (apart from that Twitter logo). Have a look at the source code.
subraa subraa

Does your freelance web developer have experience of JavaScript? - 2 views

  •  
    No matter if you are hiring an agency or a freelance web developer in Singapore, for getting the right web solution, you must make sure that developers have experience in JavaScript.
  •  
    No matter if you are hiring an agency or a freelance web developer in Singapore, for getting the right web solution, you must make sure that developers have experience in JavaScript.
Jochen Burkhard

Prototip 2 - Create beautiful tooltips with ease - 0 views

  •  
    "Prototip allows you to easily create both simple and complex tooltips using the Prototype javascript framework. * Style: Easy to customize. * Position: Complete control over tooltip positions. * Round: Configurable rounded corners, no PNG images required. * Speech bubble effect! * Works on all modern browsers."
bruce gibson

JavaScript developers - 1 views

This company is the world's leading an end to end JavaScript Development Company, connect all experience and services needs to deliver web & mobile app solutions. Yes, in the USA there are numerous...

design web development CSS website webdesign webdev programming Company tools

started by bruce gibson on 15 Jul 19 no follow-up yet
Learn Python

Website Development Tutorials: Wizard Tutorial Introduction - YouTube - 1 views

shared by Learn Python on 18 Aug 15 - No Cached
  •  
    Welcome to Wizard Tutorial the most advanced in-depth website development tutorials on the internet. I will personally teach you everything there is to know about website development with our free tutorials. We will start with HTML5 then work our way over to CSS3 to style our HTML5 code after we are able to build static websites. We will jump into building dynamic websites using PHP, Python, and Ruby. I will not stop there you will also learn to build Wordpress Themes and Plugins. Wait we need more style on our websites we will look at Javascript to add some awesome styles and effects to our sites. After you completely understand how to build stunning static websites and mind-blowing dynamic websites we will start build IOS apps with Swift. My development tutorials are not short and sweet that is for sure. I dig deeper then any tutorial website on the internet. These web development tutorial series will be long but very informative. I will explain every feature of every language, look at every option and tell you when, why, how and what you are doing. No other tutorial series has done this without charging you a ton of money. I do not charge! It is completely free! Do Not Forget To Subscribe! For more information visit our website at http://wizardtutorial.com
Arch Aznable

Creating A Cool Animated Pixel Font With CSS3 | Blogfreakz - Web Design and Web Develop... - 0 views

  •  
    Here's an awesome CSS3 animation effect by Peter Magenheimer. It's an animated pixel font that is created with 100% pure CSS3, no Javascript or images!
Vernon Fowler

A Beginner's Guide to Pairing Fonts | Webdesigntuts+ - 2 views

  • Using multiple fonts together can be difficult, achieving harmony is challenging, but if you manage it the result can be decorative and striking. Use fewer fonts and your task is more straight forward. Try to make the best of both worlds by selecting fonts with multiple variants and weights. In this way you can take advantage of an array of styles, safe in the knowledge that they’ll compliment each other just fine.
  • What’s the Nature of my Content? When selecting fonts it’s important to consider the nature of the layout you’re dealing with. Are we talking mainly body copy? Are there multiple headings, sub-headings? Perhaps it’s a magazine layout with decks, blockquotes? When using multiple fonts make sure that the roles are clearly established; if one font is used as a sub-heading, don’t switch to another font for a sub-heading elsewhere. Keep a font’s purpose clear.
  • How Do I Achieve Successful Pairing? You might have already heard this; successful pairing relies on concord, or contrast, but not conflict. That is to say your selected fonts can work well together by sharing certain qualities, or by being completely different from one another. However, font pairs can conflict in a number of ways – being too similar being just one.
  • ...7 more annotations...
  • The x-height of a font describes the height from the base line to the upper reaches of the lower case characters, like the x. A proportionately large x-height helps with readability.
  • Pairing 2: Contrast Contrast between fonts often lends a winning combination, but in what ways can fonts contrast? Here are just some qualities to look for: Style: Take a look at any font resource site and you’ll see them categorized as Blackletter, Monospace, Script, Slab Serif etc. Fonts of different styles will often contrast. Size: Big font, little font. Say no more. Weight: Varying the weight of fonts is a common way to establish visual hierarchy. Hierarchy achieved by contrast. Form: Consider the proportions of a typeface. The relative length of the descenders, the curvature of the shoulders, the direction of the movement. Color: Not something we’re going to go into here, but color can easily determine whether two fonts work well together.
  • It’s a classic way of pairing; take a decorative serif for the heading and a sure-footed sans-serif for the body. Or take a no-nonsense sans-serif for the headings, with a pleasantly legible serif for the body. A winner in many cases. Let’s look at a few, kicking off with two system fonts. That’s right, even they can work well together.
  • Condensed fonts always work well to get your attention, as they take up a lot of vertical real estate.
  • Slab serifs make very effective attention grabbers, but can be a bit pushy if you’re not careful.
  • Pairing 3: Conflict Let’s not focus too much on what doesn’t work well, we don’t want to sour the joyous combinations in the rest of this guide do we? That said, let’s just illustrate how two fonts, which are arguably too similar, can look awkward together.
  • Once you’ve concluded that you don’t like a font pairing, try to work out why and it will help you make decisions more quickly in the future.
mikhail-miguel

xoops.net.br - 0 views

  •  
    XOOPS Cube é um sistema de publicação para a criação de sites dinâmicos baseado em programação PHP orientada a objetos e banco de dados MySQL. Depois de instalado, um website em XOOPS pode ser gerenciado SEM A NECESSIDADE de ferramentas externas ou conhecimentos avançados de tecnologias da Internet, como FTP, HTML, Javascript, CGI, etc. O XOOPS representa a solução ideal para quem não pode ou não quer depender de terceiros para criar e adminstrar o seu próprio portal, possuindo milhares de recursos de redação, edição e publicação de conteúdo online já incorporados e a custo zero! (o xoops é de código aberto sob os termos da licença BSD, ou seja: 100% gratuito). Tudo no XOOPS é visual, intuitivo, e gostoso de usar.
Vernon Fowler

Why relative URLs should be forbidden for web developers * Yoast - 12 views

  • Relative URLs are often used because developers have a test environment on another hostname and it makes it easy for them to move stuff between their test environment and their live environment.
  • The useful cases are when it’s used inside JavaScript or CSS, so files are served over the same protocol as the current page, especially because when you’re on a https URL, serving anything over http basically breaks the security.
  • Using protocol relative URLs within links or canonical URLs is a very bad idea though, because you can still have duplicate content issues between http and https versions of a website.
  • ...1 more annotation...
  • Twitter’s issue could be rather easily resolved, as we’ve discussed, by using proper absolute URLs everywhere in their code. There are no real good arguments against not doing that.
  • ...1 more comment...
  •  
    I agree
  •  
    I don't understand the issue. web developers have to use relative url's and it is best practice. If it's a protocol issue, it's common knowledge to use the double slash (//) in front of the url. Problem solved.
olafyang

AngularJS - 1 views

AngularJS is an open source JavaScript framework. Designed for developing single page applications. Its goal is to extend MVC-based browser applications and make testing and development easier. ...

Angular

started by olafyang on 09 Jan 22 no follow-up yet
awqi zar

helma.org - 2 views

  •  
    Stay Online on the worldwide web on the world wide web online online roulette from Contemporary modern sydney, Fun and Free! Now you is able of doing Actual "www.funlivecasino.com.au" Stay Online on the worldwide web on the world wide web online online roulette for Fun in Contemporary modern sydney on a product new web page, FunLiveCasino.com.au. Using the newest on the worldwide web operating technology, Fun Stay Gambling house allows you be a element of a genuine action occurring on a genuine desk in a genuine betting house, all approved on Live! You can see other real gamers in the betting house betting on the same outcomes you do providing you greatest believe in in the outcomes as they are not designed 'just for you a, like other action being affected by items such as 'live studios' or pc designed actions. Its awesome to think when your really in the betting house that you might be on digicam, and individuals on the worldwide web might be watching! The long run is scary! Believe one day soon this will be the only way individuals would bet on the worldwide web because the worldwide web is complete of fraudsters, you have to be extremely cautious, and why would you perform Online Online on the worldwide web on the world wide web online online roulette any other way except from a Actual Gambling house you can analyze out, see, pay attention to and trust! Amazingly this web page is definitely 100 % 100 % 100 % 100 % 100 % free and has no determining upon up process, no junk, no pc bunny rabbit bunny mouse mouse clicks and no pressure. Just Immediate Fun "www.funlivecasino.com.au" 100 % 100 % 100 % 100 % 100 % free Stay Roulette! Give it a try, its value verifying out! "www.funlivecasino.com.au" Australia's Online Fun Stay Casino! Backlink designed from http://fiverr.com/radjaseotea/making-best-156654-backlink-high-pr
awqi zar

JsonML (JSON Markup Language) - 1 views

  •  
    Stay Online on the worldwide web on the world wide web online online roulette from Contemporary modern sydney, Fun and Free! Now you is able of doing Actual "www.funlivecasino.com.au" Stay Online on the worldwide web on the world wide web online online roulette for Fun in Contemporary modern sydney on a product new web page, FunLiveCasino.com.au. Using the newest on the worldwide web operating technology, Fun Stay Gambling house allows you be a element of a genuine action occurring on a genuine desk in a genuine betting house, all approved on Live! You can see other real gamers in the betting house betting on the same outcomes you do providing you greatest believe in in the outcomes as they are not designed 'just for you a, like other action being affected by items such as 'live studios' or pc designed actions. Its awesome to think when your really in the betting house that you might be on digicam, and individuals on the worldwide web might be watching! The long run is scary! Believe one day soon this will be the only way individuals would bet on the worldwide web because the worldwide web is complete of fraudsters, you have to be extremely cautious, and why would you perform Online Online on the worldwide web on the world wide web online online roulette any other way except from a Actual Gambling house you can analyze out, see, pay attention to and trust! Amazingly this web page is definitely 100 % 100 % 100 % 100 % 100 % free and has no determining upon up process, no junk, no pc bunny rabbit bunny mouse mouse clicks and no pressure. Just Immediate Fun "www.funlivecasino.com.au" 100 % 100 % 100 % 100 % 100 % free Stay Roulette! Give it a try, its value verifying out! "www.funlivecasino.com.au" Australia's Online Fun Stay Casino! Backlink designed from http://fiverr.com/radjaseotea/making-best-156654-backlink-high-pr
Luciano Ferrer

wagerfield/parallax - 1 views

  •  
    "Parallax Engine that reacts to the orientation of a smart device. Where no gyroscope or motion detection hardware is available, the position of the cursor is used instead."
Laura Reed

20 Docs and Guides for Front-End Developers (No. 4) - 4 views

  •  
    "It's that time again to get learning! Well, in this industry, that time is always I suppose. This is the fourth of such posts I've put together and this might be the best one yet."
  •  
    "It's that time again to get learning! Well, in this industry, that time is always I suppose. This is the fourth of such posts I've put together and this might be the best one yet."
jvsoon

WP MASTER DEVELOPER PRO - 1 views

When it comes to coding, WP Master Developer Pro is a tool like no other... ...but wouldn't it be great to be able to create WordPress plugins, even the complex ones with lots of features, WITHOUT...

design web Development website webdesign tools web design programming company

started by jvsoon on 25 Apr 17 no follow-up yet
1 - 20 of 20
Showing 20 items per page