<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel rdf:about="http://blogmarks.net/api/marks/search/wildcards">
<title>Public marks with search wildcards</title>
<description>Public marks with search wildcards</description>
<link>http://blogmarks.net/marks/search/wildcards</link>
<items><rdf:Seq><rdf:li resource="http://blogmarks.net/api/user/BlueVoodoo/mark/1057912007"/>
<rdf:li resource="http://blogmarks.net/api/user/BlueVoodoo/mark/1057852553"/>
<rdf:li resource="http://blogmarks.net/api/user/alexnihilo/mark/1057628356"/>
<rdf:li resource="http://blogmarks.net/api/user/rike_/mark/1057431152"/>
<rdf:li resource="http://blogmarks.net/api/user/cascamorto/mark/1057364787"/>
<rdf:li resource="http://blogmarks.net/api/user/orieg/mark/1178057"/>
<rdf:li resource="http://blogmarks.net/api/user/ruadrift/mark/469585"/>
<rdf:li resource="http://blogmarks.net/api/user/blogmark2go/mark/381924"/>
<rdf:li resource="http://blogmarks.net/api/user/FreakinCapuccinoJunkie/mark/290220"/>
<rdf:li resource="http://blogmarks.net/api/user/FreakinCapuccinoJunkie/mark/290214"/>
<rdf:li resource="http://blogmarks.net/api/user/sunny/mark/978063"/>
</rdf:Seq></items>
</channel>
<item rdf:about="http://blogmarks.net/api/user/BlueVoodoo/mark/1057912007">
<title>Java theory and practice: Going wild with generics 2</title>
<link>http://www.ibm.com/developerworks/library/j-jtp07018.html?ca=dgr-btw15javagenerics2&amp;S_TACT=105AGX59&amp;S_CMP=GR</link>
<description>Wildcards can be very confusing when it comes to generics in the Java language, and one of the most common mistakes is to fail to use one of the two forms of bounded wildcards (&quot;? super T&quot; and &quot;? extends T&quot;) when needed. You've made this mistake? Don't feel bad, even the experts have, and this month Brian Goetz shows you how to avoid it.</description>
<dc:date>2008-07-09T19:01:09Z</dc:date>
<dc:author>BlueVoodoo</dc:author>
<dc:subject>java, programming</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.ibm.com/developerworks/library/j-jtp07018.html?ca=dgr-btw15javagenerics2&amp;S_TACT=105AGX59&amp;S_CMP=GR"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.ibm.com/developerworks/library/j-jtp07018.html?ca=dgr-btw15javagenerics2&amp;S_TACT=105AGX59&amp;S_CMP=GR">Java theory and practice: Going wild with generics 2</a></h4>
 
by <a href="http://blogmarks.net/user/BlueVoodoo">BlueVoodoo</a> 
<p class="description">Wildcards can be very confusing when it comes to generics in the Java language, and one of the most common mistakes is to fail to use one of the two forms of bounded wildcards ("? super T" and "? extends T") when needed. You've made this mistake? Don't feel bad, even the experts have, and this month Brian Goetz shows you how to avoid it.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/java">java</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/programming">programming</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057912007">Copy</a> | 
<a href="http://blogmarks.net/link/2835467">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/BlueVoodoo/mark/1057852553">
<title>Java theory and practice: Going wild with generics</title>
<link>http://www.ibm.com/developerworks/java/library/j-jtp04298.html?ca=dgr-btw15wildcardjava&amp;S_TACT=105AGX59&amp;S_CMP=GR</link>
<description>One of the most complicated aspects of generics in the Java language is wildcards, and in particular, the treatment and confusing error messages surrounding wildcard capture.  Java developer Brian Goetz deciphers some of the weirder-looking error messages emitted by javac and offers some tricks and workarounds that can simplify using generics.</description>
<dc:date>2008-05-23T16:30:44Z</dc:date>
<dc:author>BlueVoodoo</dc:author>
<dc:subject>programming, java</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.ibm.com/developerworks/java/library/j-jtp04298.html?ca=dgr-btw15wildcardjava&amp;S_TACT=105AGX59&amp;S_CMP=GR"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.ibm.com/developerworks/java/library/j-jtp04298.html?ca=dgr-btw15wildcardjava&amp;S_TACT=105AGX59&amp;S_CMP=GR">Java theory and practice: Going wild with generics</a></h4>
 
