Thursday October 16 2008
Sick & Behind & outsourcing
I’ve been sick for the past 10 days or so and it looks like it’s finally starting to clear up. However this illness has led to me falling behind in all areas of my life. I’m currently in the middle of giving and grading mid-term exams at the university where I work on my day job. I’ve also barely been able to do any work on my current clients site. Fortunately, this client is also a close friend and he’s very understanding. Additionally he has a somewhat soft deadline.
Another thing I’m behind on is the reading I need to do. I’ve been asked to write a review on a book about Moodle 1.9 from packt publishing. Anyhow the plan is to finish the reading tomorrow and get started writing the review to be placed on my teaching blog as well as amazon & slashdot.
In the meantime, I’ve secured some other work styling an ExpressionEngine forum for another firm. I’m excited to be doing some outsourcing for another firm and hopefully it will lead to further work. Once I’ve finished the work, I’ll see about publishing their name here. First I want to be sure that I’ve done a good job and second I also want to be sure that the firm is okay with letting it be known that they have outsourced part of their contract.
This is my first time doing this so I’m not sure if I bid too low, just right or too high. Actually it wasn’t so much of a bid as I was asked via twitter if I would be available. I think I may have bid a little on the low side. I guess the only way to find out is to see how long it takes to get the project complete. It’s about to start any time now, I’m just waiting to get the source files.
Saturday October 11 2008
jquery show/hide
I’m trying to do something with jquery but it just isn’t working. I’ve got a list of entry titles that want to be hidden until the user clicks on the h2 tag above it.
Here is the code - I’ve also posted this on the EE forums.
<h2 class="toggle">All Teachers</h2>
<div class="view">
{exp:weblog:entries weblog="teachers" orderby="date" sort="desc" limit="100" status="open" dynamic="off" disable="member_data|pagination|trackbacks"}
{categories}<h3><a href="{permalink=">{title}</a></h3>{/categories}
{/exp:weblog:entries}
</div>
<scr*pt type="text/javascript">
$(document).ready(function(){
$('div.view').hide();
$('h2.toggle').click(function(){
$('div.view').show();
$(this).hide();
});
});
</scr*pt>
*edit* fixed a typo in the code, but it’s still not working.
Sean. inscribed these words of wisdom on Saturday Oct 11, 2008 at 02:06 PM
Javascript |
| tags:
ee thread,
code,
jquery |
Saturday October 04 2008
Site Handed Off to Client
Yesterday I completed the publishing guide for my first client. it’s 10 pages long with screenshots and took much longer than I expected it would to write. The client now has access to their site to change and update content. It feels good to have successfully completed my first site and recieve the final payment.
The actual “design” of the site is a commercial theme that the client wanted. I took it and converted it to Expression Engine.
The site is a language school for children in Korea - ILE 외국어 학원. The client wanted a site to provide information for current and potential customers (parents) as well as showcase childrens progress. Student work is showcased via embedded video and mp3s.
A forum has been installed but not styled yet. That’s the second stage of development after the live launch of the site. Right now the forums are set up and can be used by students, parents, & staff. I’ll be working on fitting the forums to the rest of the site look shortly. This is not something I’m looking forward to as I remember styling forums for my teaching blog ages ago and it was a major pain in the butt.
I’m also very pleased to have recieved an email from my client suggesting that he would like to add further enhancements and features to his site in early 2009. Repeat work is always a good thing.
What’s Next
I’ve got to prepare mid-term exams for my students, but I’ve also got another client, also going to use ExpressionEngine. that I will be starting on while at the same time working on the forums for ILE.
Read the rest of this postSean. inscribed these words of wisdom on Saturday Oct 4, 2008 at 07:36 AM
Clients |
| tags:
clients,
development,
expressionengine |
Tuesday September 30 2008
hand off to client
Tomorrow I’ll be preparing to hand off my first client site. Everything is basically ready. I had the client take a look at the site and send a list of corrections which I will take of tomorrow morning as well as change one icon I am not happy with. - I found it on a free icon pack somewhere, but later found it it was an iphone icon. Even though the iphone will not be coming to Korea (clients target audience is 100% Korean) I didn’t want to use it.
In order to ensure that I covered every aspect of preparing the site for the client I posted a question on the EE forums and recieved some good information. The best info I got was the screencast from train-ee.com on just this issue.
I forked over my $10 and watched it. It’s mostly common sense, but did point out a few things I hadn’t considered before. This is not suprising since I’m new to the web development game. More importantly it also confirmed that I was on the right track for a lot of other things. If you’re new to web development and/or EE in general then I would definitely recommend this as a resource worth watching.
Sean. inscribed these words of wisdom on Tuesday Sep 30, 2008 at 07:53 PM
Clients | Expression Engine |
| tags:
ee thread,
clients,
expressionengine |
Monday September 15 2008
Freelance Switch
One of my new favorite reads is Freelance Switch, which I’ve added to the Web Design Blogs on the sidebar, but should probably put in a better section. The three latest articles are all good reads with loads of advice and highly recommended.
Definitely go give these articles a read.
Sean. inscribed these words of wisdom on Monday Sep 15, 2008 at 08:55 AM
| tags:
freelancing,
read this |





