nDzynes Web Development and Design

Blog

Welcome to Version 3

January 4th, 2010

I am pleased to finally release the newest version of nDzynes at the beginning of this first week of 2010. It still has some minor kinks, and there are still some features I plan on adding, but I was too excited to wait any longer. Most of the kinks will be seen if you’re using IE 6 (go figure) but those issues will be resolved shortly.

I have continued and expanded upon some design factors from the previous version – things like having a dark background, light effects, color-unique pages, etc. If you want to see the previous design, I have made the old site visible at http://v2.ndzynes.com

Probably the single biggest change is the logo. As my design skills, abilities, and understanding have progressed and grown much since I created the previous logo, I decided it was time to rebrand – something that wouldn’t be too difficult considering nDzynes is still a young growing business.

In 2009, the site had over 14,000 visitors, with the majority of that traffic going to my tutorial on how to make a featured content slider for your site – I was pleasantly surprised by all the positive response. Definitely a good year, but I plan on getting much more traffic in this new year, along with giving you more.

I would love to hear your feedback about the new design, so when you have a moment please head over to my contact page and share your thoughts.

Here’s to another great year!

~ Nathan Parikh

Site Refresh On the Way

June 30th, 2009

Well, it has been a while! Yes, I am still alive and ndzynes has been growing quite nicely. Just want to give you an update of what’s coming up.
First, the redesign – once I’m able to catch my breath, the whole site will be getting a facelift. A much more professional and artistic design will be implemented along with some cool little features that will ADD to the site, not overpower it.
Once that is complete, I will also be refreshing Ambient Glo and Midnite to make them WP 2.8 compatible. Who knows, maybe I’ll even throw in a new theme?
Stay tuned…

Celebrating Freedom

July 4th, 2008

I don’t have anything too special to write today. Hoping everyone has a great 4th of July. Take time to thank God for your freedom and celebrate America. Found this cool picture on Flickr and thought I’d share it here. Thanks auer1816 for the great photo.

Make a Featured Content Slider for Your Site

June 20th, 2008

Featured ContentIf you surf the web for any length of time, you’ll eventually notice that a very popular and very useful tool that many websites use is a featured content slider. This is useful in a variety of ways. Churches like to use it to attractively display their upcoming events, businesses like to use it to showcase their latest products, bloggers can highlight their latest or most popular posts, and artists can showcase their latest work. There are just a lot of useful applications for this. Two “real-world” examples I quickly found were Gateway’s website and AMD’s website.

Can’t wait? Here’s a preview of what we’ll be making.

This tutorial is thorough, so it might seem long at first, but once you get it, you’ll see how easy it is. Don’t be scared of the code either, it’s mostly copy and paste.

For this example, we’ll be using the popular JW Image Rotator which uses Flash. The player comes with built in controls, but they don’t look very good and if you have the controls turned on, then you also have to have the caption beneath the image…just not the best aesthetically.

Once you download the player, you’ll have to embed it in your page with some code. The easiest way to do this is to use the Setup Wizard. Make sure that you have the value “shownavigation” (found under Control Bar Appearance in the Setup Wizard) set to False. Under “External Communication”, set “enablejs” to True. Also, make sure that you use the swfobject code, not the embed code! Just click “get the swfobject code” at the bottom of the Setup Wizard Page.

Here’s a quick example of what your code should look like:

<script src="http://www.jeroenwijering.com/embed/swfobject.js" type="text/javascript"><!--mce:0--></script>
 
<div id="player">This text will be replaced</div>
 
 
<script type="text/javascript"><!--mce:1--></script>

Now that you have your slideshow finished, it’s time to give it some controls for your visitors.
First, copy this code into your header before the ending head tag:

<script type="text/javascript"><!--mce:2--></script>

Next, we have to set up the HTML for the controls. Copy and paste this code beneath the code you used to embed your image rotator:

<div id="flash_nav">
 
<ul>
 
	<li><a href="javascript:sendEvent('mpl','playitem','0');">1</a></li>
 
 
	<li><a href="javascript:sendEvent('mpl','playitem','1');">2</a></li>
 
 
	<li><a href="javascript:sendEvent('mpl','playitem','2');">3</a></li>
 
</ul>
</div>

Here’s what some of that code means:
‘mpl’ is the ID of the flash player which MUST match the ID of the embed code (line 6 in the first example). You can change this to anything you want, just remember to change the ID in both the Image Rotator code AND in the navigation code.
In my example I had 3 links. However, you can have as many as your playlist has. Just update the numbers accordingly.

With some CSS styling you can get your featured content slider looking just the way you want.

My final result
Download my example: Featured Content Slider Demo (4668)

This is not the only way to create this feature on your website, but I hope this method will be a help to you!

Get Firefox 3…Set a Record

June 17th, 2008

Download Day 2008
In case you haven’t heard, Firefox 3 is being released today. First of all, if you are still using Internet Explorer, stop! Firefox is safer, faster, and much more flexible. There are PLENTY of other reasons why Firefox is better than IE, but that’s not the point of this post. Because today is the release date for Firefox 3, the folks over at spreadfirefox.com are trying to set a Guinness World Record for the most downloads in 24 hours. Set a record, get a  better browser. Downloads begin at 1:00 P.M. EST.

Happy surfing!

Edit: I’ve been using Firefox 3 for a couple days now, and I must say I really like it! It also looks like Firefox made some kind of record with over 8 million downloads!