background preloader

TextFixer.com - Webmaster Online HTML tools for fixing, changing and manipulating text and html.

Converting @font-face Fonts Quickly In Any OS Converting fonts quickly will help speed up production of your projects and can easily integrate into your workflow. I love experimenting with web fonts, but using the hodgepodge of free and open source desktop tools to convert them manually is time consuming. To speed things up a bit, Font Squirrel created the excellent @Font-Face Generator web application which not only generates the fonts for you, but also creates a stylesheet a developer can import and use the font immediately. This tool is not intended to replace Font Squirrel’s tool (as a matter of fact, their tool has a few more options than mine). If you’re not familiar with the command line on your particular operating system, this may not be the solution for you. Download the CSS3 Font Converter from GitHub Examples Before we start using the tool, I have included a few examples. In all cases, the original fonts were in True Type format. Usage convertFonts.sh <filelist> $ convertFonts.sh *.ttf Installation Notes Image Credit

Cut My Pic! The Free online image resize, cut, crop, round corners, and drop shadow tool! threshold state: Textpattern Plugin Template An improved template for Textpattern plugins. zem_tpl is an improved template for Textpattern plugins. It’s intended mainly for use with the PHP command line client, though it will work fine running on a web server. Features: Help text is in Textile format No need to escape quotes in your code Plugin code syntax will be checked at compile time Works with syntax-highlighting text editors Download: zem_tpl-0.4.tar.gz zem_tpl-0.4.zip The package contains three files: zem_tpl.php contains the code to compile plugins into the format required by the Textpattern plugin installer. zem_plugin.php is the template itself. zem_example.php is a simple example plugin. Typical use, at the command line: $ cp zem_plugin.php abc_myplugin.php [edit abc_myplugin.php] $ php abc_myplugin.php > abc_myplugin-0.1.txt abc_myplugin-0.1.txt is the finished plugin, ready to install. In order to use Textile in the help section, classTextile.php must be in the include_path. Commenting is closed for this article.

❍ IcoMoon IcoMoon is striving to build and provide the best iconography and icon management tool for perfectionists. IcoMoon's icon library features only the very best icon sets out there. All of our icons are designed on a precise pixel grid. The IcoMoon app lets you build and use your own icon sets in many different formats including SVG, Polymer, PDF, XAML, CSH, icon font or simple PNG/CSS sprites. IcoMoon was first built and released back in the November of 2011. IcoMoon was also the first to solve a big problem with icon fonts: Compatibility with screen readers. IcoMoon is constantly improving and it offers many unique features. With over 4000 free and open source icons available in IcoMoon's library, and by allowing you to generate crisp icon fonts and SVG sprites locally/offline, this service is far ahead of any similar one. IcoMoon is created and maintained by Keyamoon and it is currently operating under Roonas. Need to contact us?

Whole Truth Coalition - FREE MINDS BUILDING A BETTER WORLD 100 Tools to Develop the Next Killer iOS or Android App <i><i><i><i><i><i><i><i><i>This post is #11 in DailyTekk’s famous Top 100 series which explores the best startups, gadgets, apps, websites and services in a given category. Total items listed: 113. Time to compile: 6+ hours. Follow @DailyTekk on Twitter to make sure you don’t miss a week! </i></i></i></i></i></i></i></i></i> </i>*} There’s quite a list of people who are interested in creating iPhone/iPad and Android apps these days. There’s truly something for everyone here. 100+ Professional Social Media Business Tools for Brands and Marketers I’m sure there’s more than 100 awesome tools for creating awesome iPhone, iPad and Android apps out there so if I missed something good leave me a comment to let me know! Post Navigation Random + Noteworthy Tools DIY (No Coding) App Creation Tools Development, Analytics and Management Platforms Mockup and UI Design Tools Mobile Ads + Monetization Test, Refine and Get Feedback App Promotion & Marketing Enhance App Functionality Other and Miscellaneous

