Skip to main content

Home/ mnsudoteduweb/ Group items tagged coding

Rss Feed Group items tagged

anonymous

QR Code and 2D Code Generator with SVG and PDF output - 0 views

  •  
    This generates QR Codes with output formats that include SVG and PDF output. This utility allows for QR Code object subtypes such as address book, calendar event, and phone number plus many more.
Nathan Rodeback

Coding Guru - 0 views

  •  
    Code never does the mistake, we make the mistakes in the code. Think, Imagine, Phrase and then Code.
anonymous

Emscripten - 0 views

  •  
    Emscripten is an LLVM to JavaScript compiler. It takes LLVM bitcode (which can be generated from C/C++ using Clang, or any other language that can be converted into LLVM bitcode) and compiles that into JavaScript, which can be run on the web (or anywhere else JavaScript can run). Using Emscripten, you can - Compile C and C++ code into JavaScript and run that on the web - Run code in languages like Python as well, by compiling CPython from C to JavaScript and interpreting code in that on the web
Nathan Rodeback

Codecademy - 0 views

  •  
    Learn to code interactively, for free.
Nathan Rodeback

Learn Web Programming Online with the Web Code Geeks - 0 views

  •  
    Web developers resource center. Javascript, PHP, HTML, CSS, ASP.NET, HTML5, news, tutorials, code examples and snippets, articles and more.
Nathan Rodeback

10 tips about responsive website design - 0 views

  •  
    Mashable has called 2013 the year of responsive design and with the mobile internet usage to be taking off, their prediction is probably correct. But what is a responsive design? A change in the design CSS code allows it to be view able at a desktop/laptop, mobile and tablet devices. You do not need a mobile site anymore; all you need is a responsive website design.
Nathan Rodeback

About iOS App Programming - 1 views

  •  
    This document is the starting point for creating iOS apps. It describes the fundamental architecture of iOS apps, including how the code you write fits together with the code provided by iOS. This document also offers practical guidance to help you make better choices during your design and planning phase and guides you to the other documents in the iOS developer library that contain more detailed information about how to address a specific task.
Nathan Rodeback

Resources For Learning Git - 0 views

  •  
    Git is an extremely powerful and sophisticated system for distributed version control. Apart from offering a novel approach to source code management, Git offers a great deal of features. Sadly, learning how to use Git can be confusing for anyone, not just beginners. As a result, in this roundup, we have collected some of the best resources for learning Git to help you initially get started with Git, and then, eventually mastering it.
Maxim Neaga

Google HTML/CSS Style Guide - 2 views

  •  
    This manual describes the rules for processing and formatting of HTML and CSS code. Its goal is to improve the quality of code and make it easier to work together as well as to support the common infrastructure.
anonymous

Eclipse Team provider for Git - 0 views

shared by anonymous on 24 May 11 - Cached
  •  
    EGit is an Eclipse Team provider for the Git version control system. Git is a distributed SCM, which means every developer has a full copy of all history of every revision of the code, making queries against the history very fast and versatile.
Alex Boone

Google Cloud Messaging for Android (and other google api information) - 0 views

  •  
    Google Cloud Messaging for Android (GCM) is a service that helps developers send data from servers to their Android applications on Android devices. This could be a lightweight message telling the Android application that there is new data to be fetched from the server (for instance, a movie uploaded by a friend), or it could be a message containing up to 4kb of payload data (so apps like instant messaging can consume the message directly).
Alex Boone

Skip AJAX, use html5 microdata and extract with JS - 0 views

  •  
    Create a page like normal, then use a JS library to read the fully qualified data from the page into json variables for use in the JS application. Crawl-able, accessible content. http://foolip.org/microdatajs/live/ http://www.whatwg.org/specs/web-apps/current-work/multipage/microdata.html#json https://gitorious.org/microdatajs/ http://www.whatwg.org/specs/web-apps/current-work/multipage/microdata.html#microdata-dom-api
Alex Boone

WAI-ARIA Web Accessibility Code Hints - 0 views

  •  
    "The WAI-ARIA specification provides an ontology of roles, states, and properties that define accessible user interface elements and can be used to improve the accessibility and interoperability of web content and applications."
Alex Boone

RRULE for Android - 0 views

  •  
    Outline of rrules for Android, and the code to go with it. http://www.grokkingandroid.com/androids-calendarcontract-provider/
Maxim Neaga

Google Web Fonts - 0 views

1 - 15 of 15
Showing 20 items per page