Prova Layout
(IRIS) – ROMA, 19 NOV – Da venerdì 20 a domenica 29 novembre alle ore 21.15 è in scena all’Accento Teatro di Roma, ‘39.Fame da morire’, scritto e interpreto da Shara Guandalini per la regia di Pascal La Delfa. Dopo il successo dello scorso anno, l’Accento Teatro riapre le porte ad uno degli spettacoli più emozionanti della stagione teatrale. Patrocinato dall’Assessorato alle Politiche educative scolastiche, della Famiglia e della gioventù del Comune di Roma, lo spettacolo, in maniera del tutto insolita, affronta il tema dell’anoressia e della bulimia. In 39, infatti, i disturbi alimentari che caratterizzano la società postmoderna, non sono raccontati con toni strazianti e scene struggenti, ma vengono affrontati in modo originale a volte anche in chiave ironica. Attraverso il racconto di alcuni personaggi (interpretati tutti da Shara Guandalini), lo spettatore è introdotto nella vita di una ragazza “normale” che fa del disagio la sua vita, una vita nella quale lo struggimento dell’anima viene espresso con il di-struggimento del corpo. La sua storia esprime quel disagio sociale, ampiamente diffuso, che viene amplificato dalle contraddizioni quotidiane della società consumistica. Anoressia, bulimia, binge, sono diverse facce dei disturbi alimentari che caratterizzano alcune espressioni deviate di disagio soprattutto nelle ragazze più giovani, e non solo.
Se una volta l’astenersi dal cibo era sinonimo di santità, ora è il risultato di un cortocircuito tra mente e corpo, tra messaggi sociali e messaggi pubblicitari, tra vivere ed esistere.“Morto di fame”, dunque, da spregevole e spiritoso epiteto usato in passato, ad una straziante ed attuale decisione finale.
Nonostante la drammaticità dell’argomento lo spettacolo, attraverso sorrisi ed ilarità, induce alla riflessione, grazie ad una storia che parla non solo di anoressia e bulimia, ma anche di famiglia, amicizia, vita.
A worried woman went to her gynecologist and said:
One of my friend send me this Email.I think It is a good one for every one to read.Please take only the right thinking .don’t be negative
A worried woman went to her gynecologist and said:
‘Doctor, I have a serious problem and desperately need your help! My baby is not even 1 yr. old and I’m pregnant again. I don’t want kids so close together.’
So the doctor said: ‘Ok and what do you want me to do?’
She said: ‘I want you to end my pregnancy, and I’m counting on your help with this.’
The doctor thought for a little, and after some silence he said to the lady: ‘I think I have a better solution for your problem. It’s less dangerous for you too.’
She smiled, thinking that the doctor was going to accept her request.
Then he continued: ‘You see, in order for you not to have to take care of 2 babies at the same time, let’s kill the one in your arms. This way, you could rest some before the other one is born. If we’re going to kill one of them, it doesn’t matter which one it is. There would be no risk for your body if you chose the one in your arms.
The lady was horrified and said: ‘No doctor! How terrible! It’s a crime to kill a child!
‘I agree’, the doctor replied. ‘But you seemed to be ok with it, so I thought maybe that was the best solution. The doctor smiled, realizing that he had made his point.
He convinced the mom that there is no difference in killing a child that’s already been born and one that’s still in the womb. The crime is the same!
ajax and without ajax
View the following link to usage of javascript and ajax for building a page .This can work under with or with out java script enabled
How to solve the IE 7 ajax caching (method:get)
some times Internet Explorer cached the ajax requests and it creates problems .i used prototype library for a an ajax request .it works fine for firefox and opera.but creates problems with IE 7.then i add useless date value to query string for making the request unique .It solves my problem.and works fine .
the example code :
var date=new Date();
new Ajax.Request(’sample.asp?id1=’+Current_Id+’&id3=<%=IdCategoria%>&id2=’+id2+ ‘&date=’+date.getTime(),
{
method:’get’,onSuccess: function(transport)
{
}
}
Prevent Some of the sql injection possiblities
hai
Yester day i red an article on http://forums.iis.net/p/1148917/1869844.aspx .This is about sql injection attackes.There i found some thing usefull for others who are trying to find some thing for prevent sql injection hacker attacks.
use [Master]
GO
DENY SELECT ON [INFORMATION_SCHEMA].[TABLES] TO [Public]
DENY SELECT ON [INFORMATION_SCHEMA].[COLUMNS] TO [Public]
DENY SELECT ON [INFORMATION_SCHEMA].[VIEW_COLUMN_USAGE] TO [Public]
DENY SELECT ON [INFORMATION_SCHEMA].[CONSTRAINT_COLUMN_USAGE] TO [Public]
DENY SELECT ON [INFORMATION_SCHEMA].[COLUMN_PRIVILEGES] TO [Public]
GO
use [Your_Database_name]
GO
DENY SELECT ON [sys].[columns] TO [Your_User]
DENY SELECT ON [sys].[tables] TO [Your_User]
DENY SELECT ON [sys].[syscolumns] TO [Your_User]
DENY SELECT ON [sys].[sysobjects] TO [Your_User]
DENY SELECT ON [sys].[objects] TO [Your_User]
DENY SELECT ON [sys].[syscomments] TO [Your_User]
GO
<%
str = request.servervariables(“QUERY_STRING”)
if instr(str, “;”) then response.redirect(“/404msg.asp”)
str = Request.Form
if instr(str, “;”) then response.redirect(“/404msg.asp”)
str = request.servervariables(“QUERY_STRING”)
if instr(str, “–”) then response.redirect(“/404msg.asp”)
str = Request.Form
if instr(str, “–”) then response.redirect(“/404msg.asp”)
str = request.servervariables(“QUERY_STRING”)
if instr(str, “‘”) then response.redirect(“/404msg.asp”)
str = Request.Form
if instr(str, “‘”) then response.redirect(“/404msg.asp”)
%>
Execuse me for my bad English
any way Ciao tutti
Antispy check antispyware
hai all
yesterday some time i allowed a web site to run a video .it install a spware on my machine .for installing a new spy ware it always a tray icon blinking.it is terrible to say no good anti virus software can not find and block it.today i found a an anti malware made malwarebyte’s antimalware 1.17.it is enough and good for cleaning antispy check spy ware.
ok guys
It is my first blog ever on inter net
hello ever body
it is my first in my life as a blogger.my intention for register as a blogger with wordpress for discuss some thing about my experinces and tricks and tips i used when i am programming.Also i want to share those pages on web sites i found use full for progrmmers.
ok dears
-
Archives
- November 2009 (1)
- June 2009 (1)
- March 2009 (1)
- January 2009 (2)
- June 2008 (3)
-
Categories
-
RSS
Entries RSS
Comments RSS