css property {display: table;}

i know the title of this post leaves a lot to be desired, but in considering a theme refactor in my future, it seems like it would make good sense to start paying attention to it {display: table;} is going to change a lot of things...

why? well, Internet Explorer is once again paying attention to standards compliance (they are Acid2 compliant). it changes the game - because whereas before people were positioning things awkwardly on the page using css floats and clears and absolute positions. assigning the {display: table;} or {display: table-column;} (etc) property to any class or id (as designated by CSS2.1)

so although we are still dealing with the catastrophe of IE6, we should no longer avoid using CSS2.1 to the fullest because Microsoft and IE are back in the game in a saner way. this is not a plug for IE, but just a question of whether it is time to change our strategy as themers?

being able to assign table-like properties to displays is huge. saves time and complexity and pain.

Help,how to get Facebook Session_key & Session_secret?

NSMutableString *buffer = [NSMutableString stringWithCapacity:250];
[buffer appendFormat:@"api_key=%@&",kAppId];
[buffer appendFormat:@"call_id=%d&",[[NSDate date] timeIntervalSince1970]];
[buffer appendFormat:@"method=%@&",@"auth.xmpp_login"];
[buffer appendFormat:@"nonce=%@&",nonce];
[buffer appendFormat:@" session_key=%@&",session_key];
[buffer appendFormat:@"v=%@&",@"1.0"];

sig = [sig stringByAppendingString:session_secret];

Is Drupal provides soap 1.2 webservices apart from soap 1.1

Hi,

We are using drupal for our e-Commerce application using with Ubercart.Actually,we are expecting Drupal webservices with SOAP 1.2 ,not SOAP 1.1.Because soap 1.1 is not WS-I compliant one.We are using Cordys as our integration,so we need WS-I complaint webservices.Can any one help me,is there any feasibility to get SOAP 1.2 based webservices.

Display a block conditional upon an existing db value

I should be easy, but how would one display a block conditional upon the value of an existing db value?

For example, block X should be visible when the value from a webform entry (such as: $webform['X']['value'][0]) is below 5, yet not visible otherwise.

Seems to me the simple approach would to set the block to always be visible, but then evaluate some PHP within the block as to whether output is printed or not. If so, this is where I lack. I do not know how to call values from the db to evaluate.

Sherry :)

mail server in drupal

hi,
i am hosting a webmail server like yahoo,gmail
in drupal how can i start. is there any tutorial or pluggins available
please help

thanks

Printing docs with images

I'm using Drupal for documentation which carries images. The images don't fit on paper when printed. Is there a module or anything else that will somehow shrink images to fit on paper when printed?

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x