<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>ADM Blog &#187; email</title> <atom:link href="http://blog.another-d-mention.ro/tag/email/feed/" rel="self" type="application/rss+xml" /><link>http://blog.another-d-mention.ro</link> <description>No matter how you see things, reality changes when you reach understanding</description> <lastBuildDate>Fri, 22 Jul 2011 06:56:49 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.1</generator> <item><title>Cheeky little tips that will help against email harvesting</title><link>http://blog.another-d-mention.ro/programming/cheeky-little-tips-that-will-help-against-email-harvesting/</link> <comments>http://blog.another-d-mention.ro/programming/cheeky-little-tips-that-will-help-against-email-harvesting/#comments</comments> <pubDate>Mon, 27 Jul 2009 11:52:01 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[CSS]]></category> <category><![CDATA[Programming]]></category> <category><![CDATA[email]]></category> <category><![CDATA[spam]]></category> <guid
isPermaLink="false">http://blog.another-d-mention.ro/?p=534</guid> <description><![CDATA[Prevent email address harvesting, image downloading, and image theft by using CSS Pseudo Elements in conjunction with the Content property. This is a pure HTML/CSS solution to the problems of email harvesting and image theft with one common method. There is a little known feature of CSS called Pseudo Elements that allows for some special [...]
Related posts:<ol><li><a
href='http://blog.another-d-mention.ro/misc/xobni-makes-life-easier-really-it-does/' rel='bookmark' title='Permanent Link: Xobni Makes Life Easier. Really. It Does.'>Xobni Makes Life Easier. Really. It Does.</a></li><li><a
href='http://blog.another-d-mention.ro/programming/cross-browser-inline-block/' rel='bookmark' title='Permanent Link: Cross browser inline-block'>Cross browser inline-block</a></li><li><a
href='http://blog.another-d-mention.ro/programming/css/how-to-get-cross-browser-compatibility-every-time/' rel='bookmark' title='Permanent Link: How To &#8211; get Cross Browser Compatibility Every Time'>How To &#8211; get Cross Browser Compatibility Every Time</a></li></ol>]]></description> <content:encoded><![CDATA[<p>Prevent email address harvesting, image downloading, and image theft by using CSS Pseudo Elements in conjunction with the Content property. This is a pure HTML/CSS solution to the problems of email harvesting and image theft with one common method.</p><p>There is a little known feature of CSS called Pseudo Elements that allows for some special effects to be applied to elements. Using pseudo elements it is possible to add content before or after an element.</p><div
class="wp_syntax"><table><tr><td
class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
</pre></td><td
class="code"><pre class="html" style="font-family:monospace;">&lt;style type=&quot;text/css&quot;&gt;
	.demodiv{
    	     display:inherit;
	}
	.demodiv:before{
		content:&quot;myemail@example.com&quot;;
	}
