earth2marsh + code   75

BetterExamples.js
alternative to js fiddle and bin
javascript  examples  code  demos 
20 days ago by earth2marsh
Rainbow - Javascript Code Syntax Highlighting
"Rainbow is a code syntax highlighting library written in Javascript.
It was designed to be lightweight (1.4kb), easy to use, and extendable.
It is completely themable via CSS."
code  highlighting  javascript  syntax  webdev 
20 days ago by earth2marsh
Dotsies
That is awesome. Also, that is insane. I think it might be the Esperanto of fonts…

Thinking about this more, it is unlikely that letters evolved to their optimum shapes. However, there's a 2nd, possibly bigger, problem—that the phonetics are also poorly matched to their letter representations.

To do this right, you'd need to identify the basic building blocks of phonemes and represent them visually. And that would be built upon yet another premise, namely that English phonemes make sense.
code  font  reading  experimental  writing  letters  visual  alphabet 
25 days ago by earth2marsh
Code: Flickr Developer Blog » Building an HTML5 Photo Editor
Widget Encapsulation
During our initial foray into the online editor space, we took a straightforward approach by having API users launch our editor in a new page or window. This simplified integrations and allowed us to own the editing experience.

When we rebuilt our editor in JavaScript, we took the opportunity to re-architect our API as well. Our first big change was making the editor embeddable. This meant that third party developers could load the editor on their own sites, maintaining user engagement while controlling their experience. We built out customization options that allowed the site owner to decide which tools appeared in the editor. A real estate site, for example, might not want its users adding mustache stickers to appliances in photos.
aviary  embed  iframe  Flickr  code  Javascript 
5 weeks ago by earth2marsh
jQuery Tip #5: Using jQuery’s end() Function to Work with Sets - Dan Wahlin's WebLog
"In cases where you need to dynamically generate DOM nodes, modify specific children as with the <span> shown above, and then append the newly created set into a container, what do you do? Fortunately, jQuery provides an end() function that allows you to pop the current set off the stack and then move down to the next one. In the example above, calling end() immediately before appendTo() would cause the initial <div> that wraps <span> to be appended to divContainer which would achieve the desired end result in this case."
jquery  tips  webdev  programming  code  end 
11 weeks ago by earth2marsh
CodeMirror: Internals
"way, was constantly running up against browser bugs. WebKit wouldn't show an empty line at the end of the document, and in some releases would suddenly get unbearably slow. Firefox would show the cursor in the wrong place. Internet Explorer would insist on linkifying everything that looked like a URL or email address, a behaviour that can't be turned off. Some bugs I managed to work around (which was often a frustrating, painful process), others, such as the Firefox cursor placement, I gave up on, and had to tell user after user that they were known problems, but not something I could help.

