Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
4608 connectés 

 

 

 Mot :   Pseudo :  
  Aller à la page :
 
 Page :   1  2  3  4  5  ..  1588  1589  1590  ..  2940  2941  2942  2943  2944  2945
Auteur Sujet :

Topic du forum - NEW : multismiley, le nouveau jocebug

n°14436170
HumanRAGE
Rage d'être un Humain...LIBRE!
Posté le 26-03-2008 à 22:07:38  profilanswer
 

Reprise du message précédent :

Le Profanateur a écrit :

C'est que chez moi que ça rame ? :??:
83.145.72.200 en attente :o


pareil
 
enfin chepa si c'est ct'ip mais y a truc qui met du temps a timeouter oué :o


Message édité par HumanRAGE le 26-03-2008 à 22:07:53

---------------
When I give food to the poor, they call me a saint. When I ask why the poor have no food, they call me a communist. Helder Camara | Telling your employees they're "family" is the corporate equivalent of saying "I love you" to a sex worker.
mood
Publicité
Posté le 26-03-2008 à 22:07:38  profilanswer
 

n°14436209
Pad
Posté le 26-03-2008 à 22:10:06  profilanswer
 

Pareil, j'allais justement venir pour râler [:cupra]

n°14436220
Marc
Chasseur de joce & sly
Posté le 26-03-2008 à 22:10:38  profilanswer
 

Désolé c'est le new serveur qui remplace pub.hardware.fr :/

n°14436251
Pad
Posté le 26-03-2008 à 22:12:57  profilanswer
 

C'est définitif alors ? :sweat:

n°14436358
Profil sup​primé
Posté le 26-03-2008 à 22:22:40  answer
 

Ce fut bon mais court
Reviendalle :o

n°14436391
Oxygen3
Tears from the moon
Posté le 26-03-2008 à 22:25:02  profilanswer
 

ca raaame même sur HFR :/


---------------
Metro-PoleRéseau A Suivre...: Annuseries|LeVillage|pErDUSA
n°14436464
Marc
Chasseur de joce & sly
Posté le 26-03-2008 à 22:29:24  profilanswer
 

Pad a écrit :

C'est définitif alors ? :sweat:


A terme il va aller plus vite :o

n°14436466
Oxygen3
Tears from the moon
Posté le 26-03-2008 à 22:29:30  profilanswer
 

au trou pub.groupe-ldlc.com :o


---------------
Metro-PoleRéseau A Suivre...: Annuseries|LeVillage|pErDUSA
n°14437395
Pad
Posté le 26-03-2008 à 23:28:44  profilanswer
 

Marc a écrit :


A terme il va aller plus vite :o


Dans 20 ans ? :whistle:

n°14437902
Biiij
Suck it up, move on.
Posté le 27-03-2008 à 00:44:22  profilanswer
 

Pinzo a écrit :


C'est PicLens qui doit se rendre compatible avec le forum, pas l'inverse.


Oui mais non...  
 
si par ta remarque tu entends: "Piclens n'est pas compatible avec un forum (par opposition à un site web "traditionnel" ), question d'architecture!" Je dois avouer que j'en sais rien.  
 
si ce n'est pas ce que tu sous-entendais fallait faire un tour sur le site; pour que l'application tourne il faut que tu rende ton site compatible.
 
 

Citation :

How It Works
 
We've made it easy for media content on any site to be viewable in PicLens. All you have to do is integrate a Media RSS feed into your pages.
 
Media RSS is an open standard for syndicating multimedia content. It extends RSS 2.0 to provide additional information, such as richer thumbnail and image metadata.
 
PicLens uses the data in the Media RSS feed to match each image on your webpage to: (1) the separate thumbnail image that appears on the PicLens 3D Wall and filmstrip, and (2) the full-screen image that appears in the PicLens full-screen mode. This full-screen image can be the same image file displayed on your webpage or be a separate image of higher resolution.
 
Website visitors with PicLens installed on their browsers will enjoy your site with all features, including the 3D Wall, full-screen mode, and more.
 
For visitors who don't have PicLens installed, you have the option to add a few extra lines of code into your feed and HTML to activate your website for PicLens Lite, a filmstrip-style presentation that mimics the full-screen mode of PicLens.


 
Et tant que j'y suis je met la suite des fois que ça aiderait Joce/Marc à decider:
 

Citation :

Step-by-Step Instructions
Step 1 — Create a Media RSS Feed
 
Create a Media RSS feed like the example below, and save it as photos.rss (or any name you choose).
 
