<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Professional Web Design &#38; Development in Hamilton, Ontario, Canada</title>
	<atom:link href="http://www.mancini-media.ca/feed" rel="self" type="application/rss+xml" />
	<link>http://www.mancini-media.ca</link>
	<description>@ManciniMedia on Twitter</description>
	<lastBuildDate>Wed, 14 Nov 2012 17:06:07 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.2.2</generator>
	<item>
		<title>Mixed Company Theatre Poster</title>
		<link>http://www.mancini-media.ca/graphic-design/mixed-company-theatre-poster</link>
		<comments>http://www.mancini-media.ca/graphic-design/mixed-company-theatre-poster#comments</comments>
		<pubDate>Wed, 14 Nov 2012 14:13:38 +0000</pubDate>
		<dc:creator><![CDATA[Hammer Bro]]></dc:creator>
				<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[Cyber Bullying]]></category>
		<category><![CDATA[Forum Theatre]]></category>
		<category><![CDATA[SHOWDOWN]]></category>

		<guid isPermaLink="false">http://www.mancini-media.ca/?p=244</guid>
		<description><![CDATA[Recently I was contacted by a good buddy of mine to do some poster art for an upcoming event in November. It focuses on Cyber Bullying and the harsh effects it has on today&#8217;s teens. Here&#8217;s the link to the event if you&#8217;d like to go!  http://mixedcompanytheatre.eventbrite.ca/ It&#8217;ll be a great show. I&#8217;ve personally had...<a class="excerpt-read-more" href="http://www.mancini-media.ca/graphic-design/mixed-company-theatre-poster" title="Read Mixed Company Theatre Poster">read more</a>]]></description>
				<content:encoded><![CDATA[<img class="aligncenter size-Full Post wp-image-245" title="small_mctPoster" src="http://www.mancini-media.ca/wp-content/uploads/2012/11/small_mctPoster-650x841.jpg" alt="" width="650" height="841" />
<p>Recently I was contacted by a good buddy of mine to do some poster art for an upcoming event in November. It focuses on Cyber Bullying and the harsh effects it has on today&#8217;s teens.</p>
<p>Here&#8217;s the link to the event if you&#8217;d like to go!  <a title="Showdown 2.0" href="http://mixedcompanytheatre.eventbrite.ca/" target="_blank">http://mixedcompanytheatre.eventbrite.ca/</a></p>
<p>It&#8217;ll be a great show. I&#8217;ve personally had the opportunity to see one of these shows live, and I was blown away. Great actors, awesome audience interaction, with a fun and upbeat vibe.</p>
<p>Here&#8217;s an excerpt from some of the marketing material that outlines what SHOWDOWN 2.0 is exactly.</p>
<p><em><strong>SHOWDOWN 2.0</strong> is an interactive, Forum Theatre performance that tackles the issue of bullying in a hyper-connected, ever-changing technological landscape. Developed in consultation with High school students, SHOWDOWN 2.0 is a hard-hitting and realistic portrayal of bullying, exploring how technology is influencing the actions and outcomes of violence and harassment.</em></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mancini-media.ca/graphic-design/mixed-company-theatre-poster/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bulk Select Method (for selecting mulitple checkboxes in a list and saving them in a session)</title>
		<link>http://www.mancini-media.ca/code-post/bulk-select-checkbox</link>
		<comments>http://www.mancini-media.ca/code-post/bulk-select-checkbox#comments</comments>
		<pubDate>Thu, 01 Nov 2012 18:33:50 +0000</pubDate>
		<dc:creator><![CDATA[Hammer Bro]]></dc:creator>
				<category><![CDATA[Code Post]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.mancini-media.ca/?p=223</guid>
		<description><![CDATA[I&#8217;m using this method to setup an array for use with multiple lists.  Generally when you have multiple lists of data over a bunch of pages that require editing, it becomes a pain in the ass to work with rows, one at a time.  With this method, you&#8217;ll be able to check off multiple html checkboxes and...<a class="excerpt-read-more" href="http://www.mancini-media.ca/code-post/bulk-select-checkbox" title="Read Bulk Select Method (for selecting mulitple checkboxes in a list and saving them in a session)">read more</a>]]></description>
				<content:encoded><![CDATA[<p>I&#8217;m using this method to setup an array for use with multiple lists.  Generally when you have multiple lists of data over a bunch of pages that require editing, it becomes a pain in the ass to work with rows, one at a time.  With this method, you&#8217;ll be able to check off multiple html checkboxes and carry out bulk actions (like, delete all these selected rows).  Now I know&#8230; why not just add a &lt;form&gt; tag at the beginning of the list and then &lt;/form&gt; at the end, and submit right?  Well, this method is fine, but what happens when you want to select rows on other pages?  Lets say you have 3 pages worth of rows, each containing 10 rows (30 total, yay math!).  Now lets say that the rows you want to edit are on page 1, 2 and 3&#8230; you would have to carry out bulk actions 3 times.  With the method I&#8217;m about to discuss, you won&#8217;t need to do this.   We&#8217;ll be saving the selected ID&#8217;s in a session allowing you to go through multiple pages (saving the checked boxes in an array).</p>
<p>First of all, we&#8217;ll need a list with checkboxes.</p>
<p><strong>list.php</strong></p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>tr <span style="color: #000000; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;row1&quot;</span><span style="color: #339933;">&gt;</span>
    <span style="color: #339933;">&lt;</span>td onclick<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;bulkSelect('leads-index.php', 'check1');&quot;</span> <span style="color: #000000; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;check1&quot;</span><span style="color: #339933;">&gt;</span>
        <span style="color: #339933;">&lt;</span>input type<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;checkbox&quot;</span> value<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;1&quot;</span> name<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;bulkAction[]&quot;</span> id<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;check1&quot;</span><span style="color: #339933;">&gt;</span>
    <span style="color: #339933;">&lt;/</span>td<span style="color: #339933;">&gt;</span>
    <span style="color: #339933;">&lt;</span>td<span style="color: #339933;">&gt;</span><span style="color: #990000;">List</span> Item <span style="color: #cc66cc;">1</span><span style="color: #339933;">&lt;/</span>td<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;/</span>tr<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>tr <span style="color: #000000; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;row2&quot;</span><span style="color: #339933;">&gt;</span>
    <span style="color: #339933;">&lt;</span>td onclick<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;bulkSelect('leads-index.php', 'check2');&quot;</span> <span style="color: #000000; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;check2&quot;</span><span style="color: #339933;">&gt;</span>
        <span style="color: #339933;">&lt;</span>input type<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;checkbox&quot;</span> value<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;2&quot;</span> name<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;bulkAction[]&quot;</span> id<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;check2&quot;</span><span style="color: #339933;">&gt;</span>
    <span style="color: #339933;">&lt;/</span>td<span style="color: #339933;">&gt;</span>
    <span style="color: #339933;">&lt;</span>td<span style="color: #339933;">&gt;</span><span style="color: #990000;">List</span> Item <span style="color: #cc66cc;">2</span><span style="color: #339933;">&lt;/</span>td<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;/</span>tr<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>tr <span style="color: #000000; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;row3&quot;</span><span style="color: #339933;">&gt;</span>
    <span style="color: #339933;">&lt;</span>td onclick<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;bulkSelect('leads-index.php', 'check3');&quot;</span> <span style="color: #000000; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;check3&quot;</span><span style="color: #339933;">&gt;</span>
        <span style="color: #339933;">&lt;</span>input type<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;checkbox&quot;</span> value<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;3&quot;</span> name<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;bulkAction[]&quot;</span> id<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;check3&quot;</span><span style="color: #339933;">&gt;</span>
    <span style="color: #339933;">&lt;/</span>td<span style="color: #339933;">&gt;</span>
    <span style="color: #339933;">&lt;</span>td<span style="color: #339933;">&gt;</span><span style="color: #990000;">List</span> Item <span style="color: #cc66cc;">3</span><span style="color: #339933;">&lt;/</span>td<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;/</span>tr<span style="color: #339933;">&gt;</span></pre></td></tr></table></div>


<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #990000;">session_start</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">//start session</span>
&nbsp;
<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #339933;">!</span><span style="color: #990000;">isset</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$_SESSION</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'bulkSelect'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
    <span style="color: #000088;">$_SESSION</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'bulkSelect'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
&nbsp;
<span style="color: #666666; font-style: italic;">/* STANDALONE FUNCTION */</span>
<span style="color: #666666; font-style: italic;">/* CREATE A LIST OF SELECTED ID'S */</span>
<span style="color: #666666; font-style: italic;">//   Use this function to create an array of ids for rows that are selected. Used for bulk actions.</span>
<span style="color: #666666; font-style: italic;">//   Sample array:</span>
<span style="color: #666666; font-style: italic;">//</span>
<span style="color: #666666; font-style: italic;">//		Array</span>
<span style="color: #666666; font-style: italic;">//		(</span>
<span style="color: #666666; font-style: italic;">//			[Email_Blaster] =&amp;gt; Array</span>
<span style="color: #666666; font-style: italic;">//				(</span>
<span style="color: #666666; font-style: italic;">//					[1] =&amp;gt; 34</span>
<span style="color: #666666; font-style: italic;">//					[3] =&amp;gt; 43</span>
<span style="color: #666666; font-style: italic;">//					[5] =&amp;gt; 45</span>
<span style="color: #666666; font-style: italic;">//				)</span>
<span style="color: #666666; font-style: italic;">//		</span>
<span style="color: #666666; font-style: italic;">//			[Leads_Manager] =&amp;gt; Array</span>
<span style="color: #666666; font-style: italic;">//				(</span>
<span style="color: #666666; font-style: italic;">//					[1] =&amp;gt; 33</span>
<span style="color: #666666; font-style: italic;">//					[2] =&amp;gt; 34</span>
<span style="color: #666666; font-style: italic;">//					[3] =&amp;gt; 45</span>
<span style="color: #666666; font-style: italic;">//				)	</span>
<span style="color: #666666; font-style: italic;">//		)</span>
&nbsp;
<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #339933;">!</span><span style="color: #990000;">function_exists</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'bulkSelect'</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">function</span> bulkSelect<span style="color: #009900;">&#40;</span><span style="color: #000088;">$array</span><span style="color: #339933;">,</span> <span style="color: #000088;">$page</span><span style="color: #339933;">,</span> <span style="color: #000088;">$child</span><span style="color: #339933;">,</span> <span style="color: #000088;">$type</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
&nbsp;
		<span style="color: #666666; font-style: italic;">//Add to the array</span>
		<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$type</span> <span style="color: #339933;">==</span> <span style="color: #0000ff;">&quot;add&quot;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
&nbsp;
			<span style="color: #666666; font-style: italic;">//Check to see if the keyname exists, and if not, create it</span>
			<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #990000;">array_key_exists</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$page</span><span style="color: #339933;">,</span> <span style="color: #000088;">$array</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">==</span> <span style="color: #009900; font-weight: bold;">false</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
&nbsp;
				<span style="color: #666666; font-style: italic;">//The key does not exist, create it and add a child id</span>
				<span style="color: #000088;">$array</span><span style="color: #009900;">&#91;</span><span style="color: #000088;">$page</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$child</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>				
&nbsp;
			<span style="color: #009900;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #009900;">&#123;</span>
&nbsp;
				<span style="color: #666666; font-style: italic;">//The key does exist, check for an id</span>
				<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #990000;">in_array</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$child</span><span style="color: #339933;">,</span> <span style="color: #000088;">$array</span><span style="color: #009900;">&#91;</span><span style="color: #000088;">$page</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">==</span> <span style="color: #009900; font-weight: bold;">false</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
&nbsp;
					<span style="color: #666666; font-style: italic;">//ID was not found, push it to the current array (with associated page name)</span>
					<span style="color: #990000;">array_push</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$array</span><span style="color: #009900;">&#91;</span><span style="color: #000088;">$page</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">,</span> <span style="color: #000088;">$child</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
				<span style="color: #009900;">&#125;</span>
&nbsp;
			<span style="color: #009900;">&#125;</span>	
&nbsp;
			<span style="color: #666666; font-style: italic;">//Add everything back into the session</span>
			<span style="color: #000088;">$_SESSION</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'bulkSelect'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$array</span><span style="color: #339933;">;</span>		
&nbsp;
		<span style="color: #009900;">&#125;</span> 
&nbsp;
		<span style="color: #666666; font-style: italic;">//Remove from the array	</span>
		<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$type</span> <span style="color: #339933;">==</span> <span style="color: #0000ff;">&quot;remove&quot;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
&nbsp;
			<span style="color: #000088;">$pos</span> <span style="color: #339933;">=</span> <span style="color: #990000;">array_search</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$child</span><span style="color: #339933;">,</span> <span style="color: #000088;">$array</span><span style="color: #009900;">&#91;</span><span style="color: #000088;">$page</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
			<span style="color: #990000;">unset</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$array</span><span style="color: #009900;">&#91;</span><span style="color: #000088;">$page</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#91;</span><span style="color: #000088;">$pos</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
			<span style="color: #666666; font-style: italic;">//Add everything back into the session</span>
			<span style="color: #000088;">$_SESSION</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'bulkSelect'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$array</span><span style="color: #339933;">;</span>
&nbsp;
		<span style="color: #009900;">&#125;</span>
&nbsp;
		<span style="color: #666666; font-style: italic;">//Return a JSON formatted string (for use with jQuery)</span>
		<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$type</span> <span style="color: #339933;">==</span> <span style="color: #0000ff;">&quot;return&quot;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
&nbsp;
			<span style="color: #666666; font-style: italic;">//{&quot;html&quot;:[&quot;45197&quot;,&quot;45196&quot;,&quot;45078&quot;,&quot;45077&quot;,&quot;3424&quot;]}</span>
			<span style="color: #000088;">$return</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'{&quot;html&quot;:[&quot;'</span><span style="color: #339933;">;</span>
			<span style="color: #000088;">$total</span> <span style="color: #339933;">=</span> <span style="color: #990000;">count</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$_SESSION</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'bulkSelect'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#91;</span><span style="color: #000088;">$page</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>	
			<span style="color: #b1b100;">for</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$i</span> <span style="color: #339933;">=</span> <span style="color: #cc66cc;">0</span><span style="color: #339933;">;</span> <span style="color: #000088;">$i</span> <span style="color: #339933;">&amp;</span>lt<span style="color: #339933;">;</span> <span style="color: #000088;">$total</span><span style="color: #339933;">;</span> <span style="color: #000088;">$i</span><span style="color: #339933;">++</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
&nbsp;
				<span style="color: #000088;">$return</span> <span style="color: #339933;">.=</span> <span style="color: #000088;">$_SESSION</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'bulkSelect'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#91;</span><span style="color: #000088;">$page</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#91;</span><span style="color: #000088;">$i</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span>				
				<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$i</span> <span style="color: #339933;">!=</span> <span style="color: #000088;">$total</span><span style="color: #339933;">-</span><span style="color: #cc66cc;">1</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> <span style="color: #000088;">$return</span> <span style="color: #339933;">.=</span> <span style="color: #0000ff;">'&quot;,&quot;'</span><span style="color: #339933;">;</span> <span style="color: #009900;">&#125;</span>
&nbsp;
			<span style="color: #009900;">&#125;</span>	
			<span style="color: #000088;">$return</span> <span style="color: #339933;">.=</span> <span style="color: #0000ff;">'&quot;]}'</span><span style="color: #339933;">;</span>
			<span style="color: #b1b100;">return</span> <span style="color: #000088;">$return</span><span style="color: #339933;">;</span>
		<span style="color: #009900;">&#125;</span>
&nbsp;
		<span style="color: #666666; font-style: italic;">//Kill the session and start over</span>
		<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$type</span> <span style="color: #339933;">==</span> <span style="color: #0000ff;">&quot;kill&quot;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
			<span style="color: #990000;">unset</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$_SESSION</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'bulkSelect'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
			<span style="color: #000088;">$_SESSION</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'bulkSelect'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
		<span style="color: #009900;">&#125;</span>
&nbsp;
	<span style="color: #009900;">&#125;</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #666666; font-style: italic;">//END FUNCTION///////////////////////////////////////////////////////</span>
&nbsp;
bulkSelect<span style="color: #009900;">&#40;</span><span style="color: #000088;">$_SESSION</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'bulkSelect'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;Leads_Manager&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;111&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;add&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
bulkSelect<span style="color: #009900;">&#40;</span><span style="color: #000088;">$_SESSION</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'bulkSelect'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;Leads_Manager&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;444&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;add&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
bulkSelect<span style="color: #009900;">&#40;</span><span style="color: #000088;">$_SESSION</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'bulkSelect'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;Leads_Manager&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;333&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;add&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
bulkSelect<span style="color: #009900;">&#40;</span><span style="color: #000088;">$_SESSION</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'bulkSelect'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;Leads_Manager&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;222&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;add&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
bulkSelect<span style="color: #009900;">&#40;</span><span style="color: #000088;">$_SESSION</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'bulkSelect'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;Leads_Manager&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;222&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;add&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
bulkSelect<span style="color: #009900;">&#40;</span><span style="color: #000088;">$_SESSION</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'bulkSelect'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;Email_Blaster&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;111&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;add&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
bulkSelect<span style="color: #009900;">&#40;</span><span style="color: #000088;">$_SESSION</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'bulkSelect'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;Email_Blaster&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;222&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;add&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
bulkSelect<span style="color: #009900;">&#40;</span><span style="color: #000088;">$_SESSION</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'bulkSelect'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;Email_Blaster&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;333&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;add&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">'&amp;lt;pre&amp;gt;'</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #990000;">print_r</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$_SESSION</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'bulkSelect'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">'&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;JSON ENCODED STRING&amp;lt;br/&amp;gt;-------------------&amp;lt;br/&amp;gt;'</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #b1b100;">echo</span> bulkSelect<span style="color: #009900;">&#40;</span><span style="color: #000088;">$_SESSION</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'bulkSelect'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;Leads_Manager&quot;</span><span style="color: #339933;">,</span> <span style="color: #009900; font-weight: bold;">NULL</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;return&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">'&amp;lt;/pre&amp;gt;'</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<p><strong>Returns </strong></p>
<pre>Array
(
    [Leads_Manager] =&gt; Array
        (
            [0] =&gt; 111
            [2] =&gt; 444
            [3] =&gt; 333
        )

    [Email_Blaster] =&gt; Array
        (
            [0] =&gt; 111
            [1] =&gt; 222
            [2] =&gt; 444
        )
)

JSON ENCODED STRING
-------------------
{"html":["111","444","333"]}</pre>
<pre></pre>
<pre></pre>
<pre>.</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.mancini-media.ca/code-post/bulk-select-checkbox/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting a face lift!</title>
		<link>http://www.mancini-media.ca/about-the-author/getting-a-face-lift</link>
		<comments>http://www.mancini-media.ca/about-the-author/getting-a-face-lift#comments</comments>
		<pubDate>Wed, 11 Apr 2012 13:49:14 +0000</pubDate>
		<dc:creator><![CDATA[Hammer Bro]]></dc:creator>
				<category><![CDATA[About the Author]]></category>
		<category><![CDATA[Marketing]]></category>

		<guid isPermaLink="false">http://www.mancini-media.ca/?p=218</guid>
		<description><![CDATA[Since the transition of moving my website from one web host to another, I haven&#8217;t really been able to grab the time to put my portfolio back online.  I&#8217;ve been juggling a few other side projects as well, trying to get them out of the door&#8230;  and I work full time&#8230;  and my house is...<a class="excerpt-read-more" href="http://www.mancini-media.ca/about-the-author/getting-a-face-lift" title="Read Getting a face lift!">read more</a>]]></description>
				<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-219" title="new-website-coming-soon" src="http://www.mancini-media.ca/wp-content/uploads/2012/04/new-website-coming-soon.jpg" alt="" width="290" height="296" />Since the transition of moving my website from one <a title="The inner workings of the INNERNET, people rarely pronounce the T…" href="http://www.mancini-media.ca/web-design-and-development/the-inner-workings-of-the-innernet-people-rarely-pronounce-the-t">web host</a> to another, I haven&#8217;t really been able to grab the time to put my portfolio back online.  I&#8217;ve been juggling a few other side projects as well, trying to get them out of the door&#8230;  and I work full time&#8230;  and my house is 120 years old and requires maintenance&#8230; and you get the picture.  In light of this I&#8217;ve decided to just recreate my portfolio site and have this blog as a little side project.  I was hoping to give more time to the this but it just seems that with my current lifestyle, blogging just isn&#8217;t really a great fit yet.</p>
<p>This new portfolio site could also take some time too, so I&#8217;m going to be using some simple yet effective techniques to present my portfolio.  I currently have 3 projects on the go, so once these are out of the door, I&#8217;ll be refocusing inwards again on Mancini Media (perhaps maybe another <a title="’250′" href="http://www.mancini-media.ca/about-the-author/250">campaign</a> like the last one??).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mancini-media.ca/about-the-author/getting-a-face-lift/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Do I know a ‘guy?’ Part Two [of 2]</title>
		<link>http://www.mancini-media.ca/web-design-and-development/do-i-know-a-guy-part-two-of-2</link>
		<comments>http://www.mancini-media.ca/web-design-and-development/do-i-know-a-guy-part-two-of-2#comments</comments>
		<pubDate>Thu, 23 Feb 2012 16:15:46 +0000</pubDate>
		<dc:creator><![CDATA[Hammer Bro]]></dc:creator>
				<category><![CDATA[Web Design and Development]]></category>
		<category><![CDATA[Passion]]></category>
		<category><![CDATA[Startup Series]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.mancini-media.ca/?p=198</guid>
		<description><![CDATA[If you missed part one of Do I know a &#8216;guy&#8217;, head over to How to choose a web designer part one. I&#8217;m going to cover a few more things to consider when going with the right guy. A good &#8216;web guy&#8217; will be able to fit your website into your marketing strategy if you...<a class="excerpt-read-more" href="http://www.mancini-media.ca/web-design-and-development/do-i-know-a-guy-part-two-of-2" title="Read Do I know a ‘guy?’ Part Two [of 2]">read more</a>]]></description>
				<content:encoded><![CDATA[<img class="size-medium wp-image-212 alignright" title="graphic-design" src="http://www.mancini-media.ca/wp-content/uploads/2012/02/graphic-design-283x300.jpg" alt="Fast, Cheap, or Great?" width="283" height="300" />
<p>If you missed part one of Do I know a &#8216;guy&#8217;, head over to <a title="Do I know a ‘guy?’ Part One [of 2]" href="http://www.mancini-media.ca/web-design-and-development/do-i-know-a-guy-part-on">How to choose a web designer part one</a>.</p>
<p>I&#8217;m going to cover a few more things to consider when going with the right guy.</p>
<p><strong>A good &#8216;web guy&#8217; will be able to fit your website into your marketing strategy if you have one. </strong>Sometimes you&#8217;ve already started a marketing strategy and you&#8217;re looking to continue where you&#8217;ve left off.  You might have a logo already, and printing material that you&#8217;ll want to work from.  In this case, finding someone that can fit into the mix might be a little difficult but it can be done.  You&#8217;ll need to look for someone that isn&#8217;t head strong and is open to suggestion. willing to roll with what you have already and make decisions based on that.  A good sign of this is someone who listens.  If you&#8217;re doing most of the talking during your meetings, that&#8217;s a good sign.  This shows that the &#8216;web guy&#8217; is willing to sit back and let you stir for a bit.  Someone that cuts you off all the time is not going to produce something that you&#8217;re looking for because they are usually too busy trying to shove their ideas in your face.  Bad designer&#8230; NO!<strong></strong></p>
<p><strong><span id="more-198"></span><br />
</strong></p>
<p><strong>A good &#8216;web guy&#8217; won&#8217;t charge an arm and a leg, they will be fair.</strong>  This is always the &#8216;touchy&#8217; subject when working with someone on a contract basis, and rightfully so.  It&#8217;s hard to trust someone that you just met to give you the best price possible.  Really, you shouldn&#8217;t.  The main rule here is going to be to look around, as with any contract work your best bet is to get more than one opinion.  There is a bit more to this though.  Lets just say that you like the person you&#8217;re working with, but you still want to get a second opinion.  If your business relationship is strong enough, you should present the cheaper price to your current &#8216;web guy.&#8217;  Be loyal and build a relationship.  I often give clients discounts based on their loyalty. I&#8217;m sure they will appreciate you bringing it to light so that they can have a chance to explain why they&#8217;ve quoted what they have instead of just dropping ship on them.  If you think the price is fair, but can&#8217;t afford it, consider <a title="“Tacos as payment.”" href="http://www.mancini-media.ca/web-design-and-development/tacos-as-payment">bartering</a>.<strong><br />
</strong></p>
<p><strong>Finally, a good &#8216;web guy&#8217; will work well with others and keep you in the loop throughout your project.</strong>  Not hearing from your web guy for a month is not a good sign (even two weeks!).  At the very least, the &#8216;web guy&#8217; should be consulting with you twice a week to give you an idea of where they are with everything.  Things change and your &#8216;web guy&#8217; should know this, so interacting with you throughout the project is important.  Please keep in mind though that web designers and graphic artists are people too and can go insane if you bombard them with changes.  Make sure you&#8217;re fair!</p>
<p>Sometimes you may need to look to 2 to 3 people to get all of these skill sets.  You could start with a graphic artist for your branding, design, and marketing strategy, and then switch over to a programmer to do the development.  But sometimes, if you&#8217;re lucky, you&#8217;ll find a guy that can manage your whole project for you (<a title="Who could this be?" href="http://www.mancini-media.ca/the-things-i-know">I won&#8217;t mention any names</a>).</p>
<p>One final thing to keep in mind when you&#8217;re looking for a designer.  There isn&#8217;t a &#8216;perfect&#8217; guy out there that is going to be <strong>Great</strong> at what they do, <strong>Fast</strong>, and super <strong>Cheap</strong>. But out of the 3, you should get 2, in any combination that you&#8217;d like.  A great site, done quickly will probably cost more than what you&#8217;re willing to pay.  A fast and cheap website probably won&#8217;t be very good.  And a great site done for a cheap price probably won&#8217;t be coming to you very quickly.</p>
<p>Good, Cheap, Fast; pick the two you&#8217;re comfortable with and go look for your &#8216;web guy!&#8217;  I found a great graphic, I love the addition of Free&#8230;  awesome.</p>
<div id="attachment_212" style="width: 610px" class="wp-caption aligncenter"><img class="size-Full Post (Caption) wp-image-212" title="graphic-design" src="http://www.mancini-media.ca/wp-content/uploads/2012/02/graphic-design-600x634.jpg" alt="Fast, Cheap, or Great?" width="600" height="634" /><p class="wp-caption-text">These are your options when getting your website created. Pingback: http://www.sanitaryum.com/2011/08/31/funny-written-stuff/how-would-you-like-your-graphic-design-chart/</p></div>
<p>Here is the recap of this 5 part series:</p>
<ul>
<li><a title="Lets get some structure up in here" href="http://www.mancini-media.ca/web-design-and-development/lets-get-some-structure-in-here">First of all, do I have domain name? If not, what should it be? </a><a title="Lets get some structure up in here" href="http://www.mancini-media.ca/web-design-and-development/lets-get-some-structure-in-here">What is my niche market and why is this important?</a></li>
<li><a title="Find the right place to stash your files." href="http://www.mancini-media.ca/web-design-and-development/the-inner-workings-of-the-innernet-people-rarely-pronounce-the-t">Do I have a hosting provider? </a></li>
<li>Do I know a &#8216;guy?&#8217;  <a title="Do I know a ‘guy?’ Part One [of 2]" href="http://www.mancini-media.ca/web-design-and-development/do-i-know-a-guy-part-on">Part One</a> | Part Two (This Post)</li>
<li>Who should I hire if I don&#8217;t know anyone?  Where should I look for web design services?</li>
<li>What should my website achieve?  Do I have a product to sell?</li>
</ul>
<p>Cheers,<br />
Hammer Bro<br />
<a title="Let's be twitter buddies!" href="http://www.twitter.com/#!/mancinimedia" target="_blank">@ManciniMedia</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mancini-media.ca/web-design-and-development/do-i-know-a-guy-part-two-of-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8216;250&#8217;</title>
		<link>http://www.mancini-media.ca/about-the-author/250</link>
		<comments>http://www.mancini-media.ca/about-the-author/250#comments</comments>
		<pubDate>Tue, 14 Feb 2012 02:50:55 +0000</pubDate>
		<dc:creator><![CDATA[Hammer Bro]]></dc:creator>
				<category><![CDATA[About the Author]]></category>
		<category><![CDATA[#HamOnt]]></category>
		<category><![CDATA[Comedy]]></category>

		<guid isPermaLink="false">http://www.mancini-media.ca/?p=204</guid>
		<description><![CDATA[Yup&#8230; for real.  Click the picture to hit the Facebook page to participate. Cheers, Hammer Bro @ManciniMedia]]></description>
				<content:encoded><![CDATA[<a href="http://www.facebook.com/ManciniMedia" target="_blank"><img class=" Post wp-image-205 alignnone" title="250" src="http://www.mancini-media.ca/wp-content/uploads/2012/02/250-650x650.jpg" alt="250 Likes!" width="650" height="650" /></a>
<p>Yup&#8230; for real.  Click the picture to hit the Facebook page to participate.</p>
<p>Cheers,<br />
Hammer Bro<br />
<a title="Let's be twitter buddies!" href="http://www.twitter.com/#%21/mancinimedia" target="_blank">@ManciniMedia</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mancini-media.ca/about-the-author/250/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Do I know a &#8216;guy?&#8217; Part One [of 2]</title>
		<link>http://www.mancini-media.ca/web-design-and-development/do-i-know-a-guy-part-on</link>
		<comments>http://www.mancini-media.ca/web-design-and-development/do-i-know-a-guy-part-on#comments</comments>
		<pubDate>Fri, 10 Feb 2012 01:15:37 +0000</pubDate>
		<dc:creator><![CDATA[Hammer Bro]]></dc:creator>
				<category><![CDATA[Web Design and Development]]></category>
		<category><![CDATA[#HamOnt]]></category>
		<category><![CDATA[Startup Series]]></category>
		<category><![CDATA[Startups]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.mancini-media.ca/?p=186</guid>
		<description><![CDATA[After a brief hiatus, I&#8217;m back on the band wagon with another installment of the startup series I&#8217;ve been writing.  If you missed the first two then head to the bottom part of this post to see the outline of the series, or click that link. Today I&#8217;m covering &#8220;How to choose a web designer.&#8221; ...<a class="excerpt-read-more" href="http://www.mancini-media.ca/web-design-and-development/do-i-know-a-guy-part-on" title="Read Do I know a &#8216;guy?&#8217; Part One [of 2]">read more</a>]]></description>
				<content:encoded><![CDATA[<p><a title="You can make this happen." href="http://www.mancini-media.ca/about-the-author/250">After a brief hiatus</a>, I&#8217;m back on the band wagon with another installment of the <a title="Startup series!!" href="http://www.mancini-media.ca/tag/startup-series">startup series</a> I&#8217;ve been writing.  If you missed the first two then head to the bottom part of this post to see the outline of the series, or click that link.</p>
<div id="attachment_195" style="width: 310px" class="wp-caption alignright"><a href="http://freshpics.blogspot.com/2009/12/super-nerds.html"><img class="size-medium wp-image-195" title="super_nerds_07" src="http://www.mancini-media.ca/wp-content/uploads/2012/02/super_nerds_07-300x224.jpg" alt="" width="300" height="224" /></a><p class="wp-caption-text">I started looking for &quot;Super Nerds&quot; online and got stuck on this website: http://freshpics.blogspot.com/2009/12/super-nerds.html, enjoy.</p></div>
<p>Today I&#8217;m covering <em><strong>&#8220;How to choose a web designer.&#8221;</strong></em>  This is a crucial step in the whole process as this will directly effect your online business.  In the end, the website that the designer creates is going to either bring in business or just stay stagnant, contributing nothing to your business whatsoever except a loss of money on building the thing in the first place.</p>
<p>The first thing to keep in mind is that the title &#8220;Web Designer&#8221; is sort of a vague title.  It encompasses so much and anyone who is on the web contributing to the creation of websites will probably consider themselves a &#8220;Web Designer.&#8221;  So it&#8217;s not going to be the title that matters, and in this case you simply cannot judge a book by its cover.  It&#8217;s going to be the type of work that they can produce and what they know about the web that differentiates the good from the not so good.  I&#8217;ll give you a few important things to consider and from now on I&#8217;m going to be calling this person, the &#8216;web guy/girl.&#8217;<strong></strong>  But really just &#8216;web guy&#8217; so it reads a little better.</p>
<p><span id="more-186"></span></p>
<p><strong>A good &#8216;web guy&#8217; will be able to help you determine the overall look of your website. </strong> Starting from a brand you already have, or creating one from scratch.  This will include typography, imagery, page layouts, white space, colours, navigation and will usually come in the form of a Photoshop PSD file.  If they start with questions like &#8220;Do you already have a logo,&#8221; or &#8220;is there a specific website that you&#8217;d like yours to look like,&#8221; is a good sign.  It means that they are making this website for you and not themselves.  Keep in mind though that the &#8216;web guy&#8217; shouldn&#8217;t be copying another website (and you shouldn&#8217;t ask them too either!), it&#8217;s simply used as a guide to help the designer get inside your head so that they have an idea of what you&#8217;re looking for.  This will usually be stage one in a meeting: the design.</p>
<p><strong>A good &#8216;web guy&#8217; will be able to create interactivity for your website.</strong>  Once the look of the website has been determined, the &#8216;web guy&#8217; should start asking about functionality.  They should be asking something like &#8220;What sort of things would your like your customer to be able to do on your website?&#8221;  This is a good place to start.  It really is hard to determine the quality of the programming side of things since it&#8217;s all under the hood but there are ways.  Usually at this point if you&#8217;d like, for example, an ecommerce website so that your customers can purchase your product online, the best thing you can do is ask to see a project in their portfolio where they&#8217;ve accomplished the same task.  This goes the same way for other specific things you&#8217;d like to see on your website.  If they&#8217;ve already created one, they can do it again.  Another thing to consider is that a good programmer will develop a website with Search Engine Optimization in mind.  They&#8217;ll follow W3C guidelines and make sure that their code is neat and tidy.  A good sign to look for in code (if you&#8217;re going this far), is comments.  This is a good indicator that the programmer is thorough and is a great habit to get into, every programmer should comment!</p>
<p>Since this post ended up being a lot longer than I anticipated, I&#8217;ve decided to split it up into two parts.  Part two to come tomorrow!</p>
<p>Here is the recap of this 5 part series:</p>
<ul>
<li><a title="Lets get some structure up in here" href="http://www.mancini-media.ca/web-design-and-development/lets-get-some-structure-in-here">First of all, do I have domain name? If not, what should it be? </a><a title="Lets get some structure up in here" href="http://www.mancini-media.ca/web-design-and-development/lets-get-some-structure-in-here">What is my niche market and why is this important?</a></li>
<li><a title="Find the right place to stash your files." href="http://www.mancini-media.ca/web-design-and-development/the-inner-workings-of-the-innernet-people-rarely-pronounce-the-t">Do I have a hosting provider? </a></li>
<li>Do I know a &#8216;guy?&#8217;  (This is a common question that many people ask themselves) (This Post)</li>
<li>Who should I hire if I don&#8217;t know anyone?  Where should I look for web design services?</li>
<li>What should my website achieve?  Do I have a product to sell?</li>
</ul>
<p>Cheers,<br />
Hammer Bro<br />
<a title="Let's be twitter buddies!" href="http://www.twitter.com/#!/mancinimedia" target="_blank">@ManciniMedia</a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mancini-media.ca/web-design-and-development/do-i-know-a-guy-part-on/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The History of Web Design</title>
		<link>http://www.mancini-media.ca/infographics/the-history-of-web-design</link>
		<comments>http://www.mancini-media.ca/infographics/the-history-of-web-design#comments</comments>
		<pubDate>Thu, 02 Feb 2012 17:03:41 +0000</pubDate>
		<dc:creator><![CDATA[Hammer Bro]]></dc:creator>
				<category><![CDATA[Infographics]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[WWW]]></category>

		<guid isPermaLink="false">http://www.mancini-media.ca/?p=169</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[<div id="attachment_171" style="width: 320px" class="wp-caption alignnone"><a href="http://www.mancini-media.ca/infographics/the-history-of-web-design"><img class="size-full wp-image-171  " title="history-thumb" src="http://www.mancini-media.ca/wp-content/uploads/2012/02/history-thumb.jpg" alt="" width="310" height="324" /></a><p class="wp-caption-text">This guy started with a little bit of HTML.</p></div>
<p><span id="more-169"></span></p>
<img class="aligncenter size-Full Post wp-image-170" title="design-hosting-website-2011-from" src="http://www.mancini-media.ca/wp-content/uploads/2012/02/design-hosting-website-2011-from-650x2825.jpg" alt="" width="650" height="2825" />
]]></content:encoded>
			<wfw:commentRss>http://www.mancini-media.ca/infographics/the-history-of-web-design/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 funny things you should see right now</title>
		<link>http://www.mancini-media.ca/random/5-funny-things-you-should-see-right-now</link>
		<comments>http://www.mancini-media.ca/random/5-funny-things-you-should-see-right-now#comments</comments>
		<pubDate>Thu, 26 Jan 2012 02:34:15 +0000</pubDate>
		<dc:creator><![CDATA[Hammer Bro]]></dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[Comedy]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Kill Some Time]]></category>
		<category><![CDATA[Kittens]]></category>
		<category><![CDATA[Lolcats]]></category>
		<category><![CDATA[Memes]]></category>
		<category><![CDATA[Passion]]></category>
		<category><![CDATA[The Oatmeal]]></category>
		<category><![CDATA[xkcd]]></category>

		<guid isPermaLink="false">http://www.mancini-media.ca/?p=150</guid>
		<description><![CDATA[Woke up today and decided to switch things up a bit.  I&#8217;m going to add a bit of &#8216;funny&#8217; to your morning coffee.  I&#8217;m taking a break from the techie stuff for a bit because yesterday I apparently scared all my subs away (11 to 0&#8230; friggin&#8217; rough man).  BUT I will switch back tomorrow. ...<a class="excerpt-read-more" href="http://www.mancini-media.ca/random/5-funny-things-you-should-see-right-now" title="Read 5 funny things you should see right now">read more</a>]]></description>
				<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-151" title="Lifting babies is easy" src="http://www.mancini-media.ca/wp-content/uploads/2012/01/1001.jpg" alt="Lifting babies is easy... right?" width="400" height="400" />Woke up today and decided to switch things up a bit.  I&#8217;m going to add a bit of &#8216;funny&#8217; to your morning coffee.  I&#8217;m taking a break from the techie stuff for a bit because yesterday I apparently scared all my subs away (11 to 0&#8230; friggin&#8217; rough man).  BUT I will switch back tomorrow.  I&#8217;ll probably just alternate from here on.  If there is anything to learn out of this, it&#8217;s to keep on keeping on with some minor adjustments.</p>
<p>Today you get to see 5 funny things that have made me actually laugh in front of the screen&#8230; yup, an actual LOL.  So if you&#8217;re reading this with your coffee, drink, then read and laugh.  Not read while drinking and spit all over the screen.  Or you can try it and let me know the results.</p>
<p>The first gem is the <strong><a title="Do's and don'ts with babies" href="http://www.c00lstuff.com/1133/Do_s_and_don_ts_with_babies/" target="_blank">Do&#8217;s and don&#8217;ts with babies</a></strong>.  I&#8217;ve added a preview to give you a taste of what&#8217;s after the link.  This is worth about 15 minutes and someone needs to continue this series.  As per the website, the end has a blurb that mentions that the pictures are from a book by David and Kelly Sopp. <a href="http://www.amazon.com/Safe-Baby-Handling-Tips-David/dp/0762424915" target="_blank">Here&#8217;s the book</a>, great for new baby owners.</p>
<p><span id="more-150"></span></p>
<p>Next up, Lolcats.  I mean&#8230; if you don&#8217;t know what lolcats are, you&#8217;re probably new around here.  Here&#8217;s the run down though; in short they&#8217;re user submitted images of cats in various poses with community voted captions.  The result?  <strong><a title="Pictures of cats with hilarious captions worth hours of time" href="http://icanhascheezburger.com/" target="_blank">I can has cheeseburger</a></strong>.  I know there are others&#8230; but I can has cheeseburger is the best one out there.  I can easily kill an hour on this site.</p>
<p>Three,  <strong><a href="http://xkcd.com/" target="_blank">xkcd</a></strong>.  I&#8217;ve never actually looked into why it&#8217;s called what it is&#8230; but it doesn&#8217;t matter in the end.  The comics are set as my home page, every day it loads up a random image, great way to start the day.  Use this link for a random image; <a title="Random comics" href="http://dynamic.xkcd.com/random/comic/" target="_blank">http://dynamic.xkcd.com/random/comic/</a> you can set this as your homepage too.  The simple interface lets you get to the next comic in seconds&#8230; another site that&#8217;s good for hours.</p>
<p><img class="alignleft size-medium wp-image-159" title="Yo dawg!  (Bike)" src="http://www.mancini-media.ca/wp-content/uploads/2012/01/773_heard-you-like-bikes-262x300.gif" alt="I heard you like bikes" width="262" height="300" /> Know what a meme is?  No?  Awesome.  Do you know how to say it?  No?  Neither do I.  <strong><a title="So I put a bike on your bike..." href="http://knowyourmeme.com/" target="_blank">Know your meme</a></strong> is a good place to get informed.  Tons of content, and videos too.  You&#8217;ll spend hours here regardless of your bed time.  As a side note, the one to the left is the <a title="Series" href="http://knowyourmeme.com/memes/xzibit-yo-dawg" target="_blank">Xzibit Yo Dawg series</a>&#8230; annnnnd apparently he&#8217;s <a title="Yo dawg tweet" href="https://twitter.com/#!/mrxtothaz/status/1260527355" target="_blank">super pissed off about it</a>.</p>
<p>Last but certainly not least, and I mentioned him in a previous post of mine, is <strong><a title="Comics, quizzes, AND stories... win, win, and win." href="http://theoatmeal.com/" target="_blank">The Oatmeal</a></strong>.  This guy takes the win.  His comic style is unique and his humor actually makes me laugh out loud, sometimes in a hunched-over position.</p>
<p>Thanks for stopping by! And don&#8217;t forget to comment!  Cause apparently there is too much time in my day&#8230; HA!</p>
<p>Cheers,<br />
Hammer Bro</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mancini-media.ca/random/5-funny-things-you-should-see-right-now/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The inner workings of the INNERNET, people rarely pronounce the T&#8230;</title>
		<link>http://www.mancini-media.ca/web-design-and-development/the-inner-workings-of-the-innernet-people-rarely-pronounce-the-t</link>
		<comments>http://www.mancini-media.ca/web-design-and-development/the-inner-workings-of-the-innernet-people-rarely-pronounce-the-t#comments</comments>
		<pubDate>Tue, 24 Jan 2012 23:40:20 +0000</pubDate>
		<dc:creator><![CDATA[Hammer Bro]]></dc:creator>
				<category><![CDATA[Web Design and Development]]></category>
		<category><![CDATA[#HamOnt]]></category>
		<category><![CDATA[Domain Names]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Kittens]]></category>
		<category><![CDATA[Niche Market]]></category>
		<category><![CDATA[Startup Series]]></category>
		<category><![CDATA[Startups]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.mancini-media.ca/?p=112</guid>
		<description><![CDATA[Before I get into this, if you want to learn about hosting, you can read the post, but if you want to kill some time and watch Freddiew be awesome, do that instead. Alright, back on topic we go. In the first post within this Startup Series I talked a little bit about how your...<a class="excerpt-read-more" href="http://www.mancini-media.ca/web-design-and-development/the-inner-workings-of-the-innernet-people-rarely-pronounce-the-t" title="Read The inner workings of the INNERNET, people rarely pronounce the T&#8230;">read more</a>]]></description>
				<content:encoded><![CDATA[<p>Before I get into this, if you want to learn about hosting, you can read the post, but if you want to kill some time and <a title="Whatchu know ’bout Freddiew?" href="http://www.mancini-media.ca/clips/what-chu-know-about-freddiew">watch Freddiew be awesome</a>, do that instead.</p>
<p>Alright, back on topic we go. In the first post within this Startup Series I talked a little bit about how your domain name ties into your niche, and <a title="www.howtochoseadomainname.com is already taken." href="http://www.mancini-media.ca/web-design-and-development/lets-get-some-structure-in-here">how to choose a domain name</a> that is right for your business in the online world.  I covered a couple tips when it comes to choosing and gave you a couple tools to use along the way.  Nothing over the top, but just enough to get you started.</p>
<p>You&#8217;ve come up with an awesome domain name and now you&#8217;re wondering what&#8217;s next, right?</p>
<p>Well person on the other side of the screen.  Your next step is going to be finding a place to store your website files so that people can look at them.  At this point we hit the next phase of the <a title="let's talk online business" href="http://www.mancini-media.ca/tag/startup-series">Startup Series</a> and another question comes up that gets a little bit more technical.</p>
<p>&#8220;Hosting, do I even have a hosting provider?&#8221; And &#8220;What language should my website be in?&#8221;</p>
<p>I don&#8217;t mean English, French, Polish or Klingon.  I mean programming language and more specifically, server side programming languages.  Generally most web hosts will support the programming language you want to build your website from.  Just to give you an idea of what I&#8217;m talking about, an example of a server side language would be <a title="So you want to know server languages?" href="http://en.wikipedia.org/wiki/PHP">PHP</a> (which actually stands for PHP: Hypertext Preprocessor, weird right?  It&#8217;s an acronym within an acronym within an acrony&#8230; you get the picture).  You might also hear ASP.NET or just .NET being tossed around, which stands for Active Server Pages, and uses the windows based .NET framework.</p>
<p>&#8220;Woah woah woah&#8230; I was promised kittens.&#8221;</p>
<p>Ok, I&#8217;m sorry, too technical.  Here, this should hold you over.</p>
<p><span id="more-112"></span></p>
<div id="attachment_125" style="width: 351px" class="wp-caption alignleft"><a href="http://www.sodahead.com/fun/post-a-picture-of-the-cutest-kitten-you-can-find/question-2277275/"><img class="size-full wp-image-125" title="frigginAdorable" src="http://www.mancini-media.ca/wp-content/uploads/2012/01/frigginAdorable.jpg" alt="Halloween, the day when animals and babies become victims of shitty costumes." width="341" height="300" /></a><p class="wp-caption-text">Click the pic to head over to &quot;Post a picture of the cutest kitten you can find.&quot; Ironically posted by a member known as &quot;Time For Destruction!&quot; What?</p></div>
<p>Ok, so lets skip that techie part.  I didn&#8217;t really want to get into it but my nerd took over and for that I apologize.  I did want to bring this up briefly however, because this is something your computer person is going to have to know.  In the next post I&#8217;ll cover a bit about what questions you should be asking them.  This is something that you as a client have a right to ask.  Basically, &#8220;Can you please find out if my web host can run the programming language you&#8217;re going to use to build my website with?&#8221;  Moreover, if your website is going to have a database (again, this is something your computer person should know), then they&#8217;ll have to find out if your web host can support it.  MySQL server and MS SQL are common database platforms that you might hear being tossed around.</p>
<p>Hold on, hold on.  Just look at that cat&#8217;s face and try not to laugh.</p>
<p>So, back to the original question, do you have hosting?  Well, if you&#8217;re not sure what it is, then probably not.  As a rule of thumb, in my personal opinion, I try to stick to the local guys here in Canada, I&#8217;ll also do research through Google.  Something like &#8220;[Insert company name] Reviews&#8221; should do the trick.  So far I&#8217;ve used three providers in my development years.  <a title="Has a great interface, but the pricing wasn't right" href="http://www.netfirms.ca/">Netfirms</a>, <a title="GoDaddy's service is great, but hosting isn't too quick" href="http://www.godaddy.com">GoDaddy</a> and <a title="Green web hosting, great pricing, and useful administration area - YES, please!" href="http://www.hostpapa.com/">Host Papa</a>.</p>
<p>Netfirms has a really nice administration area, it&#8217;s relatively easy to navigate, and they&#8217;ve just upgraded their tools.  What I found about them though was that the customer service wasn&#8217;t anything spectacular, and things took a bit long to get going.  GoDaddy on the other hand has amazing customer service (in my experience), BUT, for some reason WordPress websites take FOREVER to load and their tools are way too complicated.</p>
<p>This brought me to Host Papa.  Canadian, fair prices, great interface with easy to understand tools, and best of all, they run on Green Energy (energy provided naturally though wind turbines and solar panels).  I haven&#8217;t had to deal with their customer service yet, so we&#8217;ll see about that.</p>
<p>When it comes down to it, you&#8217;ll probably be paying around $100/year for hosting, and about $10/year for your domain name.  You can probably find a bit cheaper, but given the service that Host Papa provides, they are worth it.</p>
<p>As a recap, here&#8217;s what&#8217;s in this 5 part series:</p>
<ul>
<li><a title="Lets get some structure up in here" href="http://www.mancini-media.ca/web-design-and-development/lets-get-some-structure-in-here">First of all, do I have domain name? If not, what should it be? </a><a title="Lets get some structure up in here" href="http://www.mancini-media.ca/web-design-and-development/lets-get-some-structure-in-here">What is my niche market and why is this important?</a></li>
<li>Do I have a hosting provider? (This post)</li>
<li>Do I know a &#8216;guy?&#8217;  (This is a common question that many people ask themselves)</li>
<li>Who should I hire if I don&#8217;t know anyone?  Where should I look for web design services?</li>
<li>What should my website achieve?  Do I have a product to sell?</li>
</ul>
<p>Cheers,<br />
Hammer Bro</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mancini-media.ca/web-design-and-development/the-inner-workings-of-the-innernet-people-rarely-pronounce-the-t/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Whatchu know &#8217;bout Freddiew?</title>
		<link>http://www.mancini-media.ca/clips/what-chu-know-about-freddiew</link>
		<comments>http://www.mancini-media.ca/clips/what-chu-know-about-freddiew#comments</comments>
		<pubDate>Tue, 24 Jan 2012 20:51:57 +0000</pubDate>
		<dc:creator><![CDATA[Hammer Bro]]></dc:creator>
				<category><![CDATA[Clips]]></category>
		<category><![CDATA[ADHD]]></category>
		<category><![CDATA[Comedy]]></category>
		<category><![CDATA[Entertainment]]></category>

		<guid isPermaLink="false">http://www.mancini-media.ca/?p=135</guid>
		<description><![CDATA[Best amateur video effects guy on Youtube. Check out his channel; http://www.youtube.com/freddiew]]></description>
				<content:encoded><![CDATA[<p>
<object width="648" height="475">
<param name="movie" value="http://www.youtube.com/v/QxgfSVp-DKk?version=3&amp;theme=dark&amp;fs=1&amp;rel=0&amp;cc_load_policy=1&amp;iv_load_policy=0&amp;modestbranding=0"></param>
<param name="allowScriptAccess" value="always"></param>
<param name="allowFullScreen" value="true"></param>
<embed src="http://www.youtube.com/v/QxgfSVp-DKk?version=3&amp;theme=dark&amp;fs=1&amp;rel=0&amp;cc_load_policy=1&amp;iv_load_policy=0&amp;modestbranding=0" type="application/x-shockwave-flash" allowScriptAccess="always" allowfullscreen="true" width="648" height="475"></embed>
</object>
</p>
<p>Best amateur video effects guy on Youtube.</p>
<p>Check out his channel; <a title="Get into it" href="http://www.youtube.com/freddiew">http://www.youtube.com/freddiew</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mancini-media.ca/clips/what-chu-know-about-freddiew/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
