New Client: Exclusively Quinceaneras

MK Web Design would like to welcome the Exclusively Quinceaneras to our client list. We provided the following services:

Click on the site picture below to view a snapshot of the site and the technologies used for the site.

Exclusively Quinceaneras

Posted in New Website Tagged ,

New Client: Lake Park Estates Home Owners Association

MK Web Design would like to welcome the Lake Park Estates Home Owners Association to our client list. We provided the following services:

Click on the site picture below to view a snapshot of the site and the technologies used for the site.

Lake Park Home Owners Association

Posted in New Website, Web Design Tagged ,

5 Free Backgrounds, Back Drops, and Wallpapers

Here are five free backgrounds which can be used for Wallpaper for your computer, for Photo Backgrounds or Backdrops, or any other creative ideas you may have. All backgrounds posted on this site are created by MK Web Design, free to use, royalty free, freely distributed under the GNU General Public License. Click on the thumbnail to view, right click to Save As image. All images are 1280 X 1024 pixels. background27 background28 background29 background30 background31

Posted in Free Backgrounds, Wallpapers Backgrounds Tagged , ,

Free Javascript Random Text Generator

This is a simple piece of Free Javascript which will place Random Text where you want it in your webpage. Simply put the Code where you want your text to display, replacing the Your Text with the text you want to use.

Code:
<script type=”text/javascript”>
var text=new Array()
text[0]=’Your Text 1′;
text[1]=’Your Text 2′;
text[2]=’Your Text 3′;
text[3]=’Your Text 4′;
text[4]=’Your Text 5′;
text[5]=’Your Text 6′;
text[6]=’Your Text 7′;
text[7]=’Your Text 8′;
text[8]=’Your Text 9′;
text[9]=’Your Text 10′;
var xy=Math.floor(Math.random()*text.length);
document.write(text[xy]);
</script>

Example:

Posted in Free Javascript, Javascript Tagged , ,

Free Javascript Title Bar Scroller

This is a simple piece of Free Javascript which will make the Title of your webpage in the Title Bar Scroll the site’s title. You can use this to display long Titles. Place the following code between the <head> and </head> section.

Code:
<script type=”text/javascript”>
var repeat=0 // Change this to 1 to run indefinitely, 0 Scrolls one
var title=document.title
var leng=title.length
var start=1
function titlemove() {
titl=title.substring(start, leng) + title.substring(0, start)
document.title=titl
start++
if (start==leng+1) {
start=0
if (repeat==0)
return
}
setTimeout(“titlemove()”,150) // Adjust this number to adjust the speed of the scroller (Higher is slower, Lower is Faster)
}
if (document.title)
titlemove()
</script>

Examples:

Click Here (New Window)

Posted in Free Javascript, Javascript Tagged , , ,

The Advantage of Using a Small Web Design Business

Small business has a primary advantage over larger companies, every single customer is vital to success. The reason many customers chose small businesses is special treatment. Small business creates confidence, or trust, which increases Customer Service satisfaction. Questions are answered promptly and thoroughly, and small businesses will not stop till the customer is fully satisfied. The customer needs to know when an issue arises, it will be rectified.

Large bulky companies will many times tell the customer it’s their fault and will not offer any type of resolution. This will not happen with Small Business. Large companies create this poor customer service as a result of the lack of serious competition that the small business does not enjoy.

MK Web Design realizes reliable customer service can be achieved very easily. We provide easy contact information, social media contacts, phone numbers, and monitor these including email, with a very fast response times. We understand the lack of a response is a reason for a customer to look elsewhere.

Posted in Web Design Tagged , ,

Donated Site: Lights of Lake Park Estates

MK Web Design would like to welcome The Lights of Lake Park Estates to our family. The Lights of Lake Park Estates is a Non-Profit Free Website donated by MK Web Design with the following features:

Click on the site picture below to view a snapshot of the site and the technologies used for the site.

The Lights of Lake Park Estates

Posted in New Website, Web Design Tagged ,

5 Free Backgrounds, Back Drops, and Wallpapers

Here are four free backgrounds which can be used for Wallpaper for your computer, for Photo Backgrounds or Backdrops, or any other creative ideas you may have. All backgrounds posted on this site are created by MK Web Design, free to use, royalty free, freely distributed under the GNU General Public License. Click on the thumbnail to view, right click to Save As image. All images are 1280 X 1024 pixels. background21 [SinglePic not found] background23 background24 background25

Posted in Free Backgrounds, Wallpapers Backgrounds Tagged , ,