<?xml version="1.0" encoding="UTF-8"?>
<response>
  <status>success</status>
  <result>
    <project>
      <id>319560</id>
      <name>trickyinc</name>
      <created_at>2009-03-17T20:16:21Z</created_at>
      <updated_at>2009-09-01T18:48:51Z</updated_at>
      <description>trickyInc is a php dynamic css / dynamic javascript helper class

Download Documentation no downloads or documentation atm, feel free to check out the source though. 

Important FeaturesInclude as many css and js files as you want with one css link tag, and one script tag, this saves bandwidth as well as saves loading time (multiple link or script tags break parallel loading and slow things down, this takes care of that) Constants / variable support.  Major changes are easy to see on the fly. Filter support.  All included files can be passed through filter classes that can radically change content on the fly. Browser conditionals which allow you to output css / js depending on what browser is detected.  If a condition is met the code is output, otherwise, nothing is. Customizable caching (in the works) Wildcard includes.  You can include files one at a time, or tell it to include whole directories. easily organize all css and js for all of your projects, includes can be any directory depth. Simple Usagedrop some files into the respective css/js includes directories link to it in your head By default, the above:includes the configuration file blue.php from the constants directory includes the configuration file wide.php from the constants directory includes every .css file in the base of the includes directory includes every .css file in the base of the includes/myDefaults directory includes the file base.css from the includes/myProject directory includes the file thisPage.css from the includes/myProject directory the contents of every included file have found constants replaced with values specified in constants/blue.php and constants/wide.php the contents of every included file are passed through every filter class in the filters directory the contents of every included file are checked for browser specific conditional statements.  If the browser condition is not met, no code in the condition is output to the browser. Craziness becomes possible, while everything remains semantic and cleanWith the power provided by trickyInc, in addition to greatly simplifying every interaction with your css and javascript, you can use it to go totally nuts. 

You can have user, time, or event specific css and js by interacting with a database or external api using the constants and filters, all without having to include additional link or script tags in the head, or being forced to lower yourself to the use of inline css / script.</description>
      <homepage_url>http://code.google.com/p/trickyinc</homepage_url>
      <download_url></download_url>
      <url_name>trickyinc</url_name>
      <user_count>0</user_count>
      <average_rating></average_rating>
      <rating_count>0</rating_count>
      <analysis_id>523514</analysis_id>
      <analysis>
        <id>523514</id>
        <project_id>319560</project_id>
        <updated_at>2009-12-18T16:47:39Z</updated_at>
        <logged_at>2009-12-18T16:47:35Z</logged_at>
        <min_month>2009-02-01T00:00:00Z</min_month>
        <max_month>2009-03-01T00:00:00Z</max_month>
        <twelve_month_contributor_count>1</twelve_month_contributor_count>
        <total_code_lines>406</total_code_lines>
        <main_language_id>2</main_language_id>
        <main_language_name>PHP</main_language_name>
      </analysis>
      <licenses>
        <license>
          <name>mit</name>
          <nice_name>MIT License</nice_name>
        </license>
      </licenses>
    </project>
  </result>
</response>