by <a href="http://blogmarks.net/user/BlueVoodoo">BlueVoodoo</a> 
<p class="description">One of the most complicated aspects of generics in the Java language is wildcards, and in particular, the treatment and confusing error messages surrounding wildcard capture.  Java developer Brian Goetz deciphers some of the weirder-looking error messages emitted by javac and offers some tricks and workarounds that can simplify using generics.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/programming">programming</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/java">java</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057852553">Copy</a> | 
<a href="http://blogmarks.net/link/2790668">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/alexnihilo/mark/1057628356">
<title>GcalDaemon and Leopard - Mac Forums</title>
<link>http://forums.macrumors.com/showthread.php?t=377826</link>
<description>iCal in leopard stores each event in its own .ics file - and in a new location - but apparently GCALDaemon has no problems with wildcards!

This is what I entered in gcal-daemon.cfg:
file.ical.path=/Users/bek/Library/Calendars/5A55BA6F-651C-42CB-8176-757CBBF72211.calendar/Events/*.ics</description>
<dc:date>2007-12-27T00:56:52Z</dc:date>
<dc:author>alexnihilo</dc:author>
<dc:subject>mac_prog, calendar, ical</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://forums.macrumors.com/showthread.php?t=377826"><img border="0" src="http://blogmarks.net/screenshots/2007/12/27/337a1558bb1052f0c68d539c13f2cfcb.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://forums.macrumors.com/showthread.php?t=377826">GcalDaemon and Leopard - Mac Forums</a></h4>
 
by <a href="http://blogmarks.net/user/alexnihilo">alexnihilo</a> 
<p class="description">iCal in leopard stores each event in its own .ics file - and in a new location - but apparently GCALDaemon has no problems with wildcards!

This is what I entered in gcal-daemon.cfg:
file.ical.path=/Users/bek/Library/Calendars/5A55BA6F-651C-42CB-8176-757CBBF72211.calendar/Events/*.ics</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mac_prog">mac_prog</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/calendar">calendar</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ical">ical</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057628356">Copy</a> | 
<a href="http://blogmarks.net/link/2610062">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/rike_/mark/1057431152">
<title>MultiTail</title>
<link>http://www.vanheusden.com/multitail/</link>
<description>MultiTail lets you view one or multiple files like the original tail program. The difference is that it creates multiple windows on your console (with ncurses). It can also monitor wildcards: if another file matching the wildcard has a more recent modification date, it will automatically switch to that file. That way you can, for example, monitor a complete directory of files. Merging of 2 or even more logfiles is possible. It can also use colors while displaying the logfiles (through regular expressions), for faster recognition of what is important and what not. It can also filter lines (again with regular expressions). It has interactive menus for editing given regular expressions and deleting and adding windows. One can also have windows with the output of shell scripts and other software. When viewing the output of external software, MultiTail can mimic the functionality of tools like 'watch' and such.</description>
<dc:date>2007-09-06T09:50:21Z</dc:date>
<dc:author>rike_</dc:author>
<dc:subject>tail, unix</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.vanheusden.com/multitail/"><img border="0" src="http://blogmarks.net/screenshots/2008/06/24/1e359202bc6f5ed14e4aed7654ceef78.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.vanheusden.com/multitail/">MultiTail</a></h4>
 
by <a href="http://blogmarks.net/user/rike_">rike_</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2431351">1 other(s)</a> 
<p class="description">MultiTail lets you view one or multiple files like the original tail program. The difference is that it creates multiple windows on your console (with ncurses). It can also monitor wildcards: if another file matching the wildcard has a more recent modification date, it will automatically switch to that file. That way you can, for example, monitor a complete directory of files. Merging of 2 or even more logfiles is possible. It can also use colors while displaying the logfiles (through regular expressions), for faster recognition of what is important and what not. It can also filter lines (again with regular expressions). It has interactive menus for editing given regular expressions and deleting and adding windows. One can also have windows with the output of shell scripts and other software. When viewing the output of external software, MultiTail can mimic the functionality of tools like 'watch' and such.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/tail">tail</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/unix">unix</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057431152">Copy</a> | 
<a href="http://blogmarks.net/link/2431351">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/cascamorto/mark/1057364787">
<title>JaBack - Data backup software you can rely on</title>
<link>http://www.hiteksoftware.com/jaba/index.htm</link>
<description>JaBack - Automated Data Backup Software.  Improve your productivity!
Backup software designed to automate all your backup, synchronization, and archiving tasks.
    * Easy to use: no programming or scripting required, graphical interface
    * Powerful, versatile, reliable and FREE
    * Run more than 1000+ tasks a day
Automate Backups of your important files and folders.  The backup set is created in standard ZIP format.  This allows flexibility in restoring the data using any zip software to unzip the backup set.
Transfer your backup set to a remote location via Ftp or Email it to your mail server.
Scheduler software is very easy to use, yet has very powerful scheduling, tasking and automation capabilities. 
Email Notification of task failure based on task exit code.
Local directory monitor allows you to backup data when a file/folder change is detected.
Zip files and directories using wildcards on schedule.  Can append date/time to filename for archive purposes.
Copy files and directories using wildcards on schedule.  Can append date/time to filename for archive purposes. </description>
<dc:date>2007-07-25T16:53:07Z</dc:date>
<dc:author>cascamorto</dc:author>
<dc:subject>sauvegardes, mac.os.x, telecharger, gratuit, administration</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.hiteksoftware.com/jaba/index.htm"><img border="0" src="http://blogmarks.net/screenshots/2007/07/25/a3e3ad6874e76e36d619ebafb9812293.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.hiteksoftware.com/jaba/index.htm">JaBack - Data backup software you can rely on</a></h4>
 
by <a href="http://blogmarks.net/user/cascamorto">cascamorto</a> 
<p class="description">JaBack - Automated Data Backup Software.  Improve your productivity!
Backup software designed to automate all your backup, synchronization, and archiving tasks.
    * Easy to use: no programming or scripting required, graphical interface
    * Powerful, versatile, reliable and FREE
    * Run more than 1000+ tasks a day
Automate Backups of your important files and folders.  The backup set is created in standard ZIP format.  This allows flexibility in restoring the data using any zip software to unzip the backup set.
Transfer your backup set to a remote location via Ftp or Email it to your mail server.
Scheduler software is very easy to use, yet has very powerful scheduling, tasking and automation capabilities. 
Email Notification of task failure based on task exit code.
Local directory monitor allows you to backup data when a file/folder change is detected.
Zip files and directories using wildcards on schedule.  Can append date/time to filename for archive purposes.
Copy files and directories using wildcards on schedule.  Can append date/time to filename for archive purposes. </p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/sauvegardes">sauvegardes</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mac.os.x">mac.os.x</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/telecharger">telecharger</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/gratuit">gratuit</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/administration">administration</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057364787">Copy</a> | 
<a href="http://blogmarks.net/link/2374906">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/orieg/mark/1178057">
<title>Shell Tips ! » Using bash wildcards</title>
<link>http://www.shell-tips.com/2006/11/04/using-bash-wildcards/</link>
<description>Usefull bash wildcards for better shell usage. Wildmark are question mark, curly brackets, square brackets and asterix.</description>
<dc:date>2006-11-04T02:47:53Z</dc:date>
<dc:author>orieg</dc:author>
<dc:subject>tips, shell, bash, wildcards, question mark, curly bracket, square bracket, MV, cp, LS</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.shell-tips.com/2006/11/04/using-bash-wildcards/"><img border="0" src="http://blogmarks.net/screenshots/2006/11/04/c89f5a0c021f6333c5f8b1a598549c48.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.shell-tips.com/2006/11/04/using-bash-wildcards/">Shell Tips ! » Using bash wildcards</a></h4>
 
by <a href="http://blogmarks.net/user/orieg">orieg</a> 
<p class="description">Usefull bash wildcards for better shell usage. Wildmark are question mark, curly brackets, square brackets and asterix.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/tips">tips</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/shell">shell</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/bash">bash</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/wildcards">wildcards</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/question%2Bmark">question mark</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/curly%2Bbracket">curly bracket</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/square%2Bbracket">square bracket</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/MV">MV</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/cp">cp</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/LS">LS</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1178057">Copy</a> | 
<a href="http://blogmarks.net/link/1217958">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ruadrift/mark/469585">
<title>Tips For Linux - List of Linux Tutorials</title>
<link>http://www.codecoffee.com/tipsforlinux/index-linux.html</link>
<description>A Quick Introduction to Bash Programming - Part 2
43
	A Quick Introduction to Bash Programming - Part 1
42
	Input/Output Redirection in Unix
36
	How and when to use the dd command?
35
	Accessing CDROMs in Linux (covers mount, umount, fstab configuration file)
32
	Understanding file permissions and modifying them using chmod
30
	How to set Shell Environment Variables (bash shell)
28
	What are the SUID, SGID and the Sticky Bits?
27
	Understanding software Installation (configure, make, make install)
26
	Wildcards, Quotes, Back Quotes, Apostrophes in shell commands ( * ? [] &quot; ` ')
25
	How to use the most popular command in Unix - Grep
24
	Pipes - Get the most out of your shell
23
	Running X Windows Applications using Cron - Part III
22
	How to find - Size of a directory &amp; Free disk space
21
	How to find files in Linux using 'find'
20
	How to find files in Linux using 'locate'
19
	Text scrolling off the screen?
18
	How to compile &amp; execute C programs under Linux (Absolute basics)
17
	Scheduling tasks using Cron - Part II
16
	Scheduling tasks using Cron - Part I
15
	Execute a task 'at' the time you want..
14
	Configuring Kppp to connect to the Internet
13
	Unwritten Rules for Discussion Forums
12
	Using Emacs - Part I
11
	Setting the PATH
08
	What to do if Linux refuses to boot after a power failure?
07
	X Font Server Error ?
06
	Getting LILO to boot Windows (by default)
04
	Windows COM Ports equivalent in Linux
03
	Access Windows partitions from Linux
02
	Setup of Ensonic Sound Card (PCI Sound card)
01
	Configure PPP for dialup for a single machine</description>
<dc:date>2006-04-11T20:23:14Z</dc:date>
<dc:author>ruadrift</dc:author>
<dc:subject>linux, unix, cron</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.codecoffee.com/tipsforlinux/index-linux.html"><img border="0" src="http://www.blogmarks.net/screenshots/2005/12/02/0b439a2fe247d48be6578e62d3d00eb0.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.codecoffee.com/tipsforlinux/index-linux.html">Tips For Linux - List of Linux Tutorials</a></h4>
 
by <a href="http://blogmarks.net/user/ruadrift">ruadrift</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/376337">2 other(s)</a> 
<p class="description">A Quick Introduction to Bash Programming - Part 2
43
	A Quick Introduction to Bash Programming - Part 1
42
	Input/Output Redirection in Unix
36
	How and when to use the dd command?
35
	Accessing CDROMs in Linux (covers mount, umount, fstab configuration file)
32
	Understanding file permissions and modifying them using chmod
30
	How to set Shell Environment Variables (bash shell)
28
	What are the SUID, SGID and the Sticky Bits?
27
	Understanding software Installation (configure, make, make install)
26
	Wildcards, Quotes, Back Quotes, Apostrophes in shell commands ( * ? [] " ` ')
25
	How to use the most popular command in Unix - Grep
24
	Pipes - Get the most out of your shell
23
	Running X Windows Applications using Cron - Part III
22
	How to find - Size of a directory & Free disk space
21
	How to find files in Linux using 'find'
20
	How to find files in Linux using 'locate'
19
	Text scrolling off the screen?
18
	How to compile & execute C programs under Linux (Absolute basics)
17
	Scheduling tasks using Cron - Part II
16
	Scheduling tasks using Cron - Part I
15
	Execute a task 'at' the time you want..
14
	Configuring Kppp to connect to the Internet
13
	Unwritten Rules for Discussion Forums
12
	Using Emacs - Part I
11
	Setting the PATH
08
	What to do if Linux refuses to boot after a power failure?
07
	X Font Server Error ?
06
	Getting LILO to boot Windows (by default)
04
	Windows COM Ports equivalent in Linux
03
	Access Windows partitions from Linux
02
	Setup of Ensonic Sound Card (PCI Sound card)
01
	Configure PPP for dialup for a single machine</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/linux">linux</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/unix">unix</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/cron">cron</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=469585">Copy</a> | 
<a href="http://blogmarks.net/link/376337">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/blogmark2go/mark/381924">
<title>Mozilla Update :: Extensions - List - All Extensions - Page 1</title>
<link>https://addons.mozilla.org/extensions/showlist.php?application=firefox&amp;category=All</link>
<description>Ever been annoyed by all those ads and banners on the internet that often take longer to download than everything else on the page? Install Adblock Plus now and get rid of them. Right-click on a banner and choose &quot;Adblock&quot; from the context menu - the banner won't be downloaded again. Or open Adblock Plus sidebar to see all elements of the page and block the banners. You can use filters with wildcards or even regular expressions to block complete banner factories</description>
<dc:date>2006-02-24T01:57:53Z</dc:date>
<dc:author>blogmark2go</dc:author>
<dc:subject></dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="https://addons.mozilla.org/extensions/showlist.php?application=firefox&amp;category=All"><img border="0" src="http://www.blogmarks.net/screenshots/2006/02/24/00970a67be1f80785343765ca8652e8a.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="https://addons.mozilla.org/extensions/showlist.php?application=firefox&amp;category=All">Mozilla Update :: Extensions - List - All Extensions - Page 1</a></h4>
 
by <a href="http://blogmarks.net/user/blogmark2go">blogmark2go</a> 
<p class="description">Ever been annoyed by all those ads and banners on the internet that often take longer to download than everything else on the page? Install Adblock Plus now and get rid of them. Right-click on a banner and choose "Adblock" from the context menu - the banner won't be downloaded again. Or open Adblock Plus sidebar to see all elements of the page and block the banners. You can use filters with wildcards or even regular expressions to block complete banner factories</p>
<p class="tags">
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=381924">Copy</a> | 
<a href="http://blogmarks.net/link/575614">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/FreakinCapuccinoJunkie/mark/290220">
<title>SiteFinder on DNS Wildcards (pdf)</title>
<link>http://sitefinder.verisign.com/pdf/sitefinderdevguide.pdf</link>
<description></description>
<dc:date>2006-01-05T15:54:31Z</dc:date>
<dc:author>FreakinCapuccinoJunkie</dc:author>
<dc:subject>web, dev</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://sitefinder.verisign.com/pdf/sitefinderdevguide.pdf"><img border="0" src="http://www.blogmarks.net/screenshots/2006/01/05/6d58e1d17c0aa14b6ca0d10afa5602e4.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://sitefinder.verisign.com/pdf/sitefinderdevguide.pdf">SiteFinder on DNS Wildcards (pdf)</a></h4>
 
by <a href="http://blogmarks.net/user/FreakinCapuccinoJunkie">FreakinCapuccinoJunkie</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/web">web</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/dev">dev</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=290220">Copy</a> | 
<a href="http://blogmarks.net/link/441498">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/FreakinCapuccinoJunkie/mark/290214">
<title>IAB on DNS Wildcards</title>
<link>http://www.iab.org/documents/docs/2003-09-20-dns-wildcards.html</link>
<description></description>
<dc:date>2006-01-05T15:54:26Z</dc:date>
<dc:author>FreakinCapuccinoJunkie</dc:author>
<dc:subject>web, dev</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.iab.org/documents/docs/2003-09-20-dns-wildcards.html"><img border="0" src="http://www.blogmarks.net/screenshots/2006/01/05/8e34bf4aacaf06f9f33c2ac6e58c73f0.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.iab.org/documents/docs/2003-09-20-dns-wildcards.html">IAB on DNS Wildcards</a></h4>
 
by <a href="http://blogmarks.net/user/FreakinCapuccinoJunkie">FreakinCapuccinoJunkie</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/web">web</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/dev">dev</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=290214">Copy</a> | 
<a href="http://blogmarks.net/link/441486">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/sunny/mark/978063">
<title>OneLook Dictionary Search</title>
<link>http://www.onelook.com/</link>
<description>Dictionnaire anglais avec wildcards</description>
<dc:date>2005-05-19T07:19:33Z</dc:date>
<dc:author>sunny</dc:author>
<dc:subject>dictionary, reference, language, english, search</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.onelook.com/"><img border="0" src="http://blogmarks.net/screenshots/2007/09/01/2587ffb2fcd659f5b829471833a3f06a.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.onelook.com/">OneLook Dictionary Search</a></h4>
 
by <a href="http://blogmarks.net/user/sunny">sunny</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/30064">33 other(s)</a> 
<p class="description">Dictionnaire anglais avec wildcards</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/dictionary">dictionary</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/reference">reference</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/language">language</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/english">english</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/search">search</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=978063">Copy</a> | 
<a href="http://blogmarks.net/link/30064">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> </rdf:RDF>