Include an <item> tag for each photo that you want to appear in your slideshow, with the <media:thumbnail> and <media:content> tags specifying the locations of the thumbnail and full-size image content, respectively. The URLS can be relative (i.e. images/photo.jpg) or absolute (i.e. http://anysite/images/photo.jpg).
 
Make sure to declare the Media RSS namespace with <xmlns:media>, as shown below.
 
 
        <?xml version="1.0" encoding="utf-8" standalone="yes"?>
        <rss version="2.0"  
          xmlns:media="http://search.yahoo.com/mrss"
          xmlns:atom="http://www.w3.org/2005/Atom">
            <channel>
                <item>
                    <title>A.jpg</title>
                    <link>pl_images/A.jpg</link>
                    <media:thumbnail url="pl_thumbs/A.jpg"/>
                    <media:content url="pl_images/A.jpg"/>
                </item>                  
                    .
                    .
                    .
                 
                <item>
                    <title>Z.jpg</title>
                    <link>pl_images/Z.jpg</link>
                    <media:thumbnail url="pl_thumbs/Z.jpg"/>
                    <media:content url="pl_images/Z.jpg"/>
                </item>                                
            </channel>
        </rss>
       
 
Step 2 — Enable RSS Autodiscovery
 
In your HTML document header section, add the line of code highlighted below, which declares the Media feed using standard RSS Autodiscovery.
 
 
        <html>
          <head>
            <link rel="alternate" href="photos.rss"  
            type="application/rss+xml" title="" id="gallery" />
          </head>
          <body> ... </body>
        </html>
       
 
IMPORTANT NOTE: You can place your photos.rss file in any web folder. Just make absolutely sure your HREF tag above points to the correct location of photos.rss, otherwise your feed will not work.
Step 3 — Match Your HTML Page's Images to the Media RSS Link Tags
 
When your visitors mouseover an image link on your HTML webpage, PicLens needs to know which thumbnail image and full-screen image to display on the PicLens 3D Wall and full-screen modes. PicLens automatically does this for you.
 
Specifically, PicLens scans the <item> tag in the Media RSS feed for the <link>, <media:thumbnail>, and <media:content> tags, and to find a match with the URL specified in the <a href> tag in your HTML.
 
The URLs can be relative or absolute, as long as they resolve to the same absolute URL.
 
Example:
The item in your Media RSS feed with this link tag:
 
 
     <link>pl_images/A.jpg</link>
                 
 
Will be paired up with image on your HTML page with this anchor tag:
 
 
     <a href="pl_images/A.jpg"><img src="images/A.jpg"></a>
                 
 
Step 4 — Add a PicLens Badge to Your Site (Optional)
 
Let your visitors know they can enjoy your site in full-screen, 3D, by placing a PicLens badge on your site. Right-click and then select "Save Image As" to save the badge below.
PicLens Badge    
 
Add an anchor tag to your HTML code so that visitors are directed to www.piclens.com when they click the badge. For example:
 
 
          <a href="http://piclens.com" target="_blank">
             <img src="http://yourwebsite.com/images/piclens_badge.gif">
          </a>
           


 
:jap:
 


---------------
I always wanted to be somebody, I should have been more specific... | Flickr
mood
Publicité
Posté le 27-03-2008 à 00:44:22  profilanswer
 

n°14438433
Zoreil
Posté le 27-03-2008 à 05:43:59  profilanswer
 

Je ne sais pas si c'est un bug, mais j'aimerais comprendre l'astuce :
 
ici => http://forum.hardware.fr/hfr/Discu [...] #t14436662
 
Chin jo poste un message, et on peut voir qu'il n'a pas été cité.
 
Deux posts en dessous, Yoli lui répond en le citant, et malgré ça le post de Chin Jo ne le précise pas.
 
Bug ?

n°14438836
Marc
Chasseur de joce & sly
Posté le 27-03-2008 à 09:42:35  profilanswer
 

Je pense que le quote a été rajouté après coup via une édition du msg, yoli voyant que bardass avait posté entre temps.

n°14466927
Profil sup​primé
Posté le 30-03-2008 à 16:53:10  answer
 
n°14466936
Mario_
Vive le pingouiboulga !!
Posté le 30-03-2008 à 16:55:15  profilanswer
 

Moi ? :o


---------------
Soyons ouverts d'esprit, mais pas au point de laisser notre cerveau s'enfuir.
n°14466940
JFKen
Un V8, une femme, une pipe
Posté le 30-03-2008 à 16:56:09  profilanswer
 
n°14467278
raging_bul​l
Posté le 30-03-2008 à 18:01:02  profilanswer
 

une option qui permettrai d'afficher toute les photos poster dans un topic par exemple en miniature ... ! ce serai utile non ?

n°14467809
Profil sup​primé
Posté le 30-03-2008 à 19:05:07  answer
 

Ça m'est déjà arrivé à cause d'un virus :spamafote:
Ça a commencé comme ça et ça c'est fini avec des boites de messages pour aller chercher l'utiltaire pour désinfecter :lol:


Message édité par Profil supprimé le 30-03-2008 à 19:06:19
n°14467810
Timoonn
Moune pour les intimes :o
Posté le 30-03-2008 à 19:05:09  profilanswer
 

Bwai :o


---------------
HFPonss - Désactivez votre Adblock sur HFR - Découper le monde à coup de rasoir pour voir au cœur du fruit, le noyau noir.
n°14467832
Profil sup​primé
Posté le 30-03-2008 à 19:08:14  answer
 


Ouaip, le petit nouveau qui prend en douce la place toute chaude de Lorelei  :o

n°14467844
Le Profana​teur
Passéiste désincarné
Posté le 30-03-2008 à 19:09:15  profilanswer
 

HumanRAGE a écrit :

ca rame que chez moi, c'est ca ? [:petrus75]


cette aprem, ouep [:thektulu]


---------------
Abordez la pente du bon côté ! \o/ Let the light surround you \o/ To bleed or not to be...
n°14467847
joce
&#034;BugHunter&#034;
Posté le 30-03-2008 à 19:09:31  profilanswer
 

raging_bull a écrit :

une option qui permettrai d'afficher toute les photos poster dans un topic par exemple en miniature ... ! ce serai utile non ?


c'est en projet


---------------
Protèges carnets personnalisés & accessoires pour bébé
n°14467852
Profil sup​primé
Posté le 30-03-2008 à 19:10:04  answer
 

HumanRAGE a écrit :

ca rame que chez moi, c'est ca ? [:petrus75]


Aucune idée  [:dawa]  
 
Ca ne rame pas chez moi (pour une fois)  :o

n°14467882
Mario_
Vive le pingouiboulga !!
Posté le 30-03-2008 à 19:12:59  profilanswer
 

J'aime pas cette métaphore, je préfère dire : j'arrive juste derrière elle... et hop [:aloy]


---------------
Soyons ouverts d'esprit, mais pas au point de laisser notre cerveau s'enfuir.
n°14467903
raging_bul​l
Posté le 30-03-2008 à 19:14:48  profilanswer
 

joce a écrit :


c'est en projet


 
j'ai hate  :love:  :love:  :love:  

n°14467921
JFKen
Un V8, une femme, une pipe
Posté le 30-03-2008 à 19:16:21  profilanswer
 

Mario_ a écrit :

j'arrive juste derrière elle... et hop [:aloy]


 
 :lol:  
 

Spoiler :

[:nicoo]
Et hop !


Message édité par JFKen le 30-03-2008 à 19:16:37

---------------
Broadcast4Reps♥  Dreams-Cars.net | Before Black | >> Le topic du V8 <<  
n°14467929
HumanRAGE
Rage d'être un Humain...LIBRE!
Posté le 30-03-2008 à 19:17:29  profilanswer
 

ok j'ai checké mon fichier host, effectivement ct un probleme local :o


---------------
When I give food to the poor, they call me a saint. When I ask why the poor have no food, they call me a communist. Helder Camara | Telling your employees they're "family" is the corporate equivalent of saying "I love you" to a sex worker.
n°14468293
Le Profana​teur
Passéiste désincarné
Posté le 30-03-2008 à 19:56:43  profilanswer
 

HumanRAGE a écrit :

ok j'ai checké mon fichier host, effectivement ct un probleme local :o


cad ? [:opus dei]


---------------
Abordez la pente du bon côté ! \o/ Let the light surround you \o/ To bleed or not to be...
n°14468411
Dj YeLL
$question = $to_be || !$to_be;
Posté le 30-03-2008 à 20:07:48  profilanswer
 


 
Ben stadire qu'il a ouvert son fichier host ... et qu'il l'a vérifié ... [:zaib3k]


---------------
Gamertag: CoteBlack YeLL
n°14468518
HumanRAGE
Rage d'être un Humain...LIBRE!
Posté le 30-03-2008 à 20:19:15  profilanswer
 


j'ai remplacé une poignée d'ips par des 127.0.0.1, ca fait un cadre d'erreur mais au moins ca loade :o


---------------
When I give food to the poor, they call me a saint. When I ask why the poor have no food, they call me a communist. Helder Camara | Telling your employees they're "family" is the corporate equivalent of saying "I love you" to a sex worker.
n°14468562
Le Profana​teur
Passéiste désincarné
Posté le 30-03-2008 à 20:22:37  profilanswer
 

Dj YeLL a écrit :


 
Ben stadire qu'il a ouvert son fichier host ... et qu'il l'a vérifié ... [:zaib3k]


Merci. [:ojap]
 

HumanRAGE a écrit :


j'ai remplacé une poignée d'ips par des 127.0.0.1, ca fait un cadre d'erreur mais au moins ca loade :o


je comprends toujours pas, mais c'est pas grave [:god]


---------------
Abordez la pente du bon côté ! \o/ Let the light surround you \o/ To bleed or not to be...
n°14471659
Biiij
Suck it up, move on.
Posté le 31-03-2008 à 01:35:22  profilanswer
 

joce a écrit :


c'est en projet


PICLENS PICLENS PICLENS  [:chronoklazm]  
 
Hein allez dis steupléé  [:dignus]


---------------
I always wanted to be somebody, I should have been more specific... | Flickr
n°14473212
vicmckay
Posté le 31-03-2008 à 11:03:56  profilanswer
 

si il va falloir cliquer sur les miniatures pour voir les images, ça va être la fin du topic images alors [:d_omi]
Qu'elles soient resizées pour pas dépasser le cadre, ui, mais si c'est des miniatures qu'on doit cliquer pour voir sque ça vaut, je m'insurge  [:pingouino]

n°14473244
HumanRAGE
Rage d'être un Humain...LIBRE!
Posté le 31-03-2008 à 11:09:27  profilanswer
 

+1


---------------
When I give food to the poor, they call me a saint. When I ask why the poor have no food, they call me a communist. Helder Camara | Telling your employees they're "family" is the corporate equivalent of saying "I love you" to a sex worker.
n°14473297
Zoreil
Posté le 31-03-2008 à 11:15:03  profilanswer
 
n°14473303
Olivie
SUUUUUUUUUUUUUU
Posté le 31-03-2008 à 11:15:43  profilanswer
 

y a pas de modos pendant les vacances ? :o


---------------

n°14473313
Profil sup​primé
Posté le 31-03-2008 à 11:16:32  answer
 

en meme temps ca perd tout sont interet si c est une page d images resizees... :sweat:  
 
 
 


Message édité par Profil supprimé le 31-03-2008 à 11:20:56
n°14473359
Le Profana​teur
Passéiste désincarné
Posté le 31-03-2008 à 11:21:06  profilanswer
 

vicmckay a écrit :

si il va falloir cliquer sur les miniatures pour voir les images, ça va être la fin du topic images alors [:d_omi]
Qu'elles soient resizées pour pas dépasser le cadre, ui, mais si c'est des miniatures qu'on doit cliquer pour voir sque ça vaut, je m'insurge  [:pingouino]


 


 


 
à la base, le M. parlait d'une option, donc pas un truc généralisé [:klemton]
 
Vous emballez pas [:ciler]


---------------
Abordez la pente du bon côté ! \o/ Let the light surround you \o/ To bleed or not to be...
n°14473394
Marc
Chasseur de joce & sly
Posté le 31-03-2008 à 11:25:03  profilanswer
 

REVOLUTION§§§

n°14473412
Profil sup​primé
Posté le 31-03-2008 à 11:27:08  answer
 

Je suis pour, ras la casquette des pages qui mettent trop de temps à s'ouvrir parce que des boulets y ont posté des images kikoo lol hébergées sur des sites qui rament  :o

n°14474128
Profil sup​primé
Posté le 31-03-2008 à 13:04:23  answer
 


 
 
suffirait juste de pas faire apparaitre les immages au dessus d une certaine taille, en vigueur actuelement il me semble... :heink:  
 
 
 
 
 

mood
Publicité
Posté le   profilanswer
 

 Page :   1  2  3  4  5  ..  1588  1589  1590  ..  2940  2941  2942  2943  2944  2945

Aller à :
Ajouter une réponse
 

Sujets relatifs
Votre avis sur forum HFRforum sexy
recencement des sarthois du forumForum Etudiant ...
j chui new sur ce forum é jé un pbPetite modif sur le forum ?
A quoi ressemblera le forum dans 10 ans ?pas tres actif le forum à 2h du mat ...
Info : Forum Indisponible à partir de 1 heureTopik Unique des posts qui vous ont fait le plus rire sur le forum !
Plus de sujets relatifs à : Topic du forum - NEW : multismiley, le nouveau jocebug


Copyright © 1997-2025 Groupe LDLC (Signaler un contenu illicite / Données personnelles)