This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<dl class="crew"> | |
<dt>Producers</dt> | |
<dd>James Monroe<dd/> | |
<dd>Jeff Bridges<dd/> | |
</dl> | |
<dl class="crew"> | |
<dt>Cast</dt> | |
<dd>Mary Von Trapp<dd/> | |
<dd>Fred Flinstone<dd/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Configure Command => './configure' '--prefix=/opt/php5/5.3.0' '--with-apxs2=/opt/httpd2/2.2.14/bin/apxs' '--with-mysql=/opt/mysql-5/5.0.87/' | |
mysql | |
MySQL Support => enabled | |
MYSQL_MODULE_TYPE => external | |
MYSQL_SOCKET => /tmp/mysql.sock | |
MYSQL_INCLUDE => -I/opt/mysql-5/5.0.87//include/mysql | |
MYSQL_LIBS => -L/opt/mysql-5/5.0.87//lib/mysql -lmysqlclient | |
mysql.allow_local_infile => On => On | |
mysql.allow_persistent => On => On | |
mysql.connect_timeout => 60 => 60 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type='text/javascript' src='http://nanobeep.dynalias.org//wp-includes/js/prototype.js?ver=1.6'></script> | |
<script type='text/javascript' src='http://nanobeep.dynalias.org//wp-includes/js/scriptaculous/wp-scriptaculous.js?ver=1.8.0'></script> | |
<script type='text/javascript' src='http://nanobeep.dynalias.org//wp-includes/js/scriptaculous/effects.js?ver=1.8.0'></script> | |
<script type='text/javascript' src='/wp-content/plugins/collapsing-archives/collapsFunctions.js?ver=1.4'></script> | |
<script type='text/javascript' src='http://nanobeep.dynalias.org//wp-includes/js/jquery/jquery.js?ver=1.3.2'></script> | |
<script type='text/javascript' src='/wp-content/plugins/i-love-social-bookmarking/includes/ilsb.js?ver=0.3'></script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="pretty-col sidebar-widget"> | |
<div class="border"><div class="border-top-right"></div><div class="border-top-left"></div></div> | |
<div class="body"> | |
<div align="center" style="margin-bottom: 10px;"> | |
<a id="signup-link" class="remote-window" title="Sign Up Now!" href="/signup"><img alt="SIGN UP NOW" src="/images/front/getaccessButton.png" /></a> </div> | |
<div align="center"> | |
<a id="contactus-link" class="remote-window iframe" title="Contact Us!" href="/contact"><img alt="Contact Us" src="/images/front/contactUsButton.png" /></a> </div> | |
</div> | |
<div class="border"><div class="border-bottom-right"></div><div class="border-bottom-left"></div></div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Index: public/css/0.1/screen/common/sidebar.css | |
=================================================================== | |
--- public/css/0.1/screen/common/sidebar.css (revision 1294) | |
+++ public/css/0.1/screen/common/sidebar.css (working copy) | |
@@ -3,22 +3,6 @@ | |
(c)2010 Speakaboos, LLC */ | |
- .bColumn p { | |
- color: #6C6240; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$('#coupon').blur(function() { | |
var coupon = $(this); | |
$.ajax({ | |
'url':'/coupon/check', | |
'data': {'coupon' : $(this).val() }, | |
'dataType':'json', | |
'type':'POST', | |
'success':function(r) { | |
if (r.error) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+----------+----------+--------------------------------------+------+-----------+-----------------+ | |
| asset_id | theme | slug | free | status_id | name | | |
+----------+----------+--------------------------------------+------+-----------+-----------------+ | |
| 8006 | karaoke | oh-susanna-karaoke | N | 1 | Song | | |
| 8004 | karaoke | old-mcdonald-karaoke | N | 1 | Song | | |
| 8005 | karaoke | pop-goes-the-weasel-karaoke | N | 1 | Song | | |
| 8002 | karaoke | rock-a-bye-baby-karaoke | N | 1 | Song | | |
| 8001 | karaoke | where-is-thumbkin-karaoke | N | 1 | Song | | |
| 2079 | karaoke | the-ant-and-the-grasshopper | N | 1 | Super Speller | | |
| 7033 | karaoke | the-boy-who-cried-wolf | N | 1 | Lesson Plans | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mysql> select * from asset where id > 8155; | |
+------+-------------------------------------+--------------------------------------------------+------+-------+-----------+---------------+ | |
| id | name | slug | free | likes | status_id | asset_type_id | | |
+------+-------------------------------------+--------------------------------------------------+------+-------+-----------+---------------+ | |
| 8156 | Little Bo Peep Live | little-bo-peep-live | N | 0 | 1 | 19 | | |
| 8157 | Jack be Nimble Live | jack-be-nimble-live | N | 0 | 1 | 19 | | |
| 8159 | One Two Buckle My Shoe | one-two-buckle-my-shoe | Y | 0 | 1 | 19 | | |
| 8160 | Rig a Jig Jig Live | rig-a-jig-jig-live | N | 0 | 1 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Name" : "Beatles", | |
"Country" : "England", | |
"YearFormed" : 1959, | |
"Style" : "Rock'n'Roll", | |
"Members" : ["Paul","John","George","Ringo"] | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{"img":"images/recipeCategories/Beans-and-Legumes.jpg","title":"Beans & Legumes","cat_id":"19"},{"img":"images/recipeCategories/Beef-and-Veal.jpg","title":"Beef & Veal","cat_id":"10"},{"img":"images/recipeCategories/Bread-and-Baking.jpg","title":"Bread & Baking","cat_id":"15"},{"img":"images/recipeCategories/Breakfast.jpg","title":"Breakfast","cat_id":"16"},{"img":"images/recipeCategories/Condiments.jpg","title":"Condiments","cat_id":"17"},{"img":"images/recipeCategories/Cookies-and-Candy.jpg","title":"Cookies & Candy","cat_id":"14"}, | |
{"img":"images/recipeCategories/Desserts.jpg","title":"Desserts","cat_id":"13"}, | |
{"img":"images/recipeCategories/Drinks.jpg","title":"Drinks","cat_id":"1"},{"img":"images/recipeCategories/Eggs.jpg","title":"Eggs","cat_id":"18"},{"img":"images/recipeCategories/Fish-and-Seafood.jpg","title":"Fish & Seafood","cat_id":"8"},{"img":"images/recipeCategories/Hors-Doeuvres-and-Snacks.jpg","title":"Hors d'oeuvres & Snacks","cat_id":"2"},{"img":"images/recipeCategories/Lamb.jpg","title":" |
OlderNewer