&lt;/style&gt;
&nbsp;
&lt;div class=&quot;demodiv&quot;&gt;&amp;nbsp;&lt;/div&gt;</pre></td></tr></table></div><p>This will output: <strong>myemail@example.com</strong><br
/> You can also use as content <em>url('someimage.jpg');</em> to display images this way. A bit more detailed at <a
href="http://amatoc.com/content/show.php?id=21">amatoc.com</a></p><p>Another way to mask emails with css power:</p><div
class="wp_syntax"><table><tr><td
class="line_numbers"><pre>1
2
3
4
5
6
</pre></td><td
class="code"><pre class="html" style="font-family:monospace;">&lt;style type=&quot;text/css&quot;&gt;
span.test {
     direction: rtl; unicode-bidi:bidi-override;
}
&lt;/style&gt;
&lt;span class=&quot;test&quot;&gt;moc.tset@tset&lt;/span&gt;</pre></td></tr></table></div><p>The CSS reverses the direction of the text, so you write your email backwards, the CSS sorts it out so it displays fine on your website, but this way, ’spam bots’ can’t read your email!</p><p>Related posts:<ol><li><a
href='http://blog.another-d-mention.ro/misc/xobni-makes-life-easier-really-it-does/' rel='bookmark' title='Permanent Link: Xobni Makes Life Easier. Really. It Does.'>Xobni Makes Life Easier. Really. It Does.</a></li><li><a
href='http://blog.another-d-mention.ro/programming/cross-browser-inline-block/' rel='bookmark' title='Permanent Link: Cross browser inline-block'>Cross browser inline-block</a></li><li><a
href='http://blog.another-d-mention.ro/programming/css/how-to-get-cross-browser-compatibility-every-time/' rel='bookmark' title='Permanent Link: How To &#8211; get Cross Browser Compatibility Every Time'>How To &#8211; get Cross Browser Compatibility Every Time</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://blog.another-d-mention.ro/programming/cheeky-little-tips-that-will-help-against-email-harvesting/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Xobni Makes Life Easier. Really. It Does.</title><link>http://blog.another-d-mention.ro/misc/xobni-makes-life-easier-really-it-does/</link> <comments>http://blog.another-d-mention.ro/misc/xobni-makes-life-easier-really-it-does/#comments</comments> <pubDate>Thu, 12 Mar 2009 08:01:25 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Misc]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[analytics]]></category> <category><![CDATA[download]]></category> <category><![CDATA[email]]></category> <category><![CDATA[Internet]]></category> <category><![CDATA[outlook]]></category> <category><![CDATA[xobni]]></category> <guid
isPermaLink="false">http://blog.another-d-mention.ro/?p=227</guid> <description><![CDATA[Xobni is a new plugin for Outlook 2007 users and it kicks your email capabilities ass. Email search. Way faster than the current Outlook07 search. When I started typing in the first two or three letters in Xobni it immediately began pulling up emails with those letters used. It has been a time saver because [...]
Related posts:<ol><li><a
href='http://blog.another-d-mention.ro/programming/cheeky-little-tips-that-will-help-against-email-harvesting/' rel='bookmark' title='Permanent Link: Cheeky little tips that will help against email harvesting'>Cheeky little tips that will help against email harvesting</a></li><li><a
href='http://blog.another-d-mention.ro/misc/view-hidden-files-with-a-keyboard-shortcut/' rel='bookmark' title='Permanent Link: View hidden files with a keyboard shortcut'>View hidden files with a keyboard shortcut</a></li><li><a
href='http://blog.another-d-mention.ro/misc/visual-versioning-for-designers/' rel='bookmark' title='Permanent Link: Visual versioning for designers'>Visual versioning for designers</a></li></ol>]]></description> <content:encoded><![CDATA[<p><a
href="http://blog.another-d-mention.ro/wp-content/uploads/2009/03/xobni_sc.jpg"><img
class="alignleft size-full wp-image-228" style="border: 1px solid black; margin: 10px 10px 10px 0px; padding: 10px;" title="xobni_sc" src="http://cache.another-d-mention.ro/images/wp-content/uploads/2009/03/xobni_sc.jpg" alt="xobni sc Xobni Makes Life Easier. Really. It Does." width="252" height="356" /></a><a
href="http://www.xobni.com/" target="_blank">Xobni</a> is a new plugin for Outlook 2007 users and it kicks your email capabilities ass.</p><p><strong>Email search</strong>. Way faster than the current Outlook07 search. When I started typing in the first two or three letters in Xobni it immediately began pulling up emails with those letters used. It has been a time saver because Outlook takes forever to search through 2 years of emails. With Xobni, it's pulling them up in seconds.</p><p><strong>Email Analytics</strong>. Fancy little graph showing you the frequency of email usage between you and your contact. Below the graph, it shows you the number of messages sent in and out and the contacts rank based on that number.</p><p><strong>Click-to Functions</strong>. Click on their phone number, click to schedule time with person (creates a default email and pulls your availability from your calendar!), or click to email this person.</p><p><strong>Network</strong>. Shows you all the people you and that person are associated with.</p><p><strong>Conversations</strong>. Shows you the history of correspondence between you and that person. How easy!</p><p><strong>Files Exchanged</strong>. Shows you all the files you and that person have exchanged. How convenient!</p><p><strong>Fun Facts</strong>. Share fun facts with your contacts, such as who responds the fastest to your emails.</p><p>Unlike many Outlook add-ons, Xobni seems to add its functionality without dragging down Outlook's performance, or worse, crashing it. It's useful and it doesn't get in the way. There's no reason not to try it, but be warned: it's still in beta, so just because others haven't had problems doesn't mean you'll get away scot-free.</p><p>And the <a
href="http://www.xobni.com/download">download link</a>.</p><p>Enjoy</p><p>Related posts:<ol><li><a
href='http://blog.another-d-mention.ro/programming/cheeky-little-tips-that-will-help-against-email-harvesting/' rel='bookmark' title='Permanent Link: Cheeky little tips that will help against email harvesting'>Cheeky little tips that will help against email harvesting</a></li><li><a
href='http://blog.another-d-mention.ro/misc/view-hidden-files-with-a-keyboard-shortcut/' rel='bookmark' title='Permanent Link: View hidden files with a keyboard shortcut'>View hidden files with a keyboard shortcut</a></li><li><a
href='http://blog.another-d-mention.ro/misc/visual-versioning-for-designers/' rel='bookmark' title='Permanent Link: Visual versioning for designers'>Visual versioning for designers</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://blog.another-d-mention.ro/misc/xobni-makes-life-easier-really-it-does/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
