Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~571 People Reached
Member Avatar for sica07

I'm creating my very first app with Backbone. Basically, I have a two-level deep unordered list. <ul class="cabinet"> <li class="drawer"> <a>Drawer 1</a> <ul class="boxes"> <li> Box 1 </li> <li> Box 2 </li> </ul> </li> <li class="drawer"> <a>Drawer 2</a> <ul class="boxes"> <li> Box 3 </li> <li> Box 4 </li> </ul> </li> …

Member Avatar for McLaren
0
93
Member Avatar for sica07

Hello, I have a server on which I host my firstdomain.com. For this I created a name servers: ns.firstdomain.com Now I would like to host a second domain on that server and to use the same nameserves. I know that is posible (is the solution used in shared-hosting). To do …

Member Avatar for Jessica1234
0
272
Member Avatar for sica07

I'm trying to include a widget in my page that looks and behaves like the Google calendar or Outlook calendar. Is there such a widget in Dojo? I have found [url]http://unscriptable.com/code/dojocal/dojocalTest.html[/url] but I don't know where to download it. I tried to contact the author but I got no answer. …

0
86
Member Avatar for sica07

Hello, I am trying to create a html-email. I've read that in order to render the html content corectly I have to set the content-type of the mail to text/html but I don't know how. Ho to do all this when writing from a regular email client. I have to …

0
119