Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • PrincetonStartWeek ... for IE6, and table row now has <code>page-break: avoidcode> in print CSS. * <code>text-shadow:none !importantcode> set ... 3. Optimal caching and compression rules for Grade-A performance 4. Best practice site configuration defaults 5. Think there's too ...
  • Blockable ... the minified one) 2. Reference to it on your page, somewhere:
    <code><script src="/js/blockable.min.js">& ... ').blockable({
        	cursor: true,
        	hover: false
        });
    </script>code>
    4. Rejoice in your big-ass clickable blocks. ...
  • kirbysec ... your site/snippets folder. 3. Put the folder profiles in site 4. Check that .htaccess is working correctly in the profiles folder ... at least one role per page to get access. Example: - content/02-projects/projects.txt
    <code>Title: Projects
    ----
    Text ... 
    				
  • api-sample-code ... for different language # Introduction This is Yottaa API(OAuth2 stuff) sample code project. These samples are going to show you how to use ... the CALLBACK_URL with the "code" parameter and its value in the query part of the URL (though the page can't be ...
  • popups-api ... a form that modifies the content of the original page. class="popups-form-reload" requests a popup with ... a' => array( 'noUpdate' => true, // Popup will not modify original page. ), ); #4) Make your module alter the default popup ...
  • Happy-Birthday-page-with-image-slider-and-form ... own messages directly into the log file from your code using the Ruby logger class from inside your ... `-- vendor |-- assets `-- stylesheets `-- plugins app Holds all the code that's specific to this particular application. app/ ...
  • wp-yet-another-related-posts-plugin ... . * Bugfix: Scrollbar functionality on YARPP Pro Domain Settings page. = 4.1.1 = * Bugfix: Incompatibility with PHP < 5. ... ) by Pinoy.ca - improves client-side pageload times. * Code cleanup * Rewrote `include` and `require` paths * Bugfix: localizations ...
  • wp-xml-sitemap-feed ... the /plugins/ folder. 3. Activate the plugin on the Plugins page. 4. If you have been using another XML Sitemap plugin ... output by default = 3.8.5 = * **xLanguage support** based on code and testing by **Daniele Pelagatti** * new FILTER HOOK ` ...
  • wp-code-to-widget ... ' for Code to Widget. 4. Go to the Code to Widget Options page (Settings > Code to Widget) to set the directory for ... path. There are some helpful paths included on the Settings page. == Configuration == The plugin provides an interface for selecting a ...
  • wp-duplicate-post ... draft" leads to the edit screen. 3. The options page. 4. The template tag manually added to Twenty Ten ... row of your table: `function myplugin_copy_post($new_post_id, $old_post_object){ /* your code */ }` Then hook the function to the action: `add_action( ...