Maintainers are looking for help reviewing issues.

Portfolio

Publish yourself.

Features a digital CV/resume, blog, social network integration, contact form, and more.

See #1260214: Choose your Drupal

Target audience

  • Everyone who wants a have personal web site.
  • Drupal contributors and developers

Features

- todo and TBD -

jQueries

One of the user interface designer headache issue is about the version of jQuery they need on a plugin and most of the time, the plugin require different jQuery version than the one that Drupal provide. jQuery Update is a very useful for those who can fit their required plugins with the most updated version of jQuery. However, in many circumstances, they have to load a lot of jQuery plugins those require different version of the jQuery.

Drupal itself or either the jQuery Update module allow only a single version of jQuery to be loaded on the same page. That the reason this module for.

This module allow multiple versions of jQuery instances loaded on the same page. Module developers implement the 'hook_jqueries_include()' to return an associative array of version of jQuery they required and the java script variable name they which to refer the the specify version.

How it works

Immediately, after the specific version jQuery is loaded, it assign the '$' variable to the user-specified variable and using jQuery's "noconflict" method to detach the jQuery object from the '$' variable. The java script then can refer to the specific version of jQuery via the different variable.

Example

In module code, the developer implements the hook_jqueries_include():

<?php
function my_module_jqueries_include() {
if ( request_path() == 'my_page' ) {

Community CDN

CCDN is a peer-to-peer Content Distribution Network for the Community.

How it works:

We Install it (you and me)
yourserver.com and myserver.com
We add a trust network (a list of servers you trust )
on your server:

myserver.com | png, jpg | upto 1g | 6 hours
example.com | tar.gz, zip | upto 10g | as long as needed
example2.com | jpg, png, gif, flv | upto 200g | always

on my server

yourserver.com | png, jpg, zip, gz | upto 500m | a week 

If a server is over loaded and the other server is idling the server overloaded (yourserver.com eg) says help to all the others in the trust list.

For each of the servers that say yes I'll help
by sending e.g. :

I'll host
png, jpg, zip, gz 
upto 500m 
for a week
add http://myserver.com/files/ccdn/yourserver.com to your uri's

The yourserver.com then starts adding http://myserver.com/files/ccdn/yourserver.com into the url's of it's images e.g.:
from
<img src=/files/image.png />
to
<img src=http://myserver.com/files/ccdn/yourserver.com/files/image.png />

11870 Module

This is a module allows you set a block showing 11870.com info, regard visitor ip-geolocalization.

Pages

Subscribe with RSS Subscribe to RSS - Seeking co-maintainer(s)