|
28 December 2008, 10:58 PM |
Ollie Kett Designs now offers hosting service for all types of developments big or small with fast Linux Servers running the latest scripts and CPanel what more do you need. With 7.5GB of space starting from only £9.99 yearly our hosting services provides quality cheap and friendly servers.
Check out our hosting packages |
|
11 December 2008, 4:21 PM |
Yeserday i got my First Mac. Ive purchased an Intel Duo Core, 120GB Hard Drive, 2GB Ram, 13.3" White MacBook running Lepoard 10.5 OSX.
Getting used to my new OS as it my first time with a Mac and im starting to like it. I very much like the speed of the OS and downloaded the devlopment tools for it to start creating some iPhone Apps.
Watch out for some of my first apps. |
|
6 December 2008, 11:56 PM |
Cant find a download for Visual C++ 2005 as Microsoft changes there site and will only let you download C++ 2008. Never mind link is here. » Download
Please Note: If your using Vista you need to download then do Window Updates to get the Service Pack 1 for C++ 2005. |
|
25 November 2008, 10:38 PM |
I have purchased an iPhone this week. Yes an old version iPhone Unlocked and Jailbroking. Running Cydia so i can get them handy Apps.
The first thing i done was head wrong my mates to see actually if the iPhone 3G was any faster.
So the test was iPhone vs iPhone 3G both running on O2UK 3G Pay as you Go Sims. So we tested it out on my domain www.ollie.at. Pressed Go and they both starting loading.
They both got of to an equal start however the iPhone 3G completed then the iPhone come in behind the diffrence in connection speed seemed to work pretty much the same untill the last hurdle of showing the page. |
|
24 November 2008, 9:34 PM |
I downloaded Google Chrome at the weekend and i think its the best browser. The broswer loads page faster than IE 7. If not twice as fast however not put it to the test against FireFox 3 yet.
Google Chrome is defently one of the best broswer for Google Applications such as YouTube, Google Mail, Etc.
Download Now |
|
9 November 2008, 6:45 PM |
If youve removed your recycle bin icon, or you previously added the some of the "special" icons like Computer, User or Control Panel to the desktop and they are now missing, you might want to know how to add them back.
Go to Control Panel -> Personalize (or right-click on the desktop and select Personalize), and then choose the link for "Change Desktop Icons" on the left-hand side.
Now you can chose the icons you want back on the desktop by checking the box next to the name.
Click the Apply button, and you should see the icon show up on the desktop immediately. |
|
2 November 2008, 9:44 PM |
Using .htaccess to create Vitrual Locations on server.
Options +FollowSymLinks RewriteEngine on RewriteRule ^Blog/(.*)$ blog.php?cat=$1 [L] |
|
22 October 2008, 1:00 PM |
Handy code to count number of rows in MySQL. I use the code to search return results of how many posts are in on Catergry on my blog.
$db_con = mysql_connect("localhost", "username", "password"); mysql_select_db("database", $db_con);
$result = mysql_query("SELECT * FROM post WHERE catergory='Example'"$db_con); $num_rows = mysql_num_rows($result);
echo $num_rows; |
|
22 October 2008, 12:51 PM |
Day 6 Today i continued to install firmware to products.
Day 7 Today i finished off installing firmware to products and James set me up with some work to do with Faxes. I had to test to see if the older Faxes worked with network. Also i got some faxes ready for me to test tomorrow. |
|
|
17 October 2008, 11:17 PM |
When creating custom design in C# you want to move your application these codes will enable the whole application or just the outsides to move.
using Microsoft.Win32; using System.Runtime.InteropServices;
On Form1 add this code
public Form1() { InitializeComponent(); } public const int WM_NCLBUTTONDOWN = 0xA1; public const int HT_CAPTION = 0x2;
[DllImportAttribute("user32.dll")] public static extern int SendMessage(IntPtr hWnd, int Msg, int wParam, int lParam);
[DllImportAttribute("user32.dll")] public static extern bool ReleaseCapture();
private void Form1_MouseDown(object sender, MouseEventArgs e) { if (e.Button == MouseButtons.Left) { ReleaseCapture(); SendMessage(Handle, WM_NCLBUTTONDOWN, HT_CAPTION, 0); } }
Or if you wish to apply it to move by an object only add
private void Object_MouseDown(object sender, MouseEventArgs e) { if (e.Button == MouseButtons.Left) { ReleaseCapture(); SendMessage(Handle, WM_NCLBUTTONDOWN, HT_CAPTION, 0); } } |
|
|
17 October 2008, 10:45 PM |
Handy script to set an Intro on to application. Firstly create Form1 and then in Form1 create Form2.
Add a timer named "timer1". Set timer1 properties to Enabled is "True" and Interval is "5000" (5 Seconds).
Now use this script on timer tick
private void timer1_Tick(object sender, EventArgs e) { Form2 ShowForm2 = new Form2(); this.Hide(); ShowForm2.Show(); timer1.Stop(); }
Remember than Form1 is only hidden so when Form2 is closed Form1 will still be active in background. |
|
17 October 2008, 10:31 PM |
Day 3 Again today I was working with James installing firmware to products. Today I also moved onto electronically unlocking a product installing firmware and then electronically locking after the firmware had finish installing.
Day 4 Because the firmware is time consuming I was counting this process today. Its fun as you have to use various commands on the CMD to access the products.
Day 5 I did not attend work due to illness. |
|
|
15 October 2008, 11:02 AM |
At the beggeing of the week i started work experience at BT (Addres Park).
Day 1 On arrival i reported to resciprtion and received a site pass so i was allowed on site. After i arrive i meet Julie she run me though health and safety and other site rules. After that i meet my supervisor Kevin who show me around some of the rooms they use. After lunch Kevin set me up to test a phone.
Day 2 Today Kevin sorted me out some work with James who deals with other products. Ive been helping James install firmware on products and also testing. |
|
7 October 2008, 7:07 PM |
Still trying to come together what console is the best. Im the current owner of a PlayStation 3 and i think it has to be the best console but i want you lot to do my poll and give me your results.
Remeber your voting for the best console not just the one you got. [include]inc/poll-console.php[/include]
After you vote results will be displayed. |
|
6 October 2008, 8:49 PM |
Just a general blog about one of first project created in C# most people do it and its most common way to start C#.
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication1 { class Program { static void Main(string[] args) { Console.WriteLine("Hello World!"); } } } |
|
|
30 August 2008 |
Ollie Kett Designs has developed a PHP / MySQL Website Stats and Online
Tracking System called "TSys". You may see this system working on various
networking sites. If you wish to be part of TSys or have it working on your site
contact us.
TSys is a online system which takes time and dates of the users page impressions
working scripts together it takes visits hits and then creates a log of the
users root throughout the network. Every hit is added to a database which takes
IP, Time & Date, Page Title, Page URL and User Agent and then combines to count
the total page hits of a page and the total hits from that hit.
The TSys works via an Image and can be used as a URL seen below.
track.olliekett.com/?web=Website Name&url=domain.com
Now Working using Virtual Directory's
track.olliekett.com/Website Name/domain.com
|
|
|
25 August 2008 |
| We have created a graphic and a flash design for they new company logo. The logo can be checked out at there website. Go to our portfolio for more information |
|
11 July 2008 |
| We have changed the style of the layout on the frontpage and added a slide feature which can be accessed by clicking Login on the Main page. Updates to the whole websites will be coming shortly. |
|
24 June 2008 |
| Late June 2008 we designed some logos for Every Aspect Technical Services. Its unlike our normal design work however we still offer the logo design to companies. We created them a logo with sound effect coming off and with the lights shinning in. |
|
17 June 2008 |
Due for release this week we have been working on a new project. Rococco is a new beauty salon opening in Suffolk. We have developed the website for them which will be released on the 20 June.
www.rococco.co.uk |
|
21 May 2008 |
| Ollie Kett Designs have released an area were we are publishing web applications such as contact forms and login areas. All our web applications come with installation files which make it easy for the user to install watch out over the upcoming weeks for new web applications. |
|
9 May 2008 |
| We have created two flash music players for Lauren McConnells website. Lauren was a finalist in ITVs Grease is the Word. We created a popup flash player for the website and then a larger player for the music page both of the flash players work of a XML Playlist. |
|
28 April 2008 |
| Built in 2008 the Ollie Kett Designs Tracker allows a webmasters to register for FREE and track IP address hitting their website. Each log is date and time stamped to every second. You can have the tracker shown or hidden on your website. Your choose login or register now. How it works? When a user visits your website it take there IP address and then saves it to a database with the date and time of which the user visits the website. You can then view the status on the tracker website. www.tracker.olliekett.com |
|
13 April 2008 |
| We have made some improvements to our website. We now have a smart flash title with a timer, designed a cover flow which displays files from our portfolio, added the new database, new control panel and better packages. So why you waiting start taking a look at our website. |
|
01 March 2008 |
Were recently designed a brand new website. We have designed 1 Goalkeeping. They are a Goalkeeping Coaching in the Ipswich Area. We added the current features to the website
- Website - Login (Admin, Member) - News |
|
20 February 2008 |
| Ever wished to take a photo on your mobile to upload it to the net and then download it at home. We its that simple now you can easily take a photo, go to /linkout.php?url=wap.olliekett.com log on upload and then login to your control panel at home and download the image. Plus it on the internet when you upload so your friends and family can view it by sending them the image link. |
|
|
|
 |
We have a large
portfolio of work we have completed for
clients. Our portfolio always carries our
current new iPhone applications.
Take a look |
|
|
|
 |
Follow us on
Twitter, We aim to provide Live Information
-
@olliekett |
|
|
|
|