public marks

PUBLIC MARKS with search absolute

This year

URI.js - URLs in Javascript

by Spone & 1 other
URI.js is a javascript library for working with URLs. It offers a "jQuery-style" API (Fluent Interface, Method Chaining) to read and write all regular components and a number of convenience methods like .directory() and .authority(). URI.js offers simple, yet powerful ways of working with query string, has a number of URI-normalization functions and converts relative/absolute paths.

2011

iScroll 4

by srcmax & 1 other
iScroll 4 is a complete rewrite of the original iScroll code. The script development began because mobile webkit (on iPhone, iPad, Android) does not provide a native way to scroll content inside a fixed width/height element. This unfortunate situation prevents any web-app to have a position:absolute header and/or footer and a scrolling central area for contents.

13 Ways To Pull Off A Killer Demo Day Presentation

by oseres
You should not have the audience focused on your slides, but your words during the presentation. Bullets are an absolute no-no throughout the presentation. My presentation had one sentence at most per slide with an accent color highlighting what was a really important word for the audience to understand. The slides should set the tone for what you are currently talking about to keep everyone on track. Stay away from transitions or overly flashy slides. They were cool when you were in junior high, but don't add a lot when talking to a large crowd.

2010

Premailer html-to-email

by wabaus & 3 others
Take an HTML page with external CSS and images and render as HTML with inline CSS and all relative image and link URLs changed to absolute URLs. Also creates Plain Text alternative.

Curtis CSS Typeface · David DeSandro

by Krome & 1 other

CURTIS CSS TYPEFACE

Curtis is the name I’ve given for a family of geometric sans-serif fonts currently in development. Other incarnations exist as Fontstructions: Curtis Heavy and Curtis Pixel 14. This version takes form in CSS. All shapes are rendered by the browser, using a combination of background color, border width, border radius, and a heavily reliance on absolute/relative positioning. You can get a better idea of how the letters were formed with the Inspect display option.

Auto_Prepend / Append Via Apache Directive

by eaque (via)
ork. Keeps giving me a file not found error. Tried absolute path, same deal. Any ideas?

A List Apart: Articles: Put Your Content in My Pocket

by kruty (via)
You also need to be aware that the iPhone adjusts text sizes as the viewport changes. The font size increases automatically to make text as readable as possible. Sometimes this negatively affects elements that use absolute positioning or fixed sizes (especially when using pixels to specify page coordinates). If you find that this causes overflow or other unsightly results, you can easily turn it off using the following CSS rule: -webkit-text-size-adjust: none;

2009

A jQuery Plugin for Zoomable, Interactive Maps - New Media Campaigns

by vrossign
asic css file is included with the demo zip. Here is some rough minimal css: view sourceprint? 1.#map { position: relative; width: 700px; height: 470px; overflow: hidden; } 2.#returnlink { display: block; position: absolute; bottom: 0; right: 0; } 3.#map a.bullet { display: block; position: absolute; width: 10px; height: 10px; background: yellow; } 4.#map img.zoomable { } 5.#map div.popup{ display: none; position: absolute; width: 200px; height: 300px; } 6.#map div.popup a.close{ display: block; position: absolute; bottom: 0; right: 0; } The code above will work just fine as a starting point. Obviously a lot of embellishment can be added to make the map look as g

VTC (Video Training Course): Ubuntu Linux | Ebookee Free eBooks Download!

by tadeufilippini (via)
VTC (Video Training Course): Ubuntu Linux VTC (Video Training Course) Ubuntu Linux Author: Charles Griffin | SKU: 33743 | ISBN: 1-933736-68-2 | Release Date: 2007-02-22 | Duration: 5.5 hrs / 63 lessons | 235 Mb Ubuntu Linux is a free, general-purpose operating system for the PC desktop that often rivals Microsoft Windows and Macintosh OS for ease of use, security, and freedom from restrictions. Since its founding a few years ago, Ubuntu Linux has become extremely popular and has helped popularize free and open source software. This step-by-step beginner's course to Ubuntu Linux is designed to guide a user with no previous linux experience. This course, presented by VTC author Chess Griffin, also the host of "Linux Reality," a popular podcast for new Linux users, starts at the absolute beginning. Including an explanation of what Linux is, how to obtain a free copy of Ubuntu Linux, and how to boot the "live" CD to test Ubuntu Linux. You will learn configuration, customization, adding software to the system, and working with the desktop environment. As well as the many included programs and features of Ubuntu Linux