Silver Pulser Ionic / Colloidal Silver Generator per research of Dr. Bob Beck The Silver Pulser ™ Ionic Colloidal Silver Generator and Plant Growth Stimulator Generates Ionic Colloidal Silver using .9999 purity Silver Wires, and plant growth stimulator based on research of Dr.Bob Beck [MODEL #: ZBB4] - NEW Model!! "First Aid Kit of the Future" as per the research of Dr. Our design of The Silver Pulser is CERTIFIED, APPROVED and Personally ENDORSED by Dr. Description International Voltage Requirements Disclaimer Warranty Cost Ordering Research Info Other Products Everything You Need to Know Before You Buy What is "The Silver Pulser"? Full instructions about the use and benefits of The Silver Pulser™ can be found in the research papers published by Dr. Each Silver Pulser is a professionally designed quality device, thoroughly tested on an oscilloscope, and is guaranteed to operate as per the specifications in Dr. The Silver Pulser is dual function unit being BOTH a Pulser (Plant Growth Stimulator) and Ionic Colloidal Silver Generator. Unique Features: The Unit: Electronics: Dimensions:

Internet Explorer for Mac the Easy Way: Run IE 7, IE8, & IE9 Free in a Virtual Machine If you’re a Mac user that requires the usage of Internet Explorer under Mac OS X, you’ll find your choices are generally as follows: run IE on top of Mac OS X with Wine which can be slow and buggy, dual boot Windows and Mac OS X which is a nuisance because it requites rebooting, or use virtualization with something like Parallels, VMWare, or VirtualBox. Virtualization is generally the best method because you can run IE and other Windows apps directly atop OS X, but some of the VM software is expensive and you still need a Windows license key, right? Wrong! Run Internet Explorer 7, 8, 10, & 11 in Mac OS X the Easy & Free Way We’re going to walk you through how to install Internet Explorer 7, 8, 9, 10, and 11 in a virtual machine running Windows, directly in Mac OS X – for free. Notes: the admin password for all of the IE VMs is “Password1″ without the quotes. Installation size per IE Virtual Machine is about 11GB, to install all Windows VM’s it will take about 48GB of disk space.

Character Sets / Character Encoding Issues Introduction Let’s first define some terms to make it easier to understand the following sections (taken from the book XML Internationalization and Localization). See also the introductory WIKI page on i18n. A character is the smallest component of written language that has a semantic value. Examples of characters are letters, ideographs (e.g. Chinese characters), punctuation marks, digits etc. A character set is a group of characters without associated numerical values. Coded character sets are character sets in which each character is associated with a scalar value: a code point. In many cases, the encoding is just a direct projection of the scalar values, and there is no real distinction between the coded character set and its serialized representation. Unicode and its encodings For Unicode (also called Universal Character Set or UCS), a coded character set developed by the Unicode consortium, there a several possible encodings: UTF-8, UTF-16, and UTF-32. PHP and character sets if ( !

Selectors Select all elements that are in the progress of an animation at the time the selector is run. Selects elements that have the specified attribute with a value either equal to a given string or starting with that string followed by a hyphen (-). Selects elements that have the specified attribute with a value containing the a given substring. Selects elements that have the specified attribute with a value containing a given word, delimited by spaces. Selects elements that have the specified attribute with a value ending exactly with a given string. Selects elements that have the specified attribute with a value exactly equal to a certain value. Select elements that either don’t have the specified attribute, or do have the specified attribute but not with a certain value. Selects elements that have the specified attribute with a value beginning exactly with a given string. Selects all button elements and elements of type button. Selects all elements of type checkbox.

Dreamweaver Password Recovery Home » Dreamweaver Password Recovery Lost your FTP password? Dreamweaver stores your password as an encrypted string in the site definition. The string is a longish group of seemingly random characters. In fact, it is a hexadecimal number. There are two places you can obtain the encrypted version of your password to use in this function: Export your site definition to an .ste file, then look at the .ste file in a text editor for the string: pw="encrypted password here" If using a Windows machine, run RegEdit and locate the registry key for the site definitions appropriate for your Dreamweaver version. Once you have the encrypted password, enter it below.

execute PHP online - functions-online Les 30 sélecteurs CSS à connaître absolument tomsyweb.com Buy this domain The owner of tomsyweb.com is offering it for sale for an asking price of 345 GBP! Related Searches This page provided to the domain owner free by Sedo's Domain Parking.

Related: