Share on Facebook

Friday, September 4, 2009

Find Us on Facebook link


You've got a Facebook page for your company, but now you want to put a link to your Facebook page on your company website.

Not sure how to do it? Give me a call - it's simple and inexpensive to add.

Contact Me Today!

Labels:

Friday, August 28, 2009

Facebook Widgets

Facebook now allows you to embed several different types of widgets onto your blog or website:

1. Profile Badge

2. Photo Badge

3. Fan Box

4. Live Stream Box

5. Page badge

Link: http://www.facebook.com/facebook-widgets/

If you need help setting these up on your blog or website, please let me know.

Labels:

Wednesday, August 26, 2009

Ajax in 10 minutes



I recommend the following book on getting started with Ajax:

Ajax in 10 Minutes
Sams Teach Yourself
Phil Ballard

http://www.amazon.com/Sams-Teach-Yourself-AJAX-Minutes/dp/0672328682

My only complaint is that the first half of the book does a brief overview of Javascript, HTML, CSS and PHP. I already know all of that stuff so I didn't really need the refresher chapters but overall the sections on Ajax were very thorough. It had some good explanations and easy to follow examples that I coded for myself just to make it sink into my brain.

Labels: ,

Impulse embeds YouTube code on Aussie Island


I recently setup a simple PHP script that allows the site admin to copy and paste embded code from YouTube into a MySQL database.

The code is pasted into a simple HTML textarea field and the user hits an 'Upload' button. The code is then inserted into the database using a simple MySQL UPDATE query.

Once the query runs, a simple return message is displayed saying 'Upload Successful!'.

Check it out: http://www.aussieisland.com/

Labels: , ,

Friday, August 21, 2009

Need help setting up Facebook or Twitter?

Impulse is now offering a new service in reference to social media networking. You've heard of them - Faceook, Twitter, MySpace, etc. We can coach you on how to set up your own account and create a personal profile. We can also provide tips and clues on how to optimize these accounts to increase your presence on the web.

Link: http://www.impulsewebdesigns.com/social+networking+media.php

Labels: , ,

Thursday, June 11, 2009

PHP Variables

I am going to start a new series on PHP programming 101. Check back often for new tutorials, ideas, facts and featured functions. If you have any suggestions or questions about anything PHP related don't hesitate to leave a comment.

The concept of a variable is used to store information that can be used later on. PHP variables are very easy to setup and define; here is the syntax:

$nameOfVariable = Value;

where Value can be any string.

Examples:

$var = 'Hello World';
$data = '12345';
$myString = 'xyz';


To print a variable out to the webpage, just use the 'echo' statement:

echo $var;


According to www.tizag.com, here are some important tips on variable naming conventions:

There are a few rules that you need to follow when choosing a name for your PHP variables.

PHP variables must start with a letter or underscore "_".
PHP variables may only be comprised of alpha-numeric characters and underscores. a-z, A-Z, 0-9, or _ .
Variables with more than one word should be separated with underscores. $my_variable
Variables with more than one word can also be distinguished with capitalization. $myVariable

Labels:

Friday, May 22, 2009

Website design in a rough economy

To be successful in today's business and advertise your services and products, a website is number 1. Print ads are struggling because the web has become the number one source for consumers to search for the information they need.

Establish your web presence today! We have website solutions for tight budgets. Call or email today for more information.
About Us | Sitemap | Common Terms

Web design for Wilmington NC and surrounding areas - Impulse Web Solutions, Inc.

Wilmington, NC 28405 :: 910.538.6731

Based on valid XHTML 1.0 and CSS 2.0 code