Karmic Koala Alpha 5 | Ubuntu

by tadeufilippini
Home Table of Contents 1. Introduction 2. Upgrading from Ubuntu 9.04 3. New features in Karmic 1. Updated Packages 2. GNOME 3. Kubuntu 4. Ubuntu UEC 5. Ubuntu One file sharing 6. Linux kernel 2.6.31 7. hal deprecation 8. New Intel video driver architecture available for testing 9. New default compiler 10. ext4 by default 11. GRUB 2 by default 12. iSCSI installation 4. Download Alpha 5 5. Known issues 6. Reporting bugs 7. Participate in Ubuntu 8. More information Introduction The Ubuntu developers are moving quickly to bring you the absolute latest and greatest software the Open Source Community has to offer. The Karmic Koala Alpha 5 is the fifth alpha release of Ubuntu 9.10, bringing with it the earliest new features for the next version of Ubuntu. This is an alpha release. Do not install it on production machines. The final stable version will be released on October 29th, 2009. Upgrading from Ubuntu 9.04 To upgrade from Ubuntu 9.04 on a desktop system, press Alt F2 and type in "update-manager -d" (without the quotes) into the command box. Update Manager should open up and tell you: New distribution release '9.10' is available. Click Upgrade and follow the on-screen instructions. To upgrade from Ubuntu 9.04 on a server system: install the update-manager-core package if it is not already installed; edit /etc/update-manager/release-upgrades and set Prompt=normal; launch the upgrade tool with the command sudo do-release-upgrade; and follow the on-screen instructions. New features in Karmic Feature development for Karmic is happening with full speed. Please see the Karmic blueprint list for details. Please test and report any bugs you find: * http://help.ubuntu.com/community/ReportingBugs Updated Packages As with every new release, packages--applications and software of all kinds--are being updated at a rapid pace. Many of these packages come from an automatic sync from Debian's Unstable branch. For a list of all packages being accepted for 9.10 Karmic Koala, please subscribe to karmic-changes: * https://lists.ubuntu.com/mailman/listinfo/karmic-changes GNOME Ubuntu Karmic Alpha 5 includes the latest GNOME 2.27.91 development release. Empathy has replaced Pidgin as the default instant messaging client, introducing the Telepathy framework. The gdm 2.27.91 login manager is a complete rewrite compared to the version in earlier Ubuntu releases. Kubuntu Kubuntu includes its first Netbook release, Social from the Start and the latest KDE packages. See the Kubuntu technical overview

An introduction to Iaido to the prospective student

by Takwann
NOTE: Japanese martial arts are very diverse, and so any generalising statement or rule will have exeptions, probably about 50% of the cases. None of the following should be taken as absolute truth.

In the Woods – 15 CSS Tricks That Must be Learned

by dzc & 2 others (via)
1. Absolute positioning inside a relative positioned element. 2. Z-Index and positioning. 3. Margin Auto 4. Use Padding Carefully and Appropriately...

37signals >> 09 > And I Quote

by karlcow (via)

Simplicity does not mean want or poverty. It does not mean the absence of any decor, or absolute nudity. It only means that the decor should belong intimately to the design proper, and that anything foreign to it should be taken away.

Paul Jacques Grillo

Active users

Spone
last mark : 13/02/2012 07:32

grav
last mark : 28/11/2011 10:44

srcmax
last mark : 07/11/2011 16:17

oseres
last mark : 03/05/2011 07:55

wabaus
last mark : 17/12/2010 16:26

ghis
last mark : 10/09/2010 07:58

HK
last mark : 03/09/2010 09:59

piouPiouM
last mark : 15/07/2010 09:36

mozkart
last mark : 30/05/2010 07:50

Krome
last mark : 17/03/2010 15:26

kemar
last mark : 16/02/2010 10:16

eaque
last mark : 01/02/2010 18:44

kruty
last mark : 12/01/2010 10:11

Conseil.Net Groupe I.D.A
last mark : 21/11/2009 12:04

vrossign
last mark : 09/11/2009 12:03

shinze
last mark : 22/10/2009 22:15

tadeufilippini
last mark : 21/09/2009 08:03

Takwann
last mark : 18/12/2010 01:07

dzc
last mark : 07/09/2009 13:08

karlcow
last mark : 16/07/2009 10:42

tbeaumanoir
last mark : 17/06/2009 16:11