31 January 2009, 11:36 PM

Replasing Data using str_replace(); Here its sorting data ready for Database Input.

$letters = array('"',"'");
$fruit = array('"',"'");
$text = $html;

$text = str_replace($letters, $fruit, $text);

 


 




31 January 2009, 11:30 PM

DataGridView after connection is made you can now use it search by adding this do a Button and Text Feild. Then once is searched it will add information to dataGridView1

 using (MySqlConnection conn = new MySqlConnection(CONN_STRING))

                {

                    conn.Open();

                    MySqlDataAdapter da = new MySqlDataAdapter("SELECT * FROM users WHERE domain LIKE '%" + search.Text + "%' ORDER BY id DESC LIMIT 100", conn);

                    da.Fill(dt);

                }

                if (!object.ReferenceEquals(dt, null))

                {

                    bs.DataSource = dt.DefaultView;

                }

 

                this.dataGridView1.ClearSelection();

                this.dataGridView1.SelectionMode = DataGridViewSelectionMode.FullRowSelect;

                this.dataGridView1.DataSource = bs;




31 January 2009, 11:28 PM

Add Refence

using MySql.Data.MySqlClient;

Then code also her is code to Create a DataGridView

 private DataTable dt = new DataTable();

        private BindingSource bs = new BindingSource();  

// Localhost if Local otherwise need SERVER name
string CONN_STRING = "SERVER=localhost;" +

                    "DATABASE=databasename;" +

                    "UID=username;" +

                    "PASSWORD=password;";




31 January 2009, 11:23 PM

Handy script for search a string of data to find information required

$user_agent = $_SERVER['HTTP_USER_AGENT']; // Client Brower

// Search string for Windows XP (Microsoft Build 5.1)

if(stristr($user_agent,'NT 5.1'))
{
$os = "Windows XP";
} else {
$os = "Other Windows OS";
}

 




18 January 2009, 12:37 PM

Were done some changes to our website refresing the content a bit. Weve added a new way to display our work. As our portfolio grows were devlopered an easy way to show our work to clients. 




16 January 2009, 9:08 PM

Completed a project which contain various different methods of work which i had not explored before. The website had already been build and i was working on a CMS for the client.

The system was developed after many hours of think how to develop finally i come up with my idea and started coding. Finally i ended up with a 4 repleaer scripts and many PHP lines later i finally finished my code and was ready for the client. 




3 January 2009, 6:32 PM

Completed project for Premier Soccer Schools. An football coaching school based in Deal, Kent. 

[qtitle]premiersoccerschools.com[/qtitle][q]Premier Soccer is a professional coaching school based in Deal, Kent. Premier soccer is run by professional footballer Sammy Moore. Sammy set this school up for children aged between 5 and 14 with different types of abilities. Our soccer school is designed to offer young players the opportunity to train, meet a team of professional coaches and play football within a professional environment.[/q]




3 January 2009, 6:29 PM

Completed project for Hardwired Entertainment DJing website. Built an Content Management System so they can update contents them selfs. 




3 January 2009, 4:54 PM
Note: This is Beta software provided by Dev Team at blog.iphone-dev.org



2 January 2009, 2:55 AM

Download yellowsn0w provided by iPhone Dev Team

Install via Cydia /linkout.php?url=apt9.yellowsn0w.com

1. Get terminal
2. in terminal type yellowsn0w -c
3. in terminal type yellowsn0w -r
4. in terminal type yellowsn0w -q
5. airplane mode on
6. airplane mode off

... Unlocked





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
 

© OKD Limited 2010 | Contact Us
OKD Limited is a private registered company in England and Wales.
 
Ollie Kett Designs - Tracking System