Skip to main content

Home/ Web Development, Design & Programming/ Group items tagged styles

Rss Feed Group items tagged

anonymous

PHP: Exceptions erweitern - Manual - 0 views

  • class MyException extends Exception{    // Die Exception neu definieren, damit die Mitteilung nicht optional ist    public function __construct($message, $code = 0, Exception $previous = null) {        // etwas Code        // sicherstellen, dass alles korrekt zugewiesen wird        parent::__construct($message, $code, $previous);    }    // maßgeschneiderte Stringdarstellung des Objektes    public function __toString() {        return __CLASS__ . ": [{$this->code}]: {$this->message}\n";    }    public function customFunction() {        echo "Eine eigene Funktion dieses Exceptiontyps\n";    }}
    • anonymous
       
      Das wird die Grundlage für meine Exceptions-Class. Ich muss es nur noch ein wenig besser verstehen.
  •  
    PHP: Exception Handling
Lyn n

Getting Started with Chrome extension - Diigo help - 0 views

  • Use the “Save” option to bookmark a page. Bookmarking saves a link to the page in your online Diigo library, allowing you to easily access it later.
  • Highlighting can also be accomplished from the context pop-up. After the Chrome extension is installed, whenever you select text on a webpage, the context pop-up will appear, allowing you to accomplish text-related annotation. Highlight Pop-up Menu – After you highlight some text, position your mouse cursor over it and the highlight pop-up menu will appear. The highlight pop-up menu allows you to add notes to, share, or delete the highlight.
  • Sticky Note Click the middle icon on the annotation toolbar to add a sticky note to the page. With a sticky note, you can write your thoughts anywhere on a web page.
  • ...11 more annotations...
  • Sticky Note Click the middle icon on the annotation toolbar to add a sticky note to the page. With a sticky note, you can write your thoughts anywhere on a web page.
  • Use the “Save” option to bookmark a page. Bookmarking saves a link to the page in your online Diigo library, allowing you to easily access it later.
  • Highlighting can also be accomplished from the context pop-up. After the Chrome extension is installed, whenever you select text on a webpage, the context pop-up will appear, allowing you to accomplish text-related annotation. Highlight Pop-up Menu – After you highlight some text, position your mouse cursor over it and the highlight pop-up menu will appear. The highlight pop-up menu allows you to add notes to, share, or delete the highlight.
  • Use the “Save” option to bookmark a page. Bookmarking saves a link to the page in your online Diigo library, allowing you to easily access it later.
  • Sticky Note Click the middle icon on the annotation toolbar to add a sticky note to the page. With a sticky note, you can write your thoughts anywhere on a web page.
  • Highlighting can also be accomplished from the context pop-up. After the Chrome extension is installed, whenever you select text on a webpage, the context pop-up will appear, allowing you to accomplish text-related annotation. Highlight Pop-up Menu – After you highlight some text, position your mouse cursor over it and the highlight pop-up menu will appear. The highlight pop-up menu allows you to add notes to, share, or delete the highlight.
  • Getting Started with Chrome extension
  • First Steps: Install Chrome extension
  • signed in, you will be prese
  • a Diigo account, you can
  • option
Vernon Fowler

@font-face gotchas « Paul Irish - 1 views

  • There are a few reasons why smiley is a better solution: Webkit+Font Management software can mess up local references, like turning glyphs into A blocks.  (crbug.com/33173) On OS X, Font Management software may alter system settings to show a dialog when trying to access a local() font that's accessible outside of Library/Fonts. More detail on my bulletproof post. (crbug.com/29729) Font Explorer X is also known to mess up other stuff in Firefox: bugzil.la/531771 Although it's unlikely, you could reference a local() font which is completely different than what you think it is. (Typophile post on different fonts, same name) At the very least its a risk, and you're ceding control of the type to both the browser and host machine. This risk may not be worth the benefit of avoiding the font download. These are all pretty edge case issues, but it's worth considering. FontSquirrel has already made the smiley syntax the new default in the Generator, and you should use it going forward as well.
  • And.. regarding @font-face syntax I now recommend the bulletproof smiley variation over the original bulletproof syntax.
  • @font-face { font-family: 'Graublau Web'; src: url('GraublauWeb.eot'); src: local('?'), url('GraublauWeb.woff') format('woff'), url('GraublauWeb.ttf') format('truetype'); }
  • ...5 more annotations...
  • in Webkit (Chrome/Safari), applying font-weight:bold to faux-bold some @font-face'd text will not succeed. Same applies for font-style:italic.
  • text-transform doesn't play well with @font-face in current implementations.
  • @font-face doesnt play nice with css transitions.
  • If a @font-face declaration is within a media query @media screen { ..., it will fail in Firefox.
  • SVG Fonts - Currently SVG is the only way to get webfonts working on iPhone and iPad.
  •  
    "There are a few reasons why smiley is a better solution: Webkit+Font Management software can mess up local references, like turning glyphs into A blocks.  (crbug.com/33173) On OS X, Font Management software may alter system settings to show a dialog when trying to access a local() font that's accessible outside of Library/Fonts. More detail on my bulletproof post. (crbug.com/29729) Font Explorer X is also known to mess up other stuff in Firefox: bugzil.la/531771 Although it's unlikely, you could reference a local() font which is completely different than what you think it is. (Typophile post on different fonts, same name) At the very least its a risk, and you're ceding control of the type to both the browser and host machine. This risk may not be worth the benefit of avoiding the font download. These are all pretty edge case issues, but it's worth considering. FontSquirrel has already made the smiley syntax the new default in the Generator, and you should use it going forward as well. "
Global Employees

Best Joomla Site Backup Extensions 2020 - 0 views

Backups are fundamentally important in this digital age. Hackers and cyber criminals aside, your own mistakes could cost you a lot if you do not back up your valuable data! Hardware corruptions or ...

joomla

started by Global Employees on 30 Jan 20 no follow-up yet
Saif Shuvo

Professional Web Design & Development Curriculum - 0 views

Lesson: 01 (Dreamweaver Basics & HTML) Introducing Dreamweaver, Elements, Attributes, Table, List, Forms, Formatting, Styles, Image, Hyperlinks. Head, Meta, Scripts, Layout, Fonts, URL- encode ...

webdesign web development

started by Saif Shuvo on 07 Jan 17 no follow-up yet
dredd12

Is j2Store the Best Joomla Shopping Cart for E-commerce? - 2 views

"Real-time bidding starts as soon as a user has some ads to purchase or sell. But they should have something to offer in exchange. After selecting the suitable RTB platform, the next steps are: ...

joomla joomlacms joomladevelopers joomlaextensions joomlaecommerce ecommerce cart

alinakallis

Getting Started with Chrome extension - Diigo help - 0 views

  • Use the “Save” option to bookmark a page. Bookmarking saves a link to the page in your online Diigo library, allowing you to easily access it later.
  • Highlighting can also be accomplished from the context pop-up. After the Chrome extension is installed, whenever you select text on a webpage, the context pop-up will appear, allowing you to accomplish text-related annotation. Highlight Pop-up Menu – After you highlight some text, position your mouse cursor over it and the highlight pop-up menu will appear. The highlight pop-up menu allows you to add notes to, share, or delete the highlight.
  • Sticky Note Click the middle icon on the annotation toolbar to add a sticky note to the page. With a sticky note, you can write your thoughts anywhere on a web page.
ai_ar_services

Getting Started with Chrome extension - Diigo help - 0 views

  • Use the “Save” option to bookmark a page. Bookmarking saves a link to the page in your online Diigo library, allowing you to easily access it later.
  • Highlighting can also be accomplished from the context pop-up. After the Chrome extension is installed, whenever you select text on a webpage, the context pop-up will appear, allowing you to accomplish text-related annotation. Highlight Pop-up Menu – After you highlight some text, position your mouse cursor over it and the highlight pop-up menu will appear. The highlight pop-up menu allows you to add notes to, share, or delete the highlight.
  • Sticky Note Click the middle icon on the annotation toolbar to add a sticky note to the page. With a sticky note, you can write your thoughts anywhere on a web page.
Vernon Fowler

Best Practice: Get your HEAD in order - EricLaw's IEInternals - Site Home - MSDN Blogs - 1 views

  • To ensure optimal performance and reliability when rendering pages, you should order the elements within the HEAD element carefully.
  • Optimal Head Ordering <doctype>     <html>         <head>             <meta http-equiv content-type charset>              <meta http-equiv x-ua-compatible>             <base>             <title, favicon, comments, script blocks, etc>
  • If you must specify the character set using a META tag for some reason, it is critical that the META tag is the first element in the HEAD.
  • ...1 more annotation...
  • If you must specify the X-UA-Compatible value using a META tag for some reason, this element MUST appear before any script blocks and SHOULD appear as early in the HEAD element as possible.
imran subhani

The Definitive Guide To Styling Web Links - 0 views

  •  
    I found very useful post by Lee Munroe (a Freelance Web Designer from Belfast Northern Ireland) "The Definitive Guide To Styling Web Links" published by SmashingMagazine. He collected very cool stuff related to Web Links Styling in his post. A must read thing for graphic designers.
Jochen Burkhard

#77: Styling an Individual Article - 0 views

  •  
    The idea of "art directing" posts is very popular lately. It's the idea of applying unique styling to an article on the web in the way that print designers uniquely style articles for, say, a magazine. This is more than just a trend, it's just a good idea. In this screencast I show and example of doing this with WordPress and a specific plugin made for helping with this idea.
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
LinkSture Technologies

Paperio - Responsive and Multipurpose WordPress Blog Theme - 0 views

  •  
    Paperio is a visually appealing, clean and uncluttered, SEO and speed optimized multi-purpose WordPress blog theme fully customizable with WordPress customizer. Paperio offers sleek and modern, polished and technologically sophisticated, user friendly and easy to read attractive blog styles, featured post sliders, latest / popular post styles, header and footer styles, different sidebar styles and more to make your blog outstanding with clear content, stylish, highly visible to search engines and extra ordinary fast in page loading. Paperio contains 7 creative and unique demos with different type of styles for different purpose blogs with selection of predefined color skin and you can use custom color also. You can review below various blog styles and I am sure you will love it. But please take a look of the demo below and decide yourself!
steve waugh

3D Metallic Text Styles by graphickey | GraphicRiver - 0 views

  •  
    3D Metallic Text Styles
steve waugh

Grunge Text Styles by graphickey | GraphicRiver - 0 views

  •  
    Grunge Text Styles
steve waugh

Ice Text Styles by graphickey | GraphicRiver - 0 views

  •  
    Ice Text Styles
steve waugh

Metallic Text Styles by graphickey | GraphicRiver - 0 views

  •  
    Metallic Text Styles
1 - 20 of 272 Next › Last »
Showing 20 items per page