Archive for Web programiranje

How to Generate Instagram Token – detailed explanation in 12 easy to follow steps with screenshots

How to Generate Instagram Token – detailed explanation in 12 easy to follow steps with screenshots

How to generate Instagram Token? You can follow instructions on developers.facebook.com or you can follow my instructions below Use your computer an login into your Facebook and Instagram accounts. If you don’t know, Facebook owns Instagram. If you want to show Instagram feed on your website,…

Continue reading →

Kako ukloniti WordPress 3.1 admin bar sa vrha vašeg sajta

Idite u  User Profile u administratorskom delu vašeg WordPress sajta Odštiklirajte  Show Admin Bar When Viewing Site. Kliknite na Update Profile dugme Ako ste WordPress developer (da ne kažem programer) otvorite functions.php u folderu vaše teme i dodajte add_filter( ‘show_admin_bar’, ‘__return_false’ );

Continue reading →

How to disable the WordPress 3.1 Admin Bar

Go to your User Profile in Admin section of your WordPress Uncheck the box which says Show Admin Bar When Viewing Site. Click Update Profile button If you are developer, then add this code into theme functions file (functions.php) add_filter( ‘show_admin_bar’, ‘__return_false’ );

Continue reading →

Ehotim web dizajn u Australiji (Thanks Mathew Carpenter)

Ehotim web dizajn u Australiji (Thanks Mathew Carpenter)

Naši počeci su vezani za mnoge frilenserske sajtove. Jedan od njih je bio i www.getafreelancer.com (popularni GAF), koji je sad postao www.freelancer.com. Tada smo naleteli na jednog Australijanca (Mathew Carpenter) i za njega smo uradili par sajtova. Mat je tada imao 15 godina! U početku…

Continue reading →

PHP i mysql

Kad sam naučio da radim sa bazama podataka, shvatio sam da je od sada za mene skoro svaki zadatak moguć. Gomila problema za koje nisam imao rešenje je postala jednostavna. Može se reći da je nemoguće napraviti ozbiljniji web sajt bez korišćenja baza podataka.

Continue reading →

Programerski saveti

Ovde ću pokušati da Vam olakšam ulazak u svet programiranja. Radiću primere za koje smatram da su osnovni, i da predstavljaju odličnu bazu za nastavak rada. Najviše ću raditi php / mysql jer su oni i najlakši za rad, i skoro sve možete raditi sa…

Continue reading →