Title
Stefan Petre
Go Home
Category
Description
Address
Phone Number
+1 609-831-2326 (US) | Message me
Site Icon
Stefan Petre
Tags
Page Views
0
Share
Update Time
2022-05-04 05:10:15

"I love Stefan Petre"

www.eyecon.ro VS www.gqak.com

2022-05-04 05:10:15

Stefan PetreHomeContactIubesc BrasovulRem converter for Less CSSianuarie 31, 2014Comentarii: 2Share itTwitterGoogle +FacebookIt's a small hack that adds a function to convert px into rem.Find inside less.js or functions.js:convert: function (val, unit) { return val.convertTo(unit.value);},and right after add:rem: function (val, base) { var remSize = Math.round((val.value/base.value)*10000)/10000; return new(tree.Dimension)(remSize, 'rem');},And now you can convert px to rem. The following Less:@remBaseSize: 14px;.class{ font-size: rem(16px, @remBaseSize);}Compiles to:.class{ font-size: 1.1429rem;}Faceted search septembrie 7, 2013Comentarii: 7Share itTwitterGoogle +FacebookWork in progress.Inspired by VisualSearch.js, with different options, less dependencies, smaller size.Slider for Twitter Bootstrapfebruarie 18, 2013Comentarii: 76Share itTwitterGoogle +FacebookSlider component with different optionsvertical or horizontal orientationminimum and maxim valuesstep incrementorrange selector3 shapes for handlesDownload & docsInstrumente - Chrome extensionfebruarie 17, 2013Comentarii: 1Share itTwitterGoogle +FacebookCollection of tools that you might need once in a whileIncluded tools:Text conversion: lowercase, uppercase, capitalize, HTML entities, URILorem ipsum generator: no. of paragraphs and words, full HTML with titles, lists and ordered listsRandom password generator: password length, include numbers, lowercase and uppercase letters and other charactersE-mail obfuscation: result as JavaScript.htpasswd password generatorGrid calculator: column width and number, gutter and total widthRegular expression testerJavaScript, JSON, CSS and HTML beautifierList of HTML entitiesInstallTab drop for Twitter Bootstrapfebruarie 17, 2013Comentarii: 5Share itTwitterGoogle +FacebookVery usefull script when your tabs do not fit in a single row. This script takes the not fitting tabs and makes a new dropdown tab. In the dropdown there are all the tabs that do not fit.works only with horizontal tabs and pillscustom text for the dropdown tabworks with responsive designDownload & docs1234567Next28© 2001 - 2022 Stefan Petre · Fishmag.ro · Tourism Guide · Mediasecure · Cookies#cookieConsent {position: fixed;bottom: 0;left: 50%;width: 940px;margin: 0 0 0 -471px;padding: 10px;border: 1px solid #bbb;z-index: 10000;background: #F9F9F9;color: #444;display: none;}#cookieConsent a {color: #0088cc;}eyecon.ro is using cookies to personalise content and ads, to provide social media features and to analyse our traffic. I also share information about your use of my site with my social media, advertising and analytics partners.See detailsBy continuing to browse the site you are agreeing to my use of cookies. ✔ Continue