PasteSite.Com

Recent Pastes

Sign Up!

PasteSite is open to the public, but with limited features. Register to be able to modify access rights, track your pastes and more...

Change the theme

If you prefer reading light text on a dark background to dark text on a light background, then you might want to try the dark theme.

IamShipon1988's Recent Pastes

"Untitled" (PHP) view

  1. <?php get_header(); ?>
  2. <!--Begin Feaured Article-->
  3. <?php if (get_option('lightsource_featured') == 'on') { include(TEMPLATEPATH . '/includes/featured.php'); } ?>
  4. <!--End Feaured Article-->
  5.  
  6. <div id="container">
  7.  
  8. <div id="left-div">
  9.     <div id="left-inside">
  10.         <?php if (get_option('lightsource_format') == 'on') { ?>

"Untitled" (PHP) view

  1. <h2>Our Portfolio</h2>
  2. <p>Nam in libero vitae neque ultricies pellentesque. Suspendisse in dui eu nibh volutpat condimentum a vitae justo.
  3. Vestibulum quis molestie velit. Suspendisse vitae nunc enim. Etiam vehicula nulla non lacus ullamcoper blandit.
  4. Cras quis orci vel ipsum iaculis aliquet. Donec sit amet odio sit amet risus iaculis sagittis</p>
  5.  
  6. <!--FILTER BY CATEGORY-->
  7.  
  8. <ul id="portfolio-filter">
  9.     <li>Filter by:</li>   
  10.     <li><a href="#all">All</a></li>

"Untitled" (Javascript) view

  1. /*
  2. * Copyright (C) 2009 Joel Sutherland.
  3. * Liscenced under the MIT liscense
  4. */
  5.  
  6. (function($) {
  7.     $.fn.filterable = function(settings) {
  8.         settings = $.extend({
  9.             useHash: true,
  10.             animationSpeed: 1000,

"Re: #23758" (Javascript) view

  1. //Paste the following in the <head> portion of your site (before </head>)
  2.  
  3. <script type="text/javascript" src="jquery.js"></script>
  4. <script type="text/javascript">
  5. $(document).ready(function(){
  6. $(".flip").click(function(){
  7.     $(".panel").slideToggle("slow");
  8.   });
  9. });
  10. </script>

"Untitled" (Javascript) view

  1. //Paste the following in the <head> portion of your site (before </head>)
  2.  
  3. <script type="text/javascript" src="jquery.js"></script>
  4. <script type="text/javascript">
  5. $(document).ready(function(){
  6. $(".flip").click(function(){
  7.     $(".panel").slideToggle("slow");
  8.   });
  9. });
  10. </script>

"Re: #23738" (PHP) view

  1. <?php
  2.  
  3. //So the bot doesn't stop.
  4. set_time_limit(0);
  5. ini_set('display_errors', 'on');
  6.  
  7. /* --- Varibles and Config Info --- */
  8.  
  9. //Sample connection data.
  10. $config = array(

"Untitled" (PHP) view

  1. <?php
  2.  
  3. //So the bot doesn't stop.
  4. set_time_limit(0);
  5. ini_set('display_errors', 'on');
  6.  
  7. /* --- Varibles and Config Info --- */
  8.  
  9. //Sample connection data.
  10. $config = array(

"Re: #21612" (Plain Text) view

  1. // ****************************************
  2. // Fill in your database information below
  3. // ****************************************
  4. $DB_SERVER = "localhost";
  5. $DB_USER = "your_username";
  6. $DB_PASS = "oassord";
  7. $DB_NAME = "database_name";
  8. // ****************************************
  9.  
  10. // ****************************************

"Re: #21536" (PHP) view

  1. <div class="jFlow">
  2.        
  3.             <div id="prev_btn">
  4.                 <a href="#blank"><img src="<?php bloginfo('template_url'); ?>/images/blank_btn.gif" alt="Previous Tab" class="jFlowPrev" /></a>
  5.             </div>
  6.             <div id="next_btn">
  7.                 <a href="#blank"><img src="<?php bloginfo('template_url'); ?>/images/blank_btn.gif" alt="Next Tab" class="jFlowNext" /></a>
  8.             </div>
  9.      
  10.             <div id="slides">

"Re: #21536" (Javascript) view

  1. /* Copyright (c) 2008 Kean Loong Tan http://www.gimiti.com/kltan
  2. * Licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
  3. * jFlow
  4. * Version: 1.1 (May 22, 2008)
  5. * Requires: jQuery 1.2+
  6. */
  7.  
  8. //modified by LandRover 30th May 08
  9.  
  10. (function($) {

Page: 1, 2, 3.. »