Navigazione

    Privacy - Termini e condizioni
    © 2020 Search On Media Group S.r.l.
    • Registrati
    • Accedi
    • CATEGORIES
    • Discussioni
    • Non letti
    • Recenti
    • Hashtags
    • Popolare
    • Utenti
    • Stream
    • Interest
    • Categories
    1. Home
    2. gossipnotizie
    3. Post
    G

    gossipnotizie

    @gossipnotizie

    • Profilo
    • Chi segue 0
    • Da chi è seguito 0
    • Discussioni 13
    • Post 19
    • Migliore 0
    • Gruppi 0
    Iscrizione Ultimo Accesso
    Località milano Età 46
    0
    Reputazione
    39
    Post
    0
    Visite al profilo
    0
    Da chi è seguito
    0
    Chi segue
    User

    Post creati da gossipnotizie

    • RE: [Cerco] lavoro come articolista /copywriter

      gsammark hai la posta piena. ho provato a inviarti messaggio ma non posso risponderti. saluti

      postato in Collaborazioni WEB e Lavoro: offro e cerco
      G
      gossipnotizie
    • [Cerco] lavoro come articolista /copywriter

      Ciao a tutti,

      sto cercando lavoro come articolista o copywriter. Esperienza in vari settori, disponibile da subito.

      Chiunque fosse interessato mi puoi contattare inviandomi un messaggio privato.

      Grazie

      postato in Collaborazioni WEB e Lavoro: offro e cerco
      G
      gossipnotizie
    • passare dato textbox da form html a un'altra pagina html

      Ciao, a tutti, vi spiego il mio problema ho un file html denominato nomebambino.html in cui vi è una textbox con pulsante invia dove l'utente metterà il nome del suo bambino

      http://www.infoambiente.net/prova/nomebambino.html

      Io vorrei, che in questo ipotetico libro come in quest'esempio, la variabile del nome bambino che metto nella pagina nomebambino.html me la passi nella pagina index.html

      http://www.infoambiente.net/prova/index.html

      es: nome bambino: Paolo nel file nomebambino.html me lo passi nel file index.html quindi dove avro nome bambino mi riportera il nome paolo.

      Non so se mi sono spiegata.

      A me interessa capire solamente come passare questa variabile da file a file in quanto gli esempi trovati alla fine rimandavano a un php.

      questo è index.html

      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html>
          <head>
              <title>Moleskine Notebook with jQuery Booklet</title>
              <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
              <meta name="description" content="Moleskine Notebook with jQuery Booklet" />
              <meta name="keywords" content="jquery, book, flip, pages, moleskine, booklet, plugin, css3 "/>
      		<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon"/>
      
      
      		<script type="text/javascript" src="http://code.jquery.com/jquery-1.4.4.min.js"></script>
      		<script src="booklet/jquery.easing.1.3.js" type="text/javascript"></script>
      		<script src="booklet/jquery.booklet.1.1.0.min.js" type="text/javascript"></script>
      
      
      		<link href="booklet/jquery.booklet.1.1.0.css" type="text/css" rel="stylesheet" media="screen" />
      		<link rel="stylesheet" href="css/style.css" type="text/css" media="screen"/>
      
      
      		<script src="cufon/cufon-yui.js" type="text/javascript"></script>
      		<script src="cufon/ChunkFive_400.font.js" type="text/javascript"></script>
      		<script src="cufon/Note_this_400.font.js" type="text/javascript"></script>
      		<script type="text/javascript">
      			Cufon.replace('h1,p,.b-counter');
      			Cufon.replace('.book_wrapper a', {hover:true});
      			Cufon.replace('.title', {textShadow: '1px 1px #C59471', fontFamily:'ChunkFive'});
      			Cufon.replace('.reference a', {textShadow: '1px 1px', fontFamily:'ChunkFive'});
      			Cufon.replace('.loading', {textShadow: '1px 1px #000', fontFamily:'ChunkFive'});
      		</script>
          </head>
          <body>
      		<h1 class="title">Moleskine Notebook with jQuery Booklet</h1>
      		<div class="book_wrapper">
      			<a id="next_page_button"></a>
      			<a id="prev_page_button"></a>
      			<div id="loading" class="loading">Loading pages...</div>
      			<div id="mybook" style="display:none;">
      				<div class="b-load">
      					<div>
      						<img src="images/1.jpg" alt=""/>
      						<h1>Slider Gallery</h1>
      						<p>NOME BAMBINO is about creating a creative gallery with a
      							slider for the thumbnails. The idea is to have an expanding
      							thumbnails area which opens once an album is chosen.
      							The thumbnails will scroll to the end and move back to
      							the first image. NOME BAMBINO The user can scroll through the thumbnails
      							by using the slider controls. When a thumbnail is clicked,
      							it moves to the center and the full image preview opens.</p>
      						<a href="http://tympanus.net/codrops/2010/10/07/slider-gallery/" target="_blank" class="article">Article</a>
      						<a href="http://tympanus.net/Tutorials/SliderGallery/" target="_blank" class="demo">Demo</a>
      					</div>
      					<div>
      						<img src="images/2.jpg" alt="" />
      						<h1>Animated Portfolio Gallery</h1>
      						<p>Today we will create an animated portfolio gallery with jQuery.
      							The gallery will contain a scroller for thumbnails and a
      							content area where we will display details about the portfolio
      							item. The image can be enlarged by clicking on it, making
      							it appear as an overlay.</p>
      						<a href="http://tympanus.net/codrops/2010/11/14/animated-portfolio-gallery/" target="_blank" class="article">Article</a>
      						<a href="http://tympanus.net/Tutorials/AnimatedPortfolioGallery/" target="_blank" class="demo">Demo</a>
      					</div>
      					<div>
      						<img src="images/3.jpg" alt="" />
      						<h1>Annotation Overlay Effect</h1>
      						<p>Today we will create a simple overlay effect to display annotations in e.g. portfolio
      							items of a web designers portfolio. We got the idea from the wonderful
      							portfolio of www.rareview.com where Flash is used to create the
      							effect. We will use jQuery.</p>
      						<a href="http://tympanus.net/codrops/2010/10/12/annotation-overlay-effect/" target="_blank" class="article">Article</a>
      						<a href="http://tympanus.net/Tutorials/AnnotationOverlayEffect/" target="_blank" class="demo">Demo</a>
      					</div>
      					<div>
      						<img src="images/4.jpg" alt="" />
      						<h1>Bubbleriffic Image Gallery</h1>
      						<p>In this tutorial we will create a bubbly image gallery that
      							shows your images in a unique way. The idea is to show the
      							thumbnails of albums in a rounded fashion allowing the
      							user to scroll them automatically by moving the mouse.
      							Clicking on a thumbnail will zoom in a big circle and
      							the full image which will be automatically resized to
      							fit into the screen.</p>
      						<a href="http://tympanus.net/codrops/2010/12/10/bubbleriffic-image-gallery/" target="_blank" class="article">Article</a>
      						<a href="http://tympanus.net/Tutorials/BubblerifficImageGallery/" target="_blank" class="demo">Demo</a>
      					</div>
      					<div>
      						<img src="images/5.jpg" alt="" />
      						<h1>Collapsing Site Navigation</h1>
      						<p>Today we will create a collapsing menu that contains vertical
      							navigation bars and a slide out content area. When hovering
      							over a menu item, an image slides down from the top and a
      							submenu slides up from the bottom. Clicking on one of the
      							submenu items will make the whole menu collapse like a card
      							deck and the respective content area will slide out.</p>
      						<a href="http://tympanus.net/codrops/2010/09/06/collapsing-site-navigation/" target="_blank" class="article">Article</a>
      						<a href="http://tympanus.net/Tutorials/CollapsingSiteNavigation/" target="_blank" class="demo">Demo</a>
      					</div>
      					<div>
      						<img src="images/6.jpg" alt="" />
      						<h1>Custom Animation Banner</h1>
      						<p>In today?s tutorial we will be creating a custom animation banner with jQuery.
      							The idea is to have different elements in a banner that will
      							animate step-wise in a custom way.</p>
      						<p>We will be using the jQuery Easing Plugin and the jQuery 2D
      							Transform Plugin to create some nifty animations.</p>
      						<a href="http://tympanus.net/codrops/2010/10/18/custom-animation-banner/" target="_blank" class="article">Article</a>
      						<a href="http://tympanus.net/Tutorials/CustomAnimationBanner/" target="_blank" class="demo">Demo</a>
      					</div>
      					<div>
      						<img src="images/7.jpg" alt="" />
      						<h1>Full Page Image Gallery</h1>
      						<p>In this tutorial we are going to create a stunning full page
      							gallery with scrollable thumbnails and a scrollable full
      							screen preview. The idea is to have a thumbnails bar at
      							the bottom of the page that scrolls automatically when
      							the user moves the mouse. When a thumbnail is clicked,
      							it moves to the center of the page and the full screen
      							image is loaded in the background.</p>
      						<a href="http://tympanus.net/codrops/2010/09/08/full-page-image-gallery/" target="_blank" class="article">Article</a>
      						<a href="http://tympanus.net/Tutorials/FullPageImageGallery/" target="_blank" class="demo">Demo</a>
      					</div>
      					<div>
      						<img src="images/8.jpg" alt="" />
      						<h1>Hover Slide Effect</h1>
      						<p>Today we will create a neat effect with some images using
      							jQuery. The main idea is to have an image area with several
      							images that slide out when we hover over them, revealing
      							other images. The sliding effect will be random, i.e.
      							the images will slide to the top or bottom, left or
      							right, fading out or not. When we click on any area,
      							all areas will slide their images out.</p>
      						<a href="http://tympanus.net/codrops/2010/11/16/hover-slide-effect/" target="_blank" class="article">Article</a>
      						<a href="http://tympanus.net/Tutorials/HoverSlideEffect/" target="_blank" class="demo">Demo</a>
      					</div>
      					<div>
      						<img src="images/9.jpg" alt="" />
      						<h1>Merging Image Boxes</h1>
      						<p>Today we will show you a nice effect for images with jQuery.
      							The idea is to have a set of rotated thumbnails that,
      							once clicked, animate to form the selected image.
      							You can navigate through the images with previous
      							and next buttons and when the big image gets clicked
      							it will scatter into the little box shaped thumbnails again.</p>
      						<a href="http://tympanus.net/codrops/2010/11/30/merging-image-boxes/" target="_blank" class="article">Article</a>
      						<a href="http://tympanus.net/Development/MergingImageBoxes/" target="_blank" class="demo">Demo</a>
      					</div>
      					<div>
      						<img src="images/10.jpg" alt="" />
      						<h1>Compact News Previewer</h1>
      						<p>Today we will create a news previewer that let?s you
      							show your latest articles or news in a compact way.
      							The news previewer will show some list of articles
      							on the left side and the preview of the article with a
      							longer description on the right. Once a news on the left
      							is clicked, the preview will slide in.</p>
      						<a href="http://tympanus.net/codrops/2010/10/03/compact-news-previewer/" target="_blank" class="article">Article</a>
      						<a href="http://tympanus.net/Tutorials/CompactNewsPreviewer/" target="_blank" class="demo">Demo</a>
      					</div>
      					<div>
      						<img src="images/11.jpg" alt="" />
      						<h1>Overlay Effect Menu</h1>
      						<p>In this tutorial we are going to create a simple menu
      							that will stand out once we hover over it by covering
      							everything except the menu with a dark overlay.
      							The menu will stay white and a submenu area will
      							expand. We will create this effect using jQuery.</p>
      						<a href="http://tympanus.net/codrops/2010/11/25/overlay-effect-menu/" target="_blank" class="article">Article</a>
      						<a href="http://tympanus.net/Tutorials/OverlayEffectMenu/" target="_blank" class="demo">Demo</a>
      					</div>
      					<div>
      						<img src="images/12.jpg" alt="" />
      						<h1>Polaroid Photobar Gallery</h1>
      						<p>In this tutorial we are going to create an image gallery
      							with a Polaroid look. We will have albums that will expand
      							to sets of slightly rotated thumbnails that pop out on hover.
      							The full image will slide in from the bottom once a thumbnail
      							is clicked. In the full image view the user can navigate
      							through the pictures or simply choose another thumbnail
      							to be displayed.</p>
      						<a href="http://tympanus.net/codrops/2010/09/28/polaroid-photobar-gallery/" target="_blank" class="article">Article</a>
      						<a href="http://tympanus.net/Tutorials/PolaroidPhotobarGallery/" target="_blank" class="demo">Demo</a>
      					</div>
      					<div>
      						<img src="images/13.jpg" alt="" />
      						<h1>Pull Out Content Panel</h1>
      						<p>In this tutorial we will create a content panel that 
      							slides out at a predefined scroll position. It will 
      							reveal a teaser with related content and it can be 
      							expanded to full page size to show more. A custom 
      							slider allows to scroll through many items in the 
      							panel.</p>
      						<a href="http://tympanus.net/codrops/2010/11/01/pull-out-content-panel/" target="_blank" class="article">Article</a>
      						<a href="http://tympanus.net/Tutorials/PullOutContentPanel/" target="_blank" class="demo">Demo</a>
      					</div>
      					<div>
      						<img src="images/14.jpg" alt="" />
      						<h1>Thumbnails Navigation Gallery</h1>
      						<p>In this tutorial we are going to create an extraordinary
      							gallery with scrollable thumbnails that slide out from a
      							navigation. We are going to use jQuery and some CSS3
      							properties for the style. The main idea is to have a
      							menu of albums where each item will reveal a horizontal
      							bar with thumbnails when clicked.</p>
      						<a href="http://tympanus.net/codrops/2010/07/29/thumbnails-navigation-gallery/" target="_blank" class="article">Article</a>
      						<a href="http://tympanus.net/Tutorials/ThumbnailsNavigationGallery/" target="_blank" class="demo">Demo</a>
      					</div>
      				</div>
      			</div>
      		</div>
              <div>
                  <span class="reference">
                      <a href=" http://tympanus.net/codrops/2010/12/14/moleskine-notebook/">back to the Codrops tutorial</a>
      				<a href="http://builtbywill.com/code/booklet/" target="_blank">booklet jQuery Plugin</a>
                  </span>
      		</div>
      
      
              <!-- The JavaScript -->
      
      
              <script type="text/javascript">
      			$(function() {
      				var $mybook 		= $('#mybook');
      				var $bttn_next		= $('#next_page_button');
      				var $bttn_prev		= $('#prev_page_button');
      				var $loading		= $('#loading');
      				var $mybook_images	= $mybook.find('img');
      				var cnt_images		= $mybook_images.length;
      				var loaded			= 0;
      				//preload all the images in the book,
      				//and then call the booklet plugin
      
      
      				$mybook_images.each(function(){
      					var $img 	= $(this);
      					var source	= $img.attr('src');
      					$('<img/>').load(function(){
      						++loaded;
      						if(loaded == cnt_images){
      							$loading.hide();
      							$bttn_next.show();
      							$bttn_prev.show();
      							$mybook.show().booklet({
      								name:               null,                            // name of the booklet to display in the document title bar
      								width:              800,                             // container width
      								height:             500,                             // container height
      								speed:              600,                             // speed of the transition between pages
      								direction:          'LTR',                           // direction of the overall content organization, default LTR, left to right, can be RTL for languages which read right to left
      								startingPage:       0,                               // index of the first page to be displayed
      								easing:             'easeInOutQuad',                 // easing method for complete transition
      								easeIn:             'easeInQuad',                    // easing method for first half of transition
      								easeOut:            'easeOutQuad',                   // easing method for second half of transition
      
      
      								closed:             true,                           // start with the book "closed", will add empty pages to beginning and end of book
      								closedFrontTitle:   null,                            // used with "closed", "menu" and "pageSelector", determines title of blank starting page
      								closedFrontChapter: null,                            // used with "closed", "menu" and "chapterSelector", determines chapter name of blank starting page
      								closedBackTitle:    null,                            // used with "closed", "menu" and "pageSelector", determines chapter name of blank ending page
      								closedBackChapter:  null,                            // used with "closed", "menu" and "chapterSelector", determines chapter name of blank ending page
      								covers:             false,                           // used with  "closed", makes first and last pages into covers, without page numbers (if enabled)
      
      
      								pagePadding:        10,                              // padding for each page wrapper
      								pageNumbers:        true,                            // display page numbers on each page
      
      
      								hovers:             false,                            // enables preview pageturn hover animation, shows a small preview of previous or next page on hover
      								overlays:           false,                            // enables navigation using a page sized overlay, when enabled links inside the content will not be clickable
      								tabs:               false,                           // adds tabs along the top of the pages
      								tabWidth:           60,                              // set the width of the tabs
      								tabHeight:          20,                              // set the height of the tabs
      								arrows:             false,                           // adds arrows overlayed over the book edges
      								cursor:             'pointer',                       // cursor css setting for side bar areas
      
      
      								hash:               false,                           // enables navigation using a hash string, ex: #/page/1 for page 1, will affect all booklets with 'hash' enabled
      								keyboard:           true,                            // enables navigation with arrow keys (left: previous, right: next)
      								next:               $bttn_next,          			// selector for element to use as click trigger for next page
      								prev:               $bttn_prev,          			// selector for element to use as click trigger for previous page
      
      
      								menu:               null,                            // selector for element to use as the menu area, required for 'pageSelector'
      								pageSelector:       false,                           // enables navigation with a dropdown menu of pages, requires 'menu'
      								chapterSelector:    false,                           // enables navigation with a dropdown menu of chapters, determined by the "rel" attribute, requires 'menu'
      
      
      								shadows:            true,                            // display shadows on page animations
      								shadowTopFwdWidth:  166,                             // shadow width for top forward anim
      								shadowTopBackWidth: 166,                             // shadow width for top back anim
      								shadowBtmWidth:     50,                              // shadow width for bottom shadow
      
      
      								before:             function(){},                    // callback invoked before each page turn animation
      								after:              function(){}                     // callback invoked after each page turn animation
      							});
      							Cufon.refresh();
      						}
      					}).attr('src',source);
      				});
      				
      			});
              </script>
          </body>
      </html>
      
      
      
      
      postato in Coding
      G
      gossipnotizie
    • [CERCO RETRIBUITO] Blogger, articolista, data entry, programmazione

      Buonasera,

      Professionista di questo settore da molto tempo. Lavoro come webwriter dal 2007. Ho scritto per vari siti trattando diversi argomenti (gossip, musica, viaggi, auto, informatica, spettacoli, educazione e etc) seguendo anche regole SEO.

      Ho un sito che parla di ecologia, donna e bambini.

      Cerco collaborazioni anche di una, due tre volte a settimana, o a lungo termine se volete.

      Disponibile anche come data entry o realizzazione siti internet.

      Chiunque fosse interessato puo inviarmi un messaggio

      grazie :smile5:

      postato in Collaborazioni WEB e Lavoro: offro e cerco
      G
      gossipnotizie
    • [Cerco] Lavoro retribuito articolista - consulente - segretaria

      Ciao, a tutti, mi offro come articolista (ho esperienza ormai decennale in questo campo), ho persino due blog miei. Posso tenere aggiornate pagine facebook, twitter o google+ se lo volete. realizzazione siti internet o programmi in excel con macro.

      mi offro come consulente ambientale per lavoro da casa o andare dai clienti.

      mi offro come segretaria per spedizione lettere, aggiornamento database, data entry, prendere appuntamenti, smistamento chiamate, fax, registrazione conti, fatture.

      se siete interessati posso inviare un curriculum aggiornato o contattatemi in privato.

      grazie

      postato in Collaborazioni WEB e Lavoro: offro e cerco
      G
      gossipnotizie
    • RE: [Cerco articolista] Per nuovo sito settore Poker / Casino / Slots / Scommesse

      ciao,

      ho avuto esperienza nel settore scommesse e poker online, infatti, traducevo articoli dall'inglese all'italiano.
      ma quanto sono lunghi?

      postato in Collaborazioni WEB e Lavoro: offro e cerco
      G
      gossipnotizie
    • RE: javascript e html

      riciao...

      sono riuscita a sviluppare questo script

      
      <html>
      <head>
      <title>Untitled Document</title>
      <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
        <script language="JavaScript">
      function writetext(txt)
      
      
      
      
       {
      var str1=txt;
      
      
      if (str1!="gli")     
      
      
       { 
      
      
          document.getElementById("myDiv").innerHTML = txt + "..... il valore è sbagliato..riprova ";
       } else { 
         document.getElementById("myDiv").innerHTML = txt + ".....è corretto";
      }
      
      
        
         
       }
      </script>
      </head>
      <body bgcolor="#FFFFFF">
      <p>
      </p>
      <p><form name="mainForm">
      <input type="text" name="entry">
      <input type="button" name="oneButton" value="Press Me!" onclick="writetext(this.form.entry.value);">
      </form>
      <div id="myDiv"></div>
      </body>
      </html>
      
      

      se devi passare piu di un valore come posso fare??

      adesso mi passa solamente un valore, invece, se devo controllare ad esempio 10 campi, come posso passarli???

      grazie

      postato in Coding
      G
      gossipnotizie
    • javascript e html

      Ciao a tutti, io ho questo codice qui:

      
      
      
      <?xml version="1.0" encoding="iso-8859-1"?>
      
      <html">
      <head>
      <title>Controllare un numero in JavaScript</title>
      <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
      <style type="text/css">
      .label{
      font-size:12px;
      color:#369;
      font-family:Verdana, sans-serif;
      font-weight:bold;
      }
      .input{
      background-color:#e0e0e0;
      font-weight:bold;
      font-family:Verdana, sans-serif;
      border:1px dotted #666;
      letter-spacing:.2em;
      }
      
      
      .invia{
      font-family:Verdana, sans-serif;
      font-weight:bold;
      background-color:#e0e0e0;
      font-size:10px;
      color:#369;
      }
      </style>
      
      
      <script type="text/javascript">
      function controlla()
      {
        var str1 = document.form1.textbox1.value;
        var str2 = document.form1.textbox2.value;
      
      
          if (str1=="gli" && str2=="i") 
      
      
      
      
          {
                 var document.form1.textbox3.value=str3;    
              alert("Articolo giusto :))");
              return false;
             
          }
      
      
          else
          {
              alert("Articolo Inserito Sbagliato :))");
              return false;
          }
      
      
      
      
         
      }
      </script>
      </head>
      
      
      <body>
      <form method="post" name="form1" action="#" onSubmit="return controlla();">
      
      
      <p><input id="textbox1" type="text">Specchi<input id="textbox3" type="text"></p>
      <p><input id="textbox2" type="text"></p>
      <input type="submit" class="invia" id="submit" value="Prova">
      
      
      
      
      
      
      </body>
      </html>
      
      

      io, adesso, avrei necessità di effettuare questi passaggi:

      1 - eliminare gli alert, e fare in modo che se per caso str1 fosse diversa da "gli" assegnare il valore errato a una textbox3. quando l'utente clicca su prova, accanto textbox1 in textbox3 comparira la scritta scritta sbagliato
      2 stesso discorso svilupparlo anche per str2

      come posso fare??

      grazie

      postato in Coding
      G
      gossipnotizie
    • Come iteragire Php e Csv

      Ciao a tutti,

      girovagando su internet per un mio progetto mi sono fermata su questa pagina web

      lezionidiitaliano.altervista.org/esercizi_gli_articoli/esercizi_gli_articoli.php

      che sarebbe ciò che voglio realizzare per il mio sito...

      da dove comincio?

      ho visto che le risposte sono contenute in un file csv, ma come faccio:

      1. a controllare i dati contenti nel file php e csv

      2. come faccio in seguito ad importare dati da csv a file html per verificare le risposte corrette..

      Mi potete aiutare per favore????

      Sto realizzando un progetto per bambini, e mi sarebbe d'aiuto poterlo realizzare

      es. articoli maschile o femminile

      uomo - il bambino se mette maschile è giusto, se è sbagliato compare la scritta errato

      grazie

      Grazie

      postato in Coding
      G
      gossipnotizie
    • spostamento oggetto drag jquery javascript

      Ciao a tutti, mi potete spiegare e dove sto sbagliando in questo codice

      
      <!DOCTYPE html>
      
      
      <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
          <title>Nathan Rutzky - jQuery.dragmove</title>
          <meta charset="utf-8">
          <meta name="description" content="jQuery.dragmove is a lightweight jQuery extension for dragging DOM elements">
          <meta name="keywords" content="jquery, dragmove, drag, draggable, javascript, nathan rutzky, nathanrutzky, nathco">
          <meta name="viewport" content="user-scalable=0">
          <meta name="robots" content="index, follow">
          <script src="jquery.min(1).js"></script><style type="text/css"></style>
          <script src="jQuery.dragmove.js"></script>
      
      
      <style>
      
      
      
      
      
      
      div.picture1 {
         width:100px; /*width of your image*/
         height:100px; /*height of your image*/
         background-image:url('C:/Users/utente2/Desktop/MEM1.gif');
         margin:0; /* If you want no margin */
         padding:0; /*if your want to padding */
      }
      
      
      
      
      </style>
      
      
      <script>
          $(function() {
              $('div').dragmove();
          });
          </script>   
      
      
      
      
      </head>
      <body>
      
      
      
      
          <div class="picture1">Drag Me</div>
      
      
      
      
      
      
      </body>
      </html>
      
      

      perchè non mi compare l'immagine e me la sposta??

      a me sembra di aver fatto tutto corretto...
      sono alle prime armi, e sto imparando.

      grazie

      postato in Coding
      G
      gossipnotizie
    • accept convalidare due valori in jquery o javascript

      Ciao a tutti

      io ho quest'esempio:

      
      <link rel="stylesheet" href="code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css" />
      <script type="text/javascript" src="code.jquery.com/jquery.min.js"></script>
      <script type="text/javascript" src="code.jquery.com/ui/1.9.2/jquery-ui.js"></script>
      <script type="text/javascript" src="pureexample.com/js/lib/jquery.ui.touch-punch.min.js"></script>
       
       
      <!-- CSS -->
      <style type="text/css">
      .square {
          width: 100px;
          height: 100px;
          border: 1px solid black;
          margin-bottom: 5px;
          margin-left: 5px;
          text-align: center;
          line-height: 100px;
          float: left;
          background-color: lightblue;
          cursor: pointer;
      }
       
      .squaredotted {
          width: 150px;
          height: 150px;
          border: 1px dotted gray;
          margin-bottom: 5px;
          margin-left: 5px;
          text-align: center;
          line-height: 150px;
          float: left;
          background-color: lightgray;
      }
      </style>
       
       
      <!-- Javascript -->
      <script>
      $(function () {
              $(".square").draggable();
              $("#CarsParkinglot").droppable({
                      accept: "#car",
                      drop: function (event, ui) {
                              $(this).css("background-color", "lightgreen")
                      },
                      out: function (event, ui) {
                              $(this).css("background-color", "")
                      }
              });
              $("#MotocyclesParkinglot").droppable({
                      accept: "#motocycle",
                     
                      drop: function (event, ui) {
                              $(this).css("background-color", "lightgreen")
                      },
                      out: function (event, ui) {
                              $(this).css("background-color", "")
                      }
               
              });
            
      });
      </script>
       
      <!-- HTML -->
      <div style="float:left">
          <div id="car" class="square">Car</div>                  
      </div>
      <div style="float:left">
          <div id="motocycle" class="square">Motocycle</div>              
      </div>
      
      
      <div style="float:left;margin-left:50px;">
          <div id="CarsParkinglot" class="squaredotted">Cars only</div> 
              <div id="infoCars"></div>
      </div>
      <div style="float:left;margin-left:50px;">
          <div id="MotocyclesParkinglot" class="squaredotted">Motocycles only</div> 
              <div id="infoMotocycles"></div>
      </div>
      
      
      

      partendo da questo codice,
      io voglio che nel contenitore cars ci vadano le diverse macchinine mentre nel contenitore motoveicoli le motociclette. quando il bambino sbaglia c'è la scritta sbagliato quando è giusto la scritta va bene

      come posso fare a realizzare questo gioco? come posso mettere l'immagine di una macchina associata a un div e non la scritta CAR? io voglio che il bambino possa mettere nello spazio CARS ONLY o MOTOCYCLES ONLY piu di una macchina...

      mi potete aiutare per favore???

      Grazie

      E' un progetto per la scuola...vi prego!!! :)))

      postato in Coding
      G
      gossipnotizie
    • RE: Come aumentare visitatori su Google per portale su post diversi. Aiuto!

      Ciao....grazie per la risposta....ho un account twitter e facebook... ma ho raggiunto 128 persone su fb ed appena 19 su twitter come faccio ad aumentarle? grazie

      postato in SEO
      G
      gossipnotizie
    • Come aumentare visitatori su Google per portale su post diversi. Aiuto!

      Ciao a tutti....ho creato questo sito donnalife.it, solo che non riesco a farlo crescere come visitatori. Mi sembra che i contenuti che metto siano originali e carini, ma al massimo arrivo a 200 persone al giorno.

      Non riesco ad aumentare visitatori. Mi potete dare dei consigli? Sapere cosa sbaglio? Cosa posso fare per avere più visite? Pensate che realizzare un portale con temi diversi mi possa penalizzare?

      Grazie per coloro che mi risponderanno

      postato in SEO
      G
      gossipnotizie
    • RE: [Cerco][Retribuito] Web Copyriter per collaborazione continuativa

      Salve sarei interessata alla collaborazione mia email adminmissgossip.it

      postato in Collaborazioni WEB e Lavoro: offro e cerco
      G
      gossipnotizie
    • [CERCO LAVORO][RETRIBUITO] Articolista, data entry, impiegata, siti web

      Salve a tutti,

      mi è sempre piaciuto scrivere. Vorrei che questa mia passione diventasse anche un lavoro.

      Ho un mio sito internet dove scrivo articoli che tratta vari argomenti. Ho collaborato in passioni con vari siti dove ho scritto diversi articoli, oltre a diverse traduzioni inglese - italiano.

      Mi offro anche come segretaria o impiegata se vi serve una persona con questa mansione. Ho 10 anni d'esperienza in campo ambientale.

      Ho lavorato in passato anche come realizzatrice di siti web. Ho creato il sito dell'azienda per cui lavoro.

      Coloro che fossero interessati possono contattarmi in privato o scrivendomi a adminmissgossip[punto]it

      Saluti

      postato in Collaborazioni WEB e Lavoro: offro e cerco
      G
      gossipnotizie
    • RE: [CERCO] Articolisti esperti per importante Network editoriale

      Salve, mi candido per *GOSSIP, CULTURA, GOSSIP, CRONACA, ATTUALITA', ECONOMIA, AMBIENTE, ANTICIPAZIONI TV, CINEMA oltre che CALCIO E MOTORI

      Ho un sito internet che gestisco in cui potete vedere il mio lavoro.

      Salve*

      postato in Collaborazioni WEB e Lavoro: offro e cerco
      G
      gossipnotizie
    • [Retribuito] Aiuto per realizzare template wordpress

      Salve, sto cercando qualcuno che mi aiuti a realizzare un nuovo template per il mio sito web in wordpress...

      Ho già un template, ma vorrei crearne uno nuovo per rendere il sito più accattivante moderno in modo da presentarlo ai vari lettori.

      Per il pagamento, purtroppo ho poca disponibilita.

      Se qualcuno fosse interessato può contattarmi in privato o qui...

      Grazie

      postato in Collaborazioni WEB e Lavoro: offro e cerco
      G
      gossipnotizie
    • [cerco][retribuito] articoli, mansioni da segretaria, data entry, battitura testi

      Ciao a tutti, mi offro come articolista e segretaria per fissare appuntamenti, inviare email o fax, agenda e rubrica clienti.

      Data entry, battitura testi, scrittura articoli, ed altro ancora. Massima serietà.

      Per coloro che fossero interessati possono contattarmi inviando un email

      Grazie :tongueout:

      postato in Collaborazioni WEB e Lavoro: offro e cerco
      G
      gossipnotizie
    • [cerco][retribuito] mansioni da segretaria ed articolista

      Ciao a tutti,

      mi offro per lavori di segretaria: battitura testi, pagamento bollettini, commissioni, data entry, tenere agenda clienti, prenotazioni viaggi oltre che scrivere articoli di qualunque genere.

      per coloro che fossero interessati possono contattarmi in privato

      grazie :smile5:

      postato in Collaborazioni WEB e Lavoro: offro e cerco
      G
      gossipnotizie