Skip to main content

Home/ Nerdzr/ Group items tagged HTML

Rss Feed Group items tagged

Jac Londe

PHP Simple HTML DOM Parser - 0 views

  • A HTML DOM parser written in PHP5+ let you manipulate HTML in a very easy way! Require PHP 5+. Supports invalid HTML. Find tags on an HTML page with selectors just like jQuery. Extract contents from HTML in a single line.
  • // Create DOM from string $html = str_get_html('<div id="hello">Hello</div><div id="world">World</div>'); $html->find('div', 1)->class = 'bar'; $html->find('div[id=hello]', 0)->innertext = 'foo'; echo $html; // Output: <div id="hello">foo</div><div id="world" class="bar">World</div>
Jac Londe

Feed43 : How It Works - 0 views

  •  
    Feed43 engine converts free-form HTML or XML documents to valid RSS feeds by extracting snippets of text or HTML by means of applying search patterns, and then joining these snippets together using output templates to form user-friendly content of feed's items. The principle of extracting specific data from source documents is also known as "HTML scraping".
Jac Londe

Tim O'Reilly in a Nutshell - O'Reilly Media - 0 views

  • Buy 2 Get 1 Free Free Shipping 100% Satisfaction Guarantee Buying Options Tim O'Reilly in a Nutshell Save a Tree - Go Digital What is this? Ebook Free Formats: ePub, Mobi, PDF Tim O'Reilly in a Nutshell
Jac Londe

HTML5 Grayscale Image Hover - 1 views

  • with HTML5 canvas, images can be manipulated into grayscale without having to use image editing software. I've put together a demo to show you how to use HTML5 & jQuery to dynamically clone color images into grayscale (see demo). Credits: thanks to Darcy Clarke (my Themify's partner) for the jQuery and Javascript code.
Jac Londe

Arduino - RobotShop - 0 views

  • Les microcontrôleurs Arduino donnent à votre robot l’intelligence que vous souhaitez. À l’aide de différents types de capteurs, Arduino peut contrôler des moteurs, des actuateurs, des LCDs ou n’importe quelle composante robotique, pour modifier comportement de votre robot.
Jac Londe

ImportXML - Centre d'aide Google Documents - 0 views

  • ImportXML ImportXML permet d'importer les données présentes dans des fichiers de type xml, html, csv ou tsv, ainsi que dans des flux RSS et Atom que vous pourriez lire dans Google Reader. Par défaut, seuls les fichiers publics peuvent être lus. Les données figurant dans d'autres feuilles de calcul ne peuvent pas être référencées tant que la feuille de calcul en question n'a pas été publiée. "URL" correspond à l'URL du fichier XML ou HTML. "requête" correspond à la requête XPath à exécuter sur les données disponibles à l'URL indiquée. Chaque résultat de la requête XPath est placé dans une ligne spécifique de la feuille de calcul. Pour plus d'informations sur XPath, consultez le site http://www.w3schools.com/xpath/. Exemple : =importXml("www.google.com"; "//a/@href"). Cette formule renvoie l'ensemble des attributs "href" (URL des liens) figurant dans les balises <a> de la page d'accueil du site www.google.com. Remarque : Une feuille de calcul ne peut pas contenir plus de 50 fonctions ImportXML.
Jac Londe

Introduction à PHP - 0 views

  • Qu'est-ce que PHP? PHP est un langage interprété (un langage de script) exécuté du côté serveur (comme les scripts CGI, ASP, ...) et non du côté client (un script écrit en Javascript ou une applet Java s'exécute sur votre ordinateur...). La syntaxe du langage provient de celles du langage C, du Perl et de Java. Ses principaux atouts sont : Une grande communauté de développeurs partageant des centaines de milliers d'exemples de script PHP ; La gratuité et la disponibilité du code source (PHP est distribué sous licence GNU GPL) ; La simplicité d'écriture de scripts ; La possibilité d'inclure le script PHP au sein d'une page HTML (contrairement aux scripts CGi, pour lesquels il faut écrire des lignes de code pour afficher chaque ligne en langage HTML) ; La simplicité d'interfaçage avec des bases de données (de nombreux SGBD sont supportés, mais le plus utilisé avec ce langage est MySQL, un SGBD gratuit disponible sur de nombreuses plateformes : Unix, Linux, Windows, MacOs X, Solaris, etc...) ; L'intégration au sein de nombreux serveurs web (Apache, Microsoft IIS, etc.).
  • Origines de PHP Le langage PHP a été mis au point au début d'automne 1994 par Rasmus Lerdorf. Ce langage de script lui permettait de conserver la trace des utilisateurs venant consulter son CV sur son site, grâce à l'accès à une base de données par l'intermédiaire de requêtes SQL. Ainsi, étant donné que de nombreux internautes lui demandèrent ce programme, Rasmus Lerdorf mit en ligne en 1995 la première version de ce programme qu'il baptisa Personal Sommaire Page Tools, puis Personal Home Page v1.0
Jac Londe

