Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 2

H2H CMS is a content management system currently in development that focuses on security, efficiency, and user interaction - not leaving it as an afterthought.

4.5
   
  0 reviews  |  2 users  |  2,190 lines of code  |  1 current contributor  |  Analyzed over 3 years ago
 
 

WelcomeWell, CSS Naked Day '09 has come and gone. The official site shows 1261 registered nudists! Way to go everyone. Be sure to let me know if you experienced any issues with it. CSS Naked DayWhat is CSS Naked Day? Seems that would be a good thing to know before trying to work with this ... [More] class. Read all about it on Dustin Diaz's CSS Naked Day page. Naked Day Timer ClassThe Naked Day timer class is a static class useful for determining if Naked Day is in progress, coming soon, or over. It also provides some methods for getting the configured day, month, and year of Naked Day as well as output a message to your visitors and output some text where your CSS would have been. Quick StartTo start, download the "Featured Download" to the right named naked_day.zip and follow the instructions in the README.txt file contained within. Having done that, you need to require or include the naked_day.php file into the PHP page you are working with: require_once( 'naked_day/naked_day.php' );You'll then need to initialize the class: naked_day::init();In that last example we have not passed any parameters to the init() method. Calling this method in that manner results in the code attempting to read the configurations from the config.json file which is hosted in the downloads section of this project. This process will be referred to as Live Config hereafter. Live Config will write the config file to the system and read from it instead of the web for the following 12 hours. After 12 hours, if init() is called with no params, the Live Config will read from the downloads section of this project again. NOTE: using this methodology the code determines when naked day is based on what is in the Live Config file. This is fully automated and if you were to leave this code in place, and I were to edit the Live Config to make naked day right now, your CSS would be dropped if you had used this class to automate that action. Also, if the config file cannot be retrieved, the script will throw an exception. This is why I have used Google Code to host the Live Config file--reliability is a must. NOTE 2: If you do not like the idea of the config being centrally managed by someone other than yourself, you can pass config parameters to init(). The first should be passed as false to disable Live Config. The others are properly documented in the Naked Day API Docs. With all that out of the way, the class is loaded and initialized. Here are some examples of what you can do with it: Conditionally exclude your CSS<?php if ( ! naked_day::today() ) { ?> <?php } else { naked_day::css_replacement(); } ?>This example checks to see if today is CSS Naked Day and allows your CSS to be printed if it isn't. If it is CSS Naked Day, it outputs the configured CSS replacement note into the source. Generally, this would be some sort of HTML comment like this: Conditionally display a Naked Day explanation to your visitorsif ( naked_day::today() ) { naked_day::message(); }This example checks to see if today is Naked Day and outputs the configured message to your visitors. If it is Naked Day, something like this would be echo'd into the source of your page: What happened to the design? To know more about why styles are disabled on this website visit the Annual CSS Naked Day website for more information. Complete InterfaceThe full list of methods available to you are listed below and are well documented in the Naked Day API Docs. ::day() ::month() ::year() ::today() ::coming_soon() ::over() ::message() ::css_replacement() [Less]

0
 
  0 reviews  |  0 users  |  144 lines of code  |  0 current contributors  |  Analyzed about 2 years ago
 
 

Scripts based on jQuery, TXP only plugins, intended for use with Textpattern Always looking for new members.

0
 
  0 reviews  |  0 users  |  2,586 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

ChaoSS is designed to provide a complete set of styles that will "reset" all browsers to a similar base style. By creating a unifying framework to build stylesheets upon, many of the problems with cross-browser styles can be reduced or prevented. ChaoSS is currently in beta and is known to not work with IE6

0
 
  0 reviews  |  0 users  |  100 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 

Collection of extensions, migrators, styles, ect. for Lussumo Vanilla (http://getvanilla.com)

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 6 days ago
 
 

A developed version of MySmartBB forum program .

0
 
  0 reviews  |  0 users  |  40,689 lines of code  |  0 current contributors  |  Analyzed 12 days ago
 
 

Styles-Fusion has only the best, visit styles-fusion.com and check out our forums

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 7 days ago
 
 

alternateStyles.js is a Javascript object, which once implemented allows the users of a website to switch styles (within the limits set by the developer) on each element of a xhtml document. ExamplesThese examples don’t really show off the potential of alternateStyles.js, however they are ... [More] commonly used around the web. Text size (body: font-size). Contrast (body: font-color). DependenciesalternateStyles.js has one main dependency, it requires a document.getElementsBySelector() method present. Rather then reinvent the wheel I’d recommend using Simon Willison’s getElementsBySelector FAQHow does this differ from Alternate Style Sheets? Alternative Style: Working With Alternate Style Sheets is a great example of ‘Alternate Style Sheets’, which definitely has it’s place. They differ because ‘Alternate Style Sheets’ is exactly that, an alternate style sheet, while alternateStyles.js changes styles on DOM Elements. You could use the two together. But what about browser compatibilityTested and working in: Mozilla Firefox 1 & 1.5 Opera 8 Konqueror 3.4.3 Safari 2 Internet Explorer 5.01, 5.5, 6 on Windows All “modern browsers” should be supported. However, in the off-chance that one of your users browsers isn’t supported there’s no reason for alternateStyles.js to break your current website. [Less]

0
 
  0 reviews  |  0 users  |  280 lines of code  |  0 current contributors  |  Analyzed 10 days ago
 
 

WMG IGoogle Themes

0
 
  0 reviews  |  0 users  |  237 lines of code  |  0 current contributors  |  Analyzed 7 days ago
 
 

It's an extensible ActionScript library...

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 12 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.