orange shinning abstract vector

this is free vector created in adobe illustrator you can use it in your work.
Type File: Adobe Illustrator CS3

Realistic Eye Vector

Description:

Beautiful eye vector. Close-up of a colourful eye of a woman. Green and blue eye colour, grey face.

Adding iFrame in Joomla Articles

Using Joomla 1.6, I was trying to add iframe code into my article and was having problems the other day.   I was able to do this perfectly in Joomla 1.5 and now Joomla 1.6 is stripping the code.   Why can’t I add my embedded <HTML> or google Adsense code to my articles anymore??!  Should I throw out my editor?  I was getting extremely frustrated.  After a day of monkeying around with the options, I finally found out where to make changes in the Joomla 1.6 administrator backend to enable embedded codes or iframe in my articles.

With Joomla 1.6, you can control text and links that users use to enter articles into your website.  With your different ACL’s now, you can restrict some users from being able to enter in any HTML tags and thereby managing the type of content users can submit to your website.  You can be as strict or as liberal as you require to suit your site needs. The text filtering is optional and the default settings provide good protection against any HTML markup commonly associated with Web site attacks.

Here are steps on how you can modify the settings for your “Super Users” account to have access to add iFrame code into articles:

PHPLD Approve all pending links Once

I was just playing around with PHPLD (PHP Link Directory Script) recently and the most annoying feature in that great script is the lack of a “APPROVE-ALL” button. While, I can understand that such a feature has not been given by default in order to curtail “spam” as lazy people like me would just approve all links without having to look through each one of them.

That would mean more number of Viagra,Pharmacy,Arms, Porn sort of stuff getting listed in directories by the owner who are too lazy manually approve them.

So, here is a nifty piece of code, that you need to put in your “admin” directory and just run this file from you browser. It will automatically “Approve” all pending links.

NOTE: You should keep in mind that this is to be used only after you have manually seen that there are no spam links, otherwise, this code can mean reduction of quality of your directories.

Free Joomla 1.7 Template: LightBreeze

LightBreeze is an easy accessible and minimalistic Joomla! template. It’s ideal for businesses or organisations looking to build a website.

Requirement: Joomla! 1.6/1.7+

Quickly build a jQuery dropdown menu

jQuery

1
2
3
4
5
6
7
8
9
10
11
$(document).ready(function(){

$(‘#navigation li’).hover( function()
{
$(this).children(‘ul’).not(‘:animated’).slideDown(‘#navigation li ul’);
}, function()
{
$(this).children(‘ul’).slideUp(‘#navigation li ul’);
});

});

HTML

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<ul id=”navigation”>
<li><a href=”#”>Home</a></li>
<li><a href=”#”>About</a>

<ul>
<li><a href=”#”>About us</a></li>
<li><a href=”#”>More info about</a></li>
<li><a href=”#”>Even more info</a></li>
</ul>

</li>
<li><a href=”#”>Services</a></li>
<li><a href=”#”>Contact</a></li>

</ul>

CSS

1
2
3
4
5
6
7
#navigation {position: relative;float: left;display: inline;}
#navigation li {position: relative;float: left;display: inline;}
#navigation li a {float: left;display: inline;text-decoration: none;color: blue;padding: 4px 10px 4px 10px;}

#navigation li ul {position: absolute;top: 26px;left: 0px;margin: 0;padding: 0;background: #cccccc;display: none;width: 180px;}
#navigation li ul li {float: left;width: 100%;margin: 0;padding: 0;border-bottom: 1px dotted #959595;   }
#navigation li ul li  a {float: left;width: 100%}

Enjoy!

How to block spamm comments in WordPress

1. Activate Akismet
2. Add this in the .htaccess file.

1
2
3
4
5
6
RewriteEngine On
RewriteCond %{REQUEST_METHOD} POST
RewriteCond %{REQUEST_URI} .wp-comments-post\.php*
RewriteCond %{HTTP_REFERER} !.*yourblog.com.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^$
RewriteRule (.*) ^http://%{REMOTE_ADDR}/$ [R=301,L]

Replace yourblog.com with your blog address.
It block all comments from direct access to wp-comments-post.php.

Page Loading Script

If you want a page to fully load before being viewed, here’s a cool way to do it

While a page is loading, a popup window can display a message such as “Page Loading – Please Wait … “  The window can be sized to whatever you want, but if it’s configured to full size it will cover the screen, preventing any premature clicks on links while your page is still loading.
Place this code in the first few lines of the Head section so it will
execute first.

Free PHP AJAX Chat Script

A free PHP AJAX chat script which allow users to have public and private chat on their web browsers. include font and colors setting, smilies, text style, and control chat speed. installer pack included.

Free Php AJAX Chat script for any webmaster who would like to have a chat on it website.

Flickr Album for Joomla

Joomla module to display Flickr.com images on your site.

Micro Flickr Album for Joomla is a small module which displays Flickr.com images on your site. You can select any tags, categories to get images from. Besides this you can easy change the number of images and the look and feel via CSS.

Download:

Download Micro Flickr Album for Joomla

free web directory Web Directories
Submit your website to 20 Search Engines - FREE with ineedhits!