Also, there is the fact that designMode (which seemed to b"
browsers  javascript  performance  programming  webdev  editor  ace  code 
february 2012 by earth2marsh
Code Intelligence
"Komodo's Code Intelligence system is a set of tools that makes browsing, searching, and programming complex code easier and more accessible. Use the Code Browser to view the hierarchical code structure within a program file or project. The Code Intelligence system includes support for Python, Perl, Tcl, PHP, Ruby, and JavaScript. Code Intelligence is comprised of the following tools:

Code Browser: A tab that displays a hierarchical view of all code constructs (for example, variables, methods, imports) in all open files. In the Code Browser, symbols can be sorted and filtered; the current scope of a symbol can be located. To access the Code Browser, click View|Tabs|Code Browser. The Code Browser is displayed on the Code tab beside the Projects tab.

AutoComplete and CallTips: The Code Intelligence system is used to drive autocomplete and calltip functionality for Perl, Python, Tcl, Ruby, JavaScript, XSLT, CSS, and XML (including HTML and DTD).
"
code  intelligence  autocomplete  opensource  development  programming 
january 2012 by earth2marsh
Fiesta: group email and private mailing list blog
Strict-Transport-Security to force SSL on repeat visits, X-Frame-Options to prevent clickjacking through frame-busting, and the (early) X-Content-Security-Policy to compartmentalize XSS vulnerabilities
webdev  web  security  javascript  code  xss  ssl  bestpractices  frames 
january 2012 by earth2marsh
CodeMirror
"CodeMirror is a JavaScript library that can be used to create a relatively pleasant editor interface for code-like content ― computer programs, HTML markup, and similar. If a mode has been written for the language you are editing, the code will be coloured, and the editor will optionally help you with indentation."
opensource  webdev  javascript  code  coding  from delicious
july 2011 by earth2marsh
SyntaxHighlighter
"SyntaxHighlighter is a fully functional self-contained code syntax highlighter developed in JavaScript. To get an idea of what SyntaxHighlighter is capable of, have a look at the demo page."
javascript  syntax  code  tools  programming  from delicious
april 2011 by earth2marsh
beders/Resty - GitHub
"Resty is a small, convenient interface to talk to RESTful services from Java.<br />
<br />
Its focus is on simplicity and ease-of-use, often requiring only two lines of code to access any web service."  see reddit thread: http://www.reddit.com/r/programming/comments/gbpim/resty_for_java_ever_struggled_with_urlconnection/
code  rest  java  library  from delicious
march 2011 by earth2marsh
Embedly
"Convert your links into embeddable content. We currently support more than 100 services, and more are on the way."
api  code  development  embedded  embed  media  startup  tools 
october 2010 by earth2marsh
google-gson - Project Hosting on Google Code
"Gson is a Java library that can be used to convert Java Objects into its JSON representation. It can also be used to convert a JSON string to an equivalent Java object. Gson can work with arbitrary Java objects including pre-existing objects that you do not have source-code of. There are a few open-source projects that can convert Java objects to JSON. However, most of them require that you place Java annotations in your classes something that you can not do if you do not have access to the source-code. Most also do not fully support the use of Java Generics. Gson considers both of these as very important design goals."
api  code  convert  converter  google  json  java  xml  gson 
september 2010 by earth2marsh
5 Online IDEs That Let You Code in the Cloud
"A number of companies are making a push to move traditional desktop applications into the cloud. You can now write documents, spreadsheets and presentations all from the web browser with ease. Programmers have not been left out of this revolution, with several sites now offering development environments (IDEs) in a web browser."
cloud  environment  ide  development  programming  webdev  code 
august 2010 by earth2marsh
Facebook Open Sources Insights Script For Developers
"If you are a developer that read about yesterday’s Facebook Insights announcement but want examples of tools that can be implemented, look no further than Facebook’s open source Insights API sample that was released yesterday. It’s a short Python script which lets a user download the analytics from their Pages, applications, and websites into a CSV file. It’s pretty basic, but it illustrates the potential of the new Facebook Insights."
facebook  api  insights  analytics  csv  opensource  code  samples 
june 2010 by earth2marsh
codepad
"codepad is an online compiler/interpreter, and a simple collaboration tool. Paste your code below, and codepad will run it and give you a short URL you can use to share it in chat or email."
c++  code  python  ruby  perl  php  programming  collaboration  compiler  online  interpreter 
may 2010 by earth2marsh
REST Describe & Compile
REST Describe & Compile is an editor and a compiler for (REST) Web Services that are described in Sun engineer Marc Hadley's Web Application Description Language, or short WADL. In order to use REST Describe & Compile you do not necessarily need to understand what WADL is, it is a good idea to have heard at least of the basics though. In consequence, in the following let me explain the absolute minimum of what I consider good to know.
api  code  compile  generator  javascript  webservices  webservice  wadl  describe  generate  rest  restful  tool  testing 
april 2010 by earth2marsh
Site Policies - Google Code
The exceptions at the bottom of many Google Code pages: "Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 3.0 License."
google  code  exceptions  legal  copyright  ip  terms 
february 2010 by earth2marsh
google-mobwrite - Project Hosting on Google Code
"MobWrite converts forms and web applications into collaborative environments. Create a simple single-user system, add one line of JavaScript, and instantly get a collaborative system."
client  server  sync  collaborate  collaboration  javascript  webdev  design  opensource  google  code  python  editing  collaborative  synchronization  editor 
december 2009 by earth2marsh
Zen Coding: A Speedy Way To Write HTML/CSS Code - Smashing Magazine
"a set of tools for high-speed HTML and CSS coding. Originally proposed by Vadim Makeev (article in Russian) back in April 2009, it has been developed by yours truly (i.e. me) for the last few months and has finally reached a mature state. Zen Coding consists of two core components: an abbreviation expander (abbreviations are CSS-like selectors) and context-independent HTML-pair tag matcher. Watch this demo video"
reference  webdev  programming  snippets  development  expansion  tool  editor  code 
november 2009 by earth2marsh
Facebook Just Made It Super Easy To Put Connect On Your Site
"Facebook Connect launched to the public less than a year ago, and already it’s seen an incredible amount of traction. Unfortunately, for those people with little to no coding experience, implementing Facebook Connect has seemed like more trouble that it was worth. Today, Facebook has an answer: Facebook Connect Wizard and Playground."
facebook  webdev  code  connect  sandbox 
october 2009 by earth2marsh
svgweb - Project Hosting on Google Code
"a JavaScript library which provides SVG support on many browsers, including Internet Explorer, Firefox, and Safari. Using the library plus native SVG support you can instantly target ~95% of the existing installed web base."
svg  support  javascript  graphics  opensource  code  framework  library 
august 2009 by earth2marsh
PyRSS2Gen
for creating RSS feeds in Python
python  code  library  module  xml  generate  rss  programming  generator 
august 2009 by earth2marsh
Coding Horror: The Problem With URLs
Handy regex to extract URLs in text (break when followed by paren, includes https) "\(?\bhttps?://[-A-Za-z0-9+&@#/%?=~_()|!:,.;]*[-A-Za-z0-9+&@#/%=~_(|] "
regex  urls  text  url  code 
august 2009 by earth2marsh
stringencoders - Google Code
"A collection of high performance c-string transformations, frequently 2x faster than standard implementations" "That said.... Unless your application is doing almost nothing except encoding and decoding, the odds are that these functions will not improve the total performance of your application. Even with slow versions of base64 it's already so fast it's probably not measurable in your application."
encode  decode  code  programming  encoder  url  performance  library  encoding  source 
april 2009 by earth2marsh
Flickr: Discussing manufacturing flic.kr style photo URLs in Flickr API
"A short photo id is a base58 conversion of the photo id. Base58 is like base62 [0-9a-zA-Z] with some characters removed to make it less confusing when printed. (namely 0, O, I, and l)."
url  flickr  photos  api  php  source  code 
april 2009 by earth2marsh
Google Data API Tips: OAuth in Google App Engine
"demonstrates a basic structure that you can use to perform 3-legged OAuth using the Google Data Python client library in Google App Engine. This particular example uses the Documents List Data API."
oauth  GAE  Google:AppEngine  code 
april 2009 by earth2marsh
Curiosity is bliss: Ubiquity command: beautify-js
"command makes it easy to format javascript code. This is useful when you develop a Ubiquity command in the Ubiquity editor"
ubiquity  beautify  code  formatting 
february 2009 by earth2marsh
InDefero - Issue tracking, code review, source browser for git ...
InDefero is basically a clone of GoogleCode but with git, mercurial and subversion support. The motto of InDefero "beautiful simplicity".
opensource  source  svn  projects  code  ui  tracking  development  subversion  git  mercurial  tracker  trac 
february 2009 by earth2marsh
WordPress › Include It « WordPress Plugins
a plugin that permits the inclusion, in a post or in a page, of any type of file (even a php script that will be executed). use it to write some functionalities needed in some pages, without creating special template pages (that are theme dependant) and without using a "php code executor".
wordpress  plugins  code  php  scripts 
october 2008 by earth2marsh
Accessing Source Code with WebDav - Ning Developer Network
Looks like Ning is discontinuing SFTP access to source—must use WebDav now
ning  source  access  code  webdav  sftp  howto 
september 2008 by earth2marsh
Help me understand what I need to make my website compliant with IE. | Ask Metafilter
good introduction to techniques necessary to deal with browser inconsistencies (yes I'm looking at you Microsoft).
webdev  webdesign  css  code  browsers  ie  explorer 
august 2008 by earth2marsh
Kotatsu
apparently generates nice markup for tables and makes it easy to apply classes to columns/rows.
ajax  automation  class  code  css  webdev  tools  utilities  free  generator  development  programming  resources  xhtml 
may 2008 by earth2marsh
Google Code University - Google Code
provides tutorials and sample course content so CS students and educators can learn more about current computing technologies and paradigms
google  programming  tutorial  education  code  tutorials  ajax 
march 2008 by earth2marsh
The 7 CSS Hacks that we should use
Box Model, Conditional Comments, min/max width, selectors, :hover, Transparent PNGs
css  webdesign  hacks  ie  design  code  development  coding  webdev 
february 2008 by earth2marsh
google-gdata - Google Code
Leveraging the GData api. Provides a w32 binary for uploading docs to Google Docs. (does it support GApps?)
Google  api  gdata  development  code  library 
january 2008 by earth2marsh
Alt Keycodes - Wikipedia, the free encyclopedia
typed using the Alt key in conjunction with the keyboard's numeric pad
ascii  character  characters  code  cheatsheet  windows  keycodes  alt  reference  keyboard 
december 2007 by earth2marsh
Radiant Core: Blog: Deconstructing Facebook Beacon JavaScript
"AdBlockPlus for Firefox will also block Beacon if you add a pattern for http://*facebook.com/beacon* to the list of filters"
facebook  javascript  beacon  code  block  privacy  advertising  tracking 
november 2007 by earth2marsh
Google Desktop SDK - Gadget Designer
an integrated development environment (IDE) for desktop gadget design that lets you quickly prototype or modify your gadget's UI and test its performance
Google  desktop  widgets  programming  gadget  api  web  gadgets  widget  software  tools  code 
october 2007 by earth2marsh
Robust email address validator - with address suggestions! at amnuts
PHP method to check an email address against the RFC822 specs, as well as validating the MX record if required.
email  php  validation  code 
september 2007 by earth2marsh
Amazon.com: Amazon FPS, Amazon Flexible Payment Service: Amazon Web Services
The set of web services APIs allows the movement of money between any two entities, humans or computers. It is built on top of Amazon's reliable and scalable payment infrastructure.
amazon  payment  ecommerce  webservice  aws  webdev  webservices  service  services  code  development 
august 2007 by earth2marsh
You think you know (JavaScript) but you have no idea
a series of excelent presentations held by Douglas Crockford from Yahoo!. Slides are available for download here. If you are just learning JavaScript, view these clips first. If you think you know JavaScript, view these clips now, and find out what the la
javascript  Programming  video  tutorial  development  yahoo  webdev  videos  code 
july 2007 by earth2marsh
Aha! moments - comp.lang.lisp | Google Groups
a few things that triggered major Aha! moments (LISP)
Programming  advice  Lisp  code 
july 2007 by earth2marsh
Why Mathematicians Now Care About Their Hat Color
Three players enter a room and a red or blue hat is placed on each person's head. The color of each hat is determined by a coin toss, with the outcome of one coin toss having no effect on the others. Each person can see the other players' hats but not his
math  Mathematics  Puzzle  logic  science  code  programming  theory  strategy  statistics 
june 2007 by earth2marsh
You think you know (JavaScript) but you have no idea
a series of excelent presentations held by Douglas Crockford from Yahoo!. Slides are available for download here. If you are just learning JavaScript, view these clips first
javascript  Video  programming  yahoo  presentation  lectures  tutorial  code 
june 2007 by earth2marsh
Scalable CSS Buttons Using PNG and Background Colors | David’s kitchen
Dynamic CSS Buttons using PNG, transparency and background colors that degrades nicely and supports full scalability.
css  webdesign  png  buttons  code 
may 2007 by earth2marsh
PNG Behavior (WebFX)
The secret behind this implementation is a filter introduced in IE55 that is called AlphaImageLoader. This filter takes an image with alpha channels and displays it. It has also a property for deciding how to scale the image.
png  css  ie  javascript  webdesign  programming  code  transparency 
may 2007 by earth2marsh
Vitamin Features » Make your site mobile friendly
how you can create mobile-friendly content, how you can test your work, and offer a few tips for writing CSS for the media type handheld
mobile  webdesign  css  webdev  browser  cellphone  code  development  resources  testing 
may 2007 by earth2marsh
A CSS Sticky Footer
a few simple CSS classes with minimal extra HTML markup, I've fashioned a sticky footer that even beginners can get a handle on
css  footer  webdesign  webdev  layout  howto  code 
april 2007 by earth2marsh
Intype
powerful and intuitive code editor for Windows with lightning fast response. It is easily extensible and customizable, thanks in part to its support for scripting and native plug-ins.
texteditor  code  programming  editor  windows  software 
april 2007 by earth2marsh
julian's blog
interesting approach to computer/human interaction
blog  code  Culture  development  future  research  interface 
april 2007 by earth2marsh
Coupon Codes, Promotional Codes and Discounts at CurrentCodes.com
Currentcodes.com has a full-time staff of trained individuals whose only job is to find new coupon codes and discount codes and verify the accuracy of the existing database.
shopping  coupons  code 
july 2006 by earth2marsh

related tags

access  ace  advertising  advice  ahk  ajax  alphabet  alt  amazon  analysis  analytics  api  apis  ascii  autocomplete  autohotkey  automation  aviary  aws  beacon  Beautifier  beautifulsoup  beautify  bestpractices  biology  block  blog  boston  browser  browsers  buffer  buttons  c++  calling  cellphone  character  characters  cheatsheet  class  client  clipboard  cloud  code  codes  coding  collaborate  collaboration  collaborative  communication  compile  compiler  connect  console  convert  converter  copy  copyright  coupons  css  csv  Culture  Deals  debugging  decode  demos  describe  design  desktop  development  DNA  documentation  ecommerce  editing  editor  education  email  embed  embedded  encode  encoder  encoding  end  environment  error  examples  excel  exceptions  expansion  experimental  explorer  facebook  feed  flash  flickr  font  footer  formatting  frames  framework  free  future  gadget  gadgets  GAE  gdata  generate  generation  generator  genetics  git  google  Google:AppEngine  graphics  gson  hacks  hardware  haskell  highlighting  highrise  howto  html  http  ide  ie  iframe  insights  intelligence  interactive  interface  international  interpreter  ip  java  javascript  jquery  json  keyboard  keycodes  layout  lectures  legacy  legal  letters  library  Lisp  list  logic  logs  math  Mathematics  media  mercurial  microsoft  mobile  module  ning  notification  oauth  online  opensource  optimization  optimize  Pamela_fox  paste  payment  performance  perl  phone  photos  php  plugins  png  presentation  privacy  programming  projects  Protocol  Puzzle  python  reading  reference  regex  research  resources  rest  restful  rss  ruby  RubyOnRails  samples  sandbox  science  script  scripts  sdks  Search  security  semantic  seo  server  service  services  sftp  shopping  shortcut:beautify  shortcut:jsb  snippets  software  source  spreadsheet  ssl  stack  startup  statistics  status  strategy  Streaming  style  style_guide  subversion  support  svg  svn  sync  synchronization  syntax  tdd  tech  telephone  terms  test  testing  text  texteditor  theme  theory  tips  tool  tools  trac  tracker  tracking  transition  transparency  travel  tutorial  tutorials  ubiquity  ui  url  urls  utilities  validation  variables  vba  video  videos  visual  wadl  web  webdav  webdesign  webdev  webservice  webservices  widget  widgets  windows  wordpress  writing  xhtml  xml  xss  yahoo 

Copy this bookmark:



description:


tags: