Archive for the ‘wordpress’ Category
Wildcard DNS – subdomain profile
A wildcard DNS record is a record in a DNS zone that will match requests for non-existent domain names. A wildcard DNS record is specified by “*” as the left most label of a domain name, e.g. *.example.com.
DNS zone Entry
| example.com. 86400 | IN | SOA | example.com. hostmaster.example.com. |
| IN | NS | ns1.example.com. | |
| IN | NS | ns2.example.com. | |
| IN | MX | 10 mail.example.com. | |
| IN | A | 192.168.1.1 | |
| A | 192.168.1.1 | ||
| ns1 | A | 192.168.1.1 | |
| ns2 | A | 10.0.0.2 | |
| *.example.com. | A | 192.168.1.1 |
.htaccess file:
<IfModule mod_rewrite.c>
RewriteCond %{HTTP_HOST} !^www\.example\.com
RewriteCond %{HTTP_HOST} ([^.]+)\.example\.com
RewriteRule ^$ profile.php?uid=%1
</IfModule>
Now if you want sandeepverma.example.com it will redirect to profile.php with uid=sandeepverma
WordPress Plugins
http://www.bestwpthemes.com/
http://blog.lunarpages.com/2008/12/09/10-best-photo-and-image-wordpress-plugins/
http://cool-javascripts.com/galleries/10-jquery-plugins-for-showing-image-gallery.html
http://www.dhtmlgoodies.com/scripts/image-slideshow-vertical/image-slideshow-vertical.html
http://particletree.com/examples/lightbox/
http://www.1stwebdesigner.com/resources/57-free-image-gallery-slideshow-and-lightbox-solutions/
http://www.ajaxline.com/
http://devkick.com/lab/galleria/demo_01.htm#img/flowing-rock.jpg
http://spaceforaname.com/galleryview
http://www.spaceforaname.com/jquery/galleryview/gallery-customized.html
http://www.mytestbox.com/tips-tricks/8-wordpress-blog-photo-image-gallery-plugins-widgets/
http://blueprintds.com/2009/01/20/top-14-jquery-photo-slideshow-gallery-plugins/
http://wordpress.org/extend/plugins/made-by-simple-slideshow/screenshots/
http://slideshow.hohli.com/
http://www.featuredcontentgallery.com/
http://wordpress.org/extend/plugins/tags/slideshow/page/3
http://skyje.com/2009/05/120-wordpress-plugins-for-images/
Blog
http://blog.paranoidferret.com/
# Adobe AIR
# All Tutorials
# AutoHotkey
# Away3D
# Blender
# Blog News
# Book Reviews
# C#
# C++
# CSS
# Drupal
# Flex
# Google Chrome
# Interviews
# Javascript
# LINQ
# MySQL
# Neat Websites
# Photoshop
# PHP
# Rants
# Review
# Silverlight
# Snippet Tutorials
# Tech News
# Visual Studio
# WordPress
# WPF
# XAML
# XNA
# Zunehttp://www.bennadel.com/blog
Leave a Comment
Leave a Comment
Leave a Comment