- Frontend
- http://twitter.github.com/bootstrap/ (simple)
- http://ckrack.github.com/fbootstrapp/ (if hosting through facebook)
- http://foundation.zurb.com/ (responsive + simple)
- https://github.com/jorgebastida/glue
- http://cssdeck.com/
- http://twitter.github.com/bootstrap/ (simple)
- http://yostudios.github.com/Spritemapper/
<?php | |
$somefunction = function($foo, $bar){ | |
//do something | |
} | |
$myfunction = ($somefunction($foo, $bar), $variable){ | |
//do stuff | |
//call somefunction | |
//do some more stuff |
server { | |
listen 80; | |
server_name git.mrmaksimize.com; | |
access_log /home/USERNAME/public_html/git.mrmaksimize.com/log/access.log; | |
error_log /home/USERNAME/public_html/git.mrmaksimize.com/log/error.log; | |
location / { | |
proxy_set_header X-Real-IP $remote_addr; | |
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; |
# Author:: Mark Sonnabaum <[email protected]> | |
# Modifying Author:: Maksim Pecherskiy <[email protected]> | |
# Recipe:: phpunit | |
# | |
# Licensed under the Apache License, Version 2.0 (the "License"); | |
# you may not use this file except in compliance with the License. | |
# You may obtain a copy of the License at | |
# | |
# http://www.apache.org/licenses/LICENSE-2.0 | |
# |
This session will be a quick overview of how the DrupalCamp Chicago site was built. It will be done in a case study format where we will discuss some of the decisions we made, and why we made them.
We believe it would be helpful for beginners to have a walk through of the development of a conference site built from a distribution using features, as well as a mobile version for that site.
Erik created the design and pretty much built the whole site.
Matt provided the infrastructure and backend
//why does this work? | |
if ($('a:has(span.menu-description)', menu).size() > 0) { | |
menu.addClass('admin-toolbar-menu-hover'); | |
$('a:has(span.menu-description)', menu).hover( | |
function() { | |
var link = $('<a></a>'); | |
$(link).attr('class', $(this).attr('class')); | |
$(link).addClass('menu-hover') | |
.append($('span.menu-description', this).clone()) | |
.appendTo(menu) |
Ruby Midwest 2011 - 11/4/11
- Conference notes:
- know where parking is...
- http://olabini.com/
- http://j.mp/rate-rubymidwest
- http://blog.therubymug.com/blog/2011/07/26/the-install-osx-lion.html
/* | |
* twitter-text-js 1.4.10 | |
* | |
* Copyright 2011 Twitter, Inc. | |
* | |
* Licensed under the Apache License, Version 2.0 (the "License"); | |
* you may not use this work except in compliance with the License. | |
* You may obtain a copy of the License at: | |
* | |
* http://www.apache.org/licenses/LICENSE-2.0 |
#Oh the things you can do… with an API!
Most successful companies on the web today from Amazon to Dropbox to Google to Twitter expose some kind of API to their users to write their own applications and interact with their application programmatically. They expose an even deeper API for their internal teams.
Even Dries recognizes the importance of being able to output data in different formats and now Drupal has an awesome Web Services and Context Core Initiative
With Drupal, your site doesn't have to be big, or small, or even cool to have an API. It just has to be running Drupal! (So by definition it would be cool anyways).
In this session we'll delve into a discussion of APIs built using the Services Module. We'll talk about how internal APIs can be leveraged to transform your website into an SOA application and how external APIs can bring more adoption a