Skip to main content

Home/ Coders/ Group items tagged code tagging

Rss Feed Group items tagged

gpryor3

HTML Attributes - 1 views

  • All HTML elements can have attributes
  • always specified in the start tag
  • provide additional information
  • ...24 more annotations...
  • about an element
  • usually come
  • name/value pairs
  • name="value
  • links are defined
  • with
  • <a> tag
  • link address is specified
  • href attribute:
  • mages are defined with
  • <img> tag.
  • The alt attribute
  • specifies an alternative text to be used
  • when an image cannot be displayed.
  • style attribute
  • specify the styling of an element
  • color, font, size etc
  • tyling later in this tutorial, and in our CSS Tutorial.
  • a title attribute is added to the <p> elemen
  • value of the title attribute
  • isplayed as a tooltip
  • Use Lowercase Attributes
  • Quote Attribute Values
  • HOW TO Tabs Dropdowns Accordions Convert Weights Animated Buttons Side Navigation Top Navigation Modal Boxes Progress Bars Parallax Login Form HTML Includes Google Maps Range Sliders Tooltips Slideshow Filter List Sort List
yc c

DZone Snippets: Store, sort and share source code, with tag goodness - 2 views

  •  
    Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Rick Fan

Creating OpenSearch plugins for Firefox - MDC - 0 views

  • Your server should serve OpenSearch plugins using the MIME type application/opensearchdescription+xml. Be sure that your Search Plugin XML is well formed. You can check by loading the file directly into Firefox. Ampersands in the template URL need to be escaped with & and tags need to be closed with a trailing slash or matching end tag. The xmlns attribute is important, without it you could get an error message indicating that "Firefox could not download the search plugin from: (URL)". Note that you must include a text/html URL — search plugins including only Atom or RSS URL types (which is valid, but Firefox doesn't support) will also generate the "could not download the search plugin" error. Remotely fetched favicons must not be larger than 10KB
Joel Bennett

Text* Snippets: tagging and storing useful source code snippets - 0 views

  •  
    TextSnippets is a repository for short snippets of code categorized by keyword tags (sponsored by Joyent & Textdrive)
Joel Bennett

Files: Code Tools: Browsing by Tags: TDPad - 0 views

  •  
    The TaskDialog Pad lets you design your task dialogs and generate C++ code for them ....
Joel Bennett

Entity Framework POCO Adapter - Jaroslaw Kowalski - 0 views

  •  
    A code-generation tool to work around one of the main limitations of Microsoft's Entity Framework V1 (released as part of .NET Framework 3.5 SP1 and Visual Studio 2008 SP1): lack of support for POCO (Plain Old CLR Object) entity objects -- that is, objects that do not have any persistence awareness programmed in them.
htmlslicemate.com

Writing Web Content With Markdown - 0 views

  •  
    Unless you are really HTML-savvy, writing articles directly using HTML is not ideal. First, you have to wrap the content properly with the tags in order to format it, and secondly you will have to go back and forth from your code editor to the browser to see how it looks. If you are a frequent web writer, I think it's better for you to write using Markdown. Markdown allows you to write content in plain text that later can be translated into a valid HTML format, and with the help of a tool, you can instantly see the output.
Stephen Paulger

Free Language Agnostic Programming Books - 0 views

  •  
    Big list of programming books that are not specific to any programming language.
1 - 8 of 8
Showing 20 items per page