Skip to content

Instantly share code, notes, and snippets.

View orloc's full-sized avatar

Grant Tepper orloc

View GitHub Profile
(03:33:48 PM) Allison Basile: if i had to learn how to create a prototype in bootstrap over the weekend, what would my best resource be to assist me or provide templates etc that are responsive?
(03:33:51 PM) Allison Basile: i want to learn to be useful lol
(03:34:14 PM) teppga52@gmail.com/BF25ABA0: what i would do
(03:34:19 PM) teppga52@gmail.com/BF25ABA0: is draw something u want to build
(03:34:23 PM) teppga52@gmail.com/BF25ABA0: or find a site you like
(03:34:31 PM) teppga52@gmail.com/BF25ABA0: u know html at all?
(03:34:35 PM) Allison Basile: ehh
(03:34:47 PM) teppga52@gmail.com/BF25ABA0: sooo
(03:34:51 PM) teppga52@gmail.com/BF25ABA0: there are just a few concepts
(03:34:56 PM) teppga52@gmail.com/BF25ABA0: the big one is the box model
"--------------------
" Use Vundle to manage bundles
"--------------------
set nocompatible " be iMproved
filetype off " required!
set rtp+=~/.vim/bundle/vundle
call vundle#rc()
Bundle 'gmarik/vundle'
source ~/.vim/vimrc.vundle
Thu Jan 09 12:25:55 2014] [error] [client 127.0.0.1] PHP Fatal error: Call to a member function getPrevious() on a non-object in /home/orloc/dev/mouthwatch/mouthwatch-dental-web-platform/vendor/symfony/symfony/src/Symfony/Component/Debug/Exception/FlattenException.php on line 161, referer: http://mouthwatch.dev/app_dev.php/professional/communications/detail/3
[Thu Jan 09 12:25:55 2014] [error] [client 127.0.0.1] PHP Stack trace:, referer: http://mouthwatch.dev/app_dev.php/professional/communications/detail/3
[Thu Jan 09 12:25:55 2014] [error] [client 127.0.0.1] PHP 1. {main}() /home/orloc/dev/mouthwatch/mouthwatch-dental-web-platform/web/app_dev.php:0, referer: http://mouthwatch.dev/app_dev.php/professional/communications/detail/3
[Thu Jan 09 12:25:55 2014] [error] [client 127.0.0.1] PHP 2. Symfony\\Component\\HttpKernel\\Kernel->handle() /home/orloc/dev/mouthwatch/mouthwatch-dental-web-platform/web/app_dev.php:31, referer: http://mouthwatch.dev/app_dev.php/professional/communications/detail/3
[Thu Jan 0
object(Symfony\Component\Form\Form)[3286]
private 'config' =>
object(Symfony\Component\Form\FormBuilder)[3287]
private 'children' =>
array (size=0)
empty
private 'unresolvedChildren' =>
array (size=0)
empty
protected 'locked' => boolean true
SELECT c.id
FROM conversations c
WHERE c.id IN
(
SELECT m.conversation_id
FROM messages m
WHERE
m.sender_id != @MY_CURRENT_USER
AND m.first_viewed_at IS NULL
GROUP BY m.conversation_id