Do you have a website that needs great content delivered in a timely fashion? Depending on your sector, I may be able to help. I research focus areas related to your area of business and will put together great content that you can use on your website, your mobile apps, facebook, email marketing and other social networks. The content can be purely written but I recommend some nice graphical work to focus the eyes of the user, and in many cases videos from the Internet will enhance the value of the content. Email simon@simonkincaid.com for more details.
WordPress Training
I now offer WordPress training to those who want to understand how to update and maintain their WordPress driven website; including how to make alterations to their themes.
New Web Game Development
I’m looking for some developers who have an interest who want to work together to create, market and launch a business related game. Currently debating whether to use HTML 5 with a PHP/MySQL backed; whether to make it a face book app; or whether to use an existing game engine. More news to follow.
Photoshop Training in Norfolk
If you are looking to learn Adobe Photoshop either as a beginner or intermediate, I am offering tutoring at an affordable rate and at a location of your choosing. Over the next few weeks I will be putting together a prospectus for a level 1 training course. I’m looking at making this as detailed as possible rather than simply taking you through the Photoshop environment and giving some simple tutorials – by the end of the tutoring you should be fully comfortable with the workings of Photoshop; and have gained some special effect techniques and also layout design by introducing grid concepts. This post is more of a reminder to me to put something together but if you are interested just drop me a email on simon@simonkincaid.com or ring me on 07590 309 904.
Amazing Offices / Office Spaces / Images / Photos – My Personal Favourites :) Part Four
Amazing Offices / Office Spaces / Images / Photos – My Personal Favourites :) Part Three
Amazing Offices / Office Spaces / Images / Photos – My Personal Favourites :) Part Two
Ideas for Mastermind Meeting
- Daily Scrum
- Each day during the sprint, a project status meeting occurs. This is called a daily scrum, or the daily standup. This meeting has specific guidelines:
- The meeting starts precisely on time.
- All are welcome, but normally only the core roles speak
- The meeting is timeboxed to 15 minutes
- The meeting should happen at the same location and same time every day
- During the meeting, each team member answers three questions:[9]
- What have you done since yesterday?
- What are you planning to do today?
- Do you have any problems that would prevent you from accomplishing your goal? (It is the role of the ScrumMaster to facilitate resolution of these impediments, although the resolution should occur outside the Daily Scrum itself to keep it under 15 minutes.)
- Sprint Planning Meeting[10][11]
- At the beginning of the sprint cycle (every 7–30 days), a “Sprint Planning Meeting” is held.
- Select what work is to be done
- Prepare the Sprint Backlog that details the time it will take to do that work, with the entire team
- Identify and communicate how much of the work is likely to be done during the current sprint
- Eight hour time limit
- (1st four hours) Product Owner + Team: dialog for prioritizing the Product Backlog
- (2nd four hours) Team only: hashing out a plan for the Sprint, resulting in the Sprint Backlog
At the end of a sprint cycle, two meetings are held: the “Sprint Review Meeting” and the “Sprint Retrospective”
- Sprint Review Meeting[12]
-
- Review the work that was completed and not completed
- Present the completed work to the stakeholders (a.k.a. “the demo”)
- Incomplete work cannot be demonstrated
- Four hour time limit
- Sprint Retrospective[13]
-
- All team members reflect on the past sprint
- Make continuous process improvements
- Two main questions are asked in the sprint retrospective: What went well during the sprint? What could be improved in the next sprint?
- Three hour time limit
Amazing Offices / Office Spaces / Images / Photos – My Personal Favourites :) Part One
JQuery Reference :: Adding a Button
Always remember to put the button code within the document.ready bit!!!
<script language="javascript" type="application/javascript"/>
$(document).ready(function() {
$('#submit').click(function() { alert('hi'); });
});
</script>




