Tesla 2007 - 0 views

  • Experimenter’s Tesla Turbine A.N.T.S. - Australian Nikola Tesla Society Coils Safety Sheet - Tesla Coil figures by Chip Atkinson Electric Magician: Tesla - Parascope/Enigma resource directory Erased at the Smithsonian - Tesla died alone and all but forgotten Experimenter’s Tesla Turbine Kits- Multi-fluid capable boundary layer turbines, 10-inch diameter rotors.Serious research tool or part of an ultra-clean burning turbogeneratorsystem for going off grid. Franchise opportunities available. The Fantastic Inventions of Nikola Tesla by Nikola Tesla FrankGermano.com - Tesla Technology Today Free Energy. The Tunguska Explosion - Tesla’s Fuelless Generator High Voltage! - Nikola Tesla, Tesla Coils, Van De Graaff & more Humanitarian Genius - Journal of the International Tesla Society Information Unlimited - Tesla Coils, high voltage engineering International Tesla Society in Review by Michael Riversong
Jac Londe

MINIWIZ - [ miniSOLAR | HYmini ] - A revolutionary way of capturing renewable power for... - 0 views

  •  
    "SolarBulb™ is a solar powered LED lamp that fastens onto conventional beverage containers and lights up automatically in the dark; controlled by a built-in light sensor. Just leave the SolarBulb™ in the sun for 4 hours, and receive 6 full hours of continuous LED lighting. SolarBulb™ has the unique sunflower-like design; its solar panel attached head is adjustable in whichever direction of the sun."
Jac Londe

Kijiji Canada | Free local classifieds - 0 views

Jac Londe

Tor Project: Overview - 0 views

  • Overview
  • Tor is a network of virtual tunnels that allows people and groups to improve their privacy and security on the Internet. It also enables software developers to create new communication tools with built-in privacy features. Tor provides the foundation for a range of applications that allow organizations and individuals to share information over public networks without compromising their privacy. Individuals use Tor to keep websites from tracking them and their family members, or to connect to news sites, instant messaging services, or the like when these are blocked by their local Internet providers. Tor's hidden services let users publish web sites and other services without needing to reveal the location of the site. Individuals also use Tor for socially sensitive communication: chat rooms and web forums for rape and abuse survivors, or people with illnesses.
Jac Londe

'Anti-Facebook' project nears launch | Software, Interrupted - CNET News - 0 views

  • open-source social networking project Diaspora
  • if the team is half as good at building software as it is at building hype, there might be something interesting in the upcoming release, and maybe even a viable business.
  • The big challenge is that the enterprise developer world isn't screaming out for an open-source Facebook, nor are consumers really looking to run their own instances of social networks. What they really want is for Facebook to take privacy more seriously
  • ...1 more annotation...
  • And for those who do want to run their own social sites, there are any number of options, including Ning and Buddypress as well as extensions to Drupal and other publishing systems. Additionally, a number of other companies, including Ringside Networks, founded by JBoss alumni, took a run at developing a social application server only to find a lack of market.
Jac Londe

MeeGo | WeTab - 0 views

  • WeTab presents the first tablet with open operating system MeeGo
  • Working intensively with Intel, we have developed the WeTab OS with MeeGo to meet the requirements of a tablet user in the best way possible. The tablet runs extremely fast
  • The Web-browser plays a special role here and is based on the free HTML rendering engine WebKit, enabling fast and unrestricted surfing enjoyment including HTML5, Adobe Flash® and Java™.
  • ...2 more annotations...
  • MeeGo is a Linux-based, open-source operating system intended to run on a variety of hardware platforms including smartphones, handhelds, netbooks, televisions that are connected to the Internet and passenger cars.
  • MeeGo is a multi-platform project and supports the X86/Intel-Atom and ARM architectures. It can be transferred to other hardware platforms at any time.
  •  
    New Linux OS, New WebPad, Good Old Intel.
Jac Londe

SIP Communicator - 0 views

  • SIP Communicator - the Java VoIP and Instant Messaging client.
  • SIP Communicator is an audio/video Internet phone and instant messenger that supports some of the most popular VoIP and instant messaging protocols such as SIP, Jabber, AIM/ICQ, MSN, Yahoo! Messenger, Bonjour, IRC and a whole lot of other useful features.
  • SIP Communicator is completely Open Source / Free Software, and is freely available under the terms of the GNU Lesser General Public License.
Jac Londe

Google Hack - 0 views

shared by Jac Londe on 05 Dec 10 - Cached
  •  
    -inurl:(htm|html|php) intitle:"index of" +"last modified" +"parent directory" +description +size +(wma|mp3) "Beatles"
Jac Londe

Scripting News: WikiLeaks on the run - 0 views

  • ikiLeaks says you can find them through wikileaks.ch, which redirects to a dotted ID. People exchange this information on Twitter. So in a weird sneaker-net sort of way we have implemented a human DNS.
  • All the while there's a huge glaring 800-pound-gorilla elephant-in-the-room size contradiction. The pols say that businesses can't support WikiLeaks, but the Guardian and the NY Times and the newspapers in Pakistan, Indonesia, Israel -- all over the world -- they're businesses too. So if they're really serious about this, we're in First Amendment territory. They ought to be careful, because the politicians depend on these businesses to sell their product. Without them, they have no way to lie to us.   See the problem isn't that WikiLeaks is lying, the problem is that they're telling the truth. This is not business as usual. 
  • It seems to me that at the end of this chain is BitTorrent. That when WikiLeaks wants to publish the next archive, they can get their best practice from eztv.it, and have 20 people scattered around the globe at the ends of various big pipes ready to seed it. Once the distribution is underway the only way to shut it down will be to shut down the Internet itself.
Jac Londe

view-source : Google Chrome - 0 views

  •  
    Commande URL dans Google Chrome
1 - 20 of 138 Next › Last »
Showing 20 items per page