zaca's profileZack® Corp BalkanPro*** ...PhotosBlogListsMore Tools Help

Zack® Corp BalkanPro*** 64 bit head!

Big fun and work

DVD Releases

Loading...

Multiple Feeds - cbsnews

Loading...

YouTube Search

Loading...

Billboard Top10

Loading...

My Zune Plays

Loading...

Virtual MTV

Loading...

LabPixies Radio

Loading...

Youtube Videos

Loading...

Radio Live Space

Loading...

Radio Live Space

Loading...

New Media Releases

Loading...

Soapbox Video

Loading...

Be Connected

Loading...

Miley Cyrus - Portrait

Loading...
No list items have been added yet.

DJ N€$H@

DeeJay NeSha & DeeJay MiCky
ORGANIZUJU:
Sve vrste proslava:zurke,rodjendani….
po veoma niskim cenama….sa vasom ili nasom zvucnom opremom!!!
Ulepshaj te vashe proslave vash Dj NeSha&Micky!!!
Mozete nas kontaktirati putem
Internet-a: Dj NeSha: hell_boy_vs@hotmail.com
Dj Micky: Milan_kopil@hotmail.com
Telefona: Dj NeSha: 061/157-37-23
Dj Micky: 064/298-09-74

Dj N€$@

Dobrodošli ili izvolte u najnoviju generaciju dj mixova sa najnovojom tehnologijom što ima i iskusno koristi Dj N€$@!!!~ TM AKO VAM TREBA PROFESIONALNI  MIX NAJBOLJIH I NAJNOVOJIH ZBIRKI I KOLEKCIJA SAMO SE OBRATITE NJEMU I IMATE PRAVI KVALITET I DIZAJN MIX ZVIKA ELEKTRO OBRADE SA ORGINAL SOFTVEROM ZA DJ RAD TO JE NAŠ DJ N€$@!!! MSN: hell_boy_vs@hotmail.com

SAMO GA PITAJTE ŠTA GOD VAM TREBA I ON VAM MUZIKU PO ŽELJI STVORI I NISKO NAPLATI, ŠTO JE SVE LEGALNO I NAJPOŠTENIJE KOD NJEGA , SAMO TREBA DA KONTAKTIRATE I DOBIJATE NAJBOLJU MUZIKU KOJU STE ODUVEK SANJALI I ŽELELI!!!

 

 

 

Atomix Virtual DJ v5.2 Pro

Posted in category Music Software

Burning Software - AIO

A­to­mix V­ir­tu­a­l DJ­ v­5.2 Pr­o­ |15.5 MB
The­ U­ltima­te­ DJ­ Mix So­ftwa­r­e­

Vi­rtu­al­DJ i­s the­ ho­tte­st M­P3 m­i­xi­ng so­ftw­are­, targe­ti­ng e­ve­ry DJ fro­m­ be­dro­o­m­ DJs to­ pro­fe­ssi­o­nal­ su­pe­rstars l­i­ke­ C­arl­ C­o­x.W­i­th i­ts bre­akthro­u­gh Be­atL­o­c­k e­ngi­ne­, yo­u­r so­ngs w­i­l­l­ al­w­ays stay i­n the­ be­at, and yo­u­ c­an w­o­rk yo­u­r m­i­xe­s i­nc­re­di­bl­y faste­r than any o­the­r DJ c­o­u­l­d.he­ au­to­m­ati­c­ se­am­l­e­ss l­o­o­p e­ngi­ne­ and the­ brand ne­w­ sync­hro­ni­se­d sam­pl­e­r w­i­l­l­ l­e­t yo­u­ pe­rfo­rm­ asto­u­ndi­ng re­m­i­xe­s l­i­ve­, w­i­th no­ pre­parati­o­n at al­l­.The­ vi­su­al­ re­pre­se­ntati­o­n and the­ c­u­e­s al­l­o­w­ yo­u­ to­ c­l­e­arl­y se­e­ the­ so­ng

Gleria

 

  Mini prezentacija u okviru infobaze(osnovni izgled)
  Izgled sajta primer 1

  Izgled sajta primer 2

 

Izrada web stranica ili Web Dizajn, je usluga koju nudimo svim
firmama koje žele da unaprede njihovo poslovanje i koje žele da
ostvare dodatne prihode putem interneta. Web prezentacije koje mi izradjujemo su napravljene po najsavremenijim svetskim
standardima na polju internet tehnologije.

Izrada web sajta podrazumeva:

* Kvalitetan i dopadljiv dizajn
* Brzu i intuitivnu navigaciju i lak pregled informacija
* Kompatibilnost sa vodećim Browserima
( Internet Explorer, Mozila, Opera...)
* Validan XHTML kod
* Validan CSS Tzv. Tableless dizajn
( bez upotrebe tabela )
* Brzo učitavanje i pristupačnost korisnicima sa manjom
brzinom konekcije
* mogućnost dalje nadogradnje

Rok pravljenja i postavljanja na internet je veoma kratak.
Vaš sajt može biti postavljen i funkcionalan već za par dana.

 

 LOGO primer 1                       LOGO primer 2                    LOGO primer 3

              

Izgled sajta primer 3      Izgled sajta primer 4         Izgled sajta primer 5

 

2008 © Copyright by BalkanPro
Developed by AlexK

PROGRAMMING

Star wars meets San Francisco

   

So You Think You Can Dance - Popping Battle

 YouTube - So You Think You Can Dance - Popping Battle

   

August 13

Joining the twitter wave

Ok opened my twitter account a few days ago and now lets se if the twitter wave will catch on. If you are interested on following my twitter exploits just take a look at my twitter space at www.twitter.com/dejanfajfar

August 12

Newer before seen

I have been using Gmail for its early beginnings and newer have I had any complains. Since one year I am using Google Apps and again I newer had a problem.

So it comes as no surprise that I did not expect to be greeted with a 502 temporary server error.

Don't get me wrong I think that the service provided by Google are available and reliable 100%. I just think that this image is having some historical value like the first picture of the Earth taken from outer space.

August 06

Easy assembly information management

Everyone who has done at least some development has noticed that you can't cram all the code you write into one project.

Making multiple projects for one solution should come as natural as standing up in the morning. But there is a little hidden danger behind this practice. After you divide your solution into more projects, each project has a assembly.cs or .vb file. This is good for starting little projects but after some time has passed this separation can become troublesome. If you want to increase the version number of your entire solution or change any other assembly data you have to do it in every project separately. Would it not be nice to have all this data in one place. Well in my latest project I had this problem. And after doing a quick Google on the subject matter I found a ton of solution which used custom MSBuild tasks that handled automatically increasing the version number of the assembly but all the other data was still duplicated everywhere. So I searched on. I found a solution that satisfies my needs and does not require you to open every project file and edit is manually. So lets state the obvious drawback of my solution:

It does not autoincrement the file version number!

Well for me this is not really a problem because I want to set the complete version number. Some like to have a version number that looks like this:

[major version].[minor version].[date of build].[revision number]

I on the other hand like to set all four digits my self after doing release branches. And because of that I had to go to every assembly.cd or .vb file and change it there. Well not any more.

So lets take a look at the solution. First of all you must realize that the assembly.cs or .vb file is just a glorified code file and as such the .NET runtime will go through great lengths to assemble it. Just think of partial classes and you'll get the idea. If you take a closer look into that file you fill find the following:

   1: using System.Reflection;
   2: using System.Runtime.CompilerServices;
   3: using System.Runtime.InteropServices;
   4:  
   5: // General Information about an assembly is controlled through the following 
   6: // set of attributes. Change these attribute values to modify the information
   7: // associated with an assembly.
   8: [assembly: AssemblyTitle("??????????????")]
   9: [assembly: AssemblyDescription("")]
  10: [assembly: AssemblyConfiguration("")]
  11: [assembly: AssemblyCompany("")]
  12: [assembly: AssemblyProduct("?????????????")]
  13: [assembly: AssemblyCopyright("Copyright ©  2008")]
  14: [assembly: AssemblyTrademark("")]
  15: [assembly: AssemblyCulture("")]
  16:  
  17: // Setting ComVisible to false makes the types in this assembly not visible 
  18: // to COM components.  If you need to access a type in this assembly from 
  19: // COM, set the ComVisible attribute to true on that type.
  20: [assembly: ComVisible(false)]
  21:  
  22: // The following GUID is for the ID of the typelib if this project is exposed to COM
  23: [assembly: Guid("153b69cf-a102-47d8-ad19-71004d30f454")]
  24:  
  25: // Version information for an assembly consists of the following four values:
  26: //
  27: //      Major Version
  28: //      Minor Version 
  29: //      Build Number
  30: //      Revision
  31: //
  32: // You can specify all the values or you can default the Build and Revision Numbers 
  33: // by using the '*' as shown below:
  34: // [assembly: AssemblyVersion("1.0.*")]
  35: [assembly: AssemblyVersion("1.0.0.0")]
  36: [assembly: AssemblyFileVersion("1.0.0.0")]

Maybe you noticed that there is a lot of common junk in there. After extracting all the common parts you are left with this slimmed down version of the file:

   1: using System.Reflection;
   2: using System.Runtime.CompilerServices;
   3: using System.Runtime.InteropServices;
   4:  
   5: [assembly: ComVisible(false)]
   6:  
   7: [assembly: Guid("618db47a-f74d-4d53-ad36-f4c8bff5b503")]

You can ever remove the ComVisinble attribute and only be left with the assembly GUID but COM visibility is usually determined early in the projects lifetime and seldom changes. So its up to you to decide.

Next you create a file where you will put all the rest. I like to create a solution item and just name it CommonAssemblyData.cs or something in that matter. Which then holds all the rest.

Now comes the magical part which is overlooked by most developers. You can add files as links to a project. So you go through the normal procedure of adding a existing file to a project. But at the add button you press the drop down arrow and not the Add button (yes it is a drop down button and not a normal button). To illustrate this here is a picture.

AddAsLink

And that's basically it. Now in the future you just change data in the common file and all the assemblies are updated on the next build.

I hope this makes some lives a little bit easier.

July 21

Spot the difference

After seeing this in the application I am currently working on I just had to write about it. This is not a case of not working code. The code is working and if used correctly no one will notice this. Well if you know what you are doing should notice it.

So without further ado lets take a look at the code.

   1: public virtual Close()
   2: {
   3:     throw new NotImplementedException();
   4: }

Ok so what is wrong with this little peace of code. If you do not know then let me enlighten you on the meaning of the virtual keyword in C#:

The virtual keyword is used to modify a method or property declaration, in which case the method or the property is called a virtual member. The implementation of a virtual member can be changed by an overriding member in a derived class.

When a virtual method is invoked, the run-time type of the object is checked for an overriding member. The overriding member in the most derived class is called, which might be the original member, if no derived class has overridden the member. (For more information on run-time type and most derived implementation, see 10.5.3 Virtual methods.)

By default, methods are non-virtual. You cannot override a non-virtual method.

You cannot use the virtual modifier with the following modifiers:

static abstract override

Virtual properties behave like abstract methods, except for the differences in declaration and invocation syntax.

  • It is an error to use the virtual modifier on a static property.
  • A virtual inherited property can be overridden in a derived class by including a property declaration that uses the override modifier.

For more information on virtual methods, see 10.5.3 Virtual methods.

 

So now that we know that lets take a look at another keyword in C# which is abstract.

The abstract modifier can be used with classes, methods, properties, indexers, and events. Use the abstract modifier in a class declaration to indicate that a class is intended only to be a base class of other classes. Members marked as abstract, or included in an abstract class, must be implemented by classes that derive from the abstract class.

Abstract classes have the following features:

  • An abstract class cannot be instantiated.

  • An abstract class may contain abstract methods and accessors.

  • It is not possible to modify an abstract class with the sealed (C# Reference) modifier because sealed prevents the class from being inherited.

  • A non-abstract class derived from an abstract class must include actual implementations of all inherited abstract methods and accessors.

Use the abstract modifier in a method or property declaration to indicate that the method or property does not contain implementation.

Abstract methods have the following features:

  • An abstract method is implicitly a virtual method.

  • Abstract method declarations are only permitted in abstract classes.

  • Because an abstract method declaration provides no actual implementation, there is no method body; the method declaration simply ends with a semicolon and there are no curly braces ({ }) following the signature. For example:

       1: public abstract void MyMethod();
  • The implementation is provided by an overriding methodoverride (C# Reference), which is a member of a non-abstract class.

  • It is an error to use the static or virtual modifiers in an abstract method declaration.

Abstract properties behave like abstract methods, except for the differences in declaration and invocation syntax.

  • It is an error to use the abstract modifier on a static property.

  • An abstract inherited property can be overridden in a derived class by including a property declaration that uses the override modifier.

An abstract class must provide implementation for all interface members.

An abstract class that implements an interface might map the interface methods onto abstract methods.

Now after knowing both keywords and what they are doing. You will se why the code is correct and extremely volatile.

Leaving the method as it is will result in a NotImplementedException at run time. And believe me this in not something that you want.

So lets do it so that missuse is practically impossible.

   1: public abstract Close();

So lets the see why this is the better solution:

  • Less code - which is always good
  • If the developer using this class is not implementing the method, he will not be able to compile the code.
  • The error will found before the firs check-in and not sometime in production.

I hope we all agree that the second implementation is better. If not do write me a mail or a comment.

July 03

Books that change you

My Job Went to India: 52 Ways to Save Your Job (Pragmatic Programmers)
by Chad Fowler

Read more about this book...

There are books that change the way you think about your job. And this is one of them. Written by Chad Fowler which describes his experiences made during one and a half years of managing a offshore development team.

I just find this book extremely inspiring. For example in "Part 4 : Marketing...Not just for suits" he explains how the business people se the development side. We all now how see them. All those discussions where we just cant explain to them why the development would be lighter if we would just get those test resources. After reading this book I began to understand why this is sometimes so hard.

To give just one example I will quote one of the sentences that made me think and then explain it.

It's hard to tell you're losing weight because you see yourself every day. Value rigidity works the same way. Since we live every day in our careers, it's easy to develop value rigidity in our career choices. We know what has worked, and we keep doing it. Or, maybe you've always wanted to be promoted into management, so you keep striving toward that goal, regardless of how much you like just programming.

Although I am relatively young but since I can remember I wanted to lead a teem. And because of that I thought that the only way for that was to get into management. And all I saw is that promotion and all I did was directed to that single goal. Because of that I was really frustrated when I was overlooked. But during all this time, all those frustrating days at work. What did I do when I got home. When I was home and I could do many things, I opened Visual studio, Neetbeans or just a simple text editor and I programmed. So now I do not work for that promotion I work because I like to code. And for now I am happy with that. I the end I get paid for my hobby.

The next one made me do something that suppressed me personally.

Learn a new programing language. But don't go from Java to C# or from C to C++. Learn a new language that makes you think in a new way. If you're a Java or C# programmer, try learning a language like Smalltalk or Ruby that doesn't employ strong, static typing.

This combined with the comment "Every developer should know a dynamically typed language" of a fellow developer that I respect provoked me so much that I ordered a Ruby book and started to learn my old nemesis C++. Me and C++ have a love hate relation. I like the fact that there is not much auto-matic in the language but I just have the whole feel of it. Mostly because of lack of experience but the fact that it was pushed at my university helper a loot.

So if you are a developer that has a few extra bugs and some time to read a good book. Do pick it up. It will not disappoint.

The unofficial Google shell

A few days ago I have found a new and interesting gimmick. Simply called goosh.org enables all shell nuts  like me to experience Google through the eyes of a shell.

But what really makes this unique is the excellent implementation of it. The user experience makes you forget that you are staring at a web page.

All that I can say is that you should try it.

image

July 02

Lambda expressions

In one of my previous blog posts title VAR or not to VAR I was telling the world my peace of mind about the VAR abbreviation. The whole online community is going wild about this pseudo dynamic typing. But what I am missing is something that will really save code. And that C# language feature are lambda expressions. If you do not know what I am talking about do Google it. It will really save you a lot of code.

So this is what the code looked like before lambda expressions:

   1: public void SetParameters(List<IValidationPartConfigurationElement> parameters)
   2: {
   3:     if (parameters.Exists(delegate(IValidationPartConfigurationElement parameter) { return parameter.Name == "minValue"; })
   4:         && parameters.Exists(delegate(IValidationPartConfigurationElement parameter) { return parameter.Name == "maxValue"; }))
   5:     {
   6:         /* Throw exception */
   7:     }
   8:  
   9:     foreach (IValidationPartConfigurationElement parameter in parameters)
  10:     {
  11:         if (parameter.Name == "minValue")
  12:             this.minValue = Convert.ToInt32(parameter.value);
  13:         if (parameter.Name == "maxValue")
  14:             this.maxValue = Convert.ToInt32(parameter.value);
  15:     }
  16: }

This is a code snippet from one of my projects that I am working on. And it does not look so bad. There are a few things left to improve. But lets rewrite the same thing with lambdas.

And we get something like this:

   1: public void SetParameters(List<IValidationPartConfigurationElement> parameters) 
   2:         {
   3:             if (parameters.Exists(parameter => parameter.Name == "minValue")
   4:                 && parameters.Exists(parameter => parameter.Name == "maxValue"))
   5:             {
   6:                 /* Throw exception */
   7:             }
   8:  
   9:             this.minValue = Convert.ToInt32(
  10:                 parameters.Find(parameter => parameter.Name == "minValue").value);
  11:             this.maxValue = Convert.ToInt32(
  12:                 parameters.Find(parameter => parameter.Name == "maxValue").value);
  13:         }

Now this looks a whole lot better. By using lambda expressions we have reduced the code and created code that executes faster than the one above.

If that is not worth a little hype then I don't know what is.


 

INFO

Podaci
http://www.madeinsrbija.net/photo/company/c735.jpg
Agencija za web dizajn i internet hosting \Skocica\
Izrada web prezentacija, hostovanje, registracija domena, logo i sve sto vam treba da bi bili prepoznatljivi i originalni.

Baza privrednih subjekata na teritoriji Srbije infobaza.rs
 
Adresa Vojvode Knicanina 4
Mesto Vršac
Telefon 064/000-49-22
Fax
e-mail marketing (at) balkanpro (dot) com
Web prezentacija http://www.balkanpro.com

Proizvodi (1-2 od 2)
Jedan red Sortiraj po Imenu: A - Z Imenu: Z - A Ceni: od nizih ka visim Ceni: od visih ka nizim Oceni: 1 - 5 Oceni: 5 - 1 Broju poseta  
Usluge :: Web dizajn
INFOBAZA.RS
Baza poslovnih korisnika na teritoriji Srbije. BUDITE SVIMA DOSTUPNI NA KLIK.
Prosečna ocena: 5.00
Cena: 3.85
Broj poseta: 329


Usluge :: Web dizajn
web dizajn
Izrada sajtova u najkracem roku po najpovoljnijim cenama, bez gubitka na kvalitetu.
Broj poseta: 321
 

DELSIK

Opis proizvoda / Integracija PHP-a
Raspored
             00B INTEGRACIJA PHP - Integracija PHP-a i MySql baze zna&.. novo
RSD5.670,00

Kolicina:
 
NOTE: Cene su sa rezervom

Usluga u opticaju
Objašnjenje o statusu usluga
Trenutno nemamo ovu uslugu Usluga postoji
***************


Online shop (INTERNET SHOP)

Lista proizvoda
Opis proizvoda / Flash sajt
Raspored
Usluga u opticaju - Flash sajtove pravimo po vasim pot..
RSD28.000,00

Kolicina:
 
NOTE: Cene su sa rezervom


Objašnjenje o statusu usluga
Usluga u opticaju Usluga postoji
Trenutno nemamo ovu uslugu
***************
BalkanPro | InfoBaza.rs | ©2008

Proizvodi (online shop)

Lista proizvoda
Opis proizvoda / Rezultati pretrage /
Cena
00L LOGO -  Ukoliko želite naši dizajn.. novo
RSD4.050,00

Kolicina:
 
002IN - novo
RSD4.100,00

Kolicina:
 
00B INTEGRACIJA PHP - Integracija PHP-a i MySql baze zna&.. novo
RSD5.670,00

Kolicina:
 
00S Statički sajt - - Web prezent.. novo
RSD9.720,00

Kolicina:
 
000D PHP BLOG SAJT -  - Web prezentacija novo
RSD19.920,00

Kolicina:
 
001D - ONLINE SHOP - - Web prezentacija novo
RSD29.920,00

Kolicina:
 
NOTE: Cene su sa rezervom


Objašnjenje o statusu usluga
Usluga u opticaju Usluga postoji
Trenutno nemamo ovu uslugu
***************

Web hosting

always for ypu 24/7 active, with your domain, and unlimitated storage!!!   
Detalji o proizvodu
ID proizvoda:





Opis:
  • WEB HOSTING vaseg sajta na nasem serveru, koriscenje webmaila, kontrol panela kojim mozete lako menjti sadrzaj svog sajta, podrska 24 sata, 7 dana u nedelji.

    5 e-mail adresa sa vasim domenom i NEOGRANICEN PROTOK.

    CENA JE NA GODISNJEM NIVOU, a preracunato u mesecima iznosi 333,33 din./mesecno.


Cena/komad: RSD4.000,00

Kolicina:  
using linux severs of future, including red heat and debian(ubuntu) servers for your online data storage !

Adversting hosts

 

>> Internet marketing companies

>> Rapid 48 hr search engine submissions

Online marketing tools

 Find proven online marketing tools to build free online traffic as well as skyrocket your search engine positions through link popularity.

B2Eblogger ===>>> Get one-way keyword specific backlinks on B2Evolution Blogs.

TrackBackBuilder ===>>> Grab up TrackBack (keyword targeted backlinks) on HaloScan's Massive Network!

UNautoBlogger ===>>> The Ultimate In Non-Automated Blog/Forum posting!... Easily Find Exact Keyword, High PR sites to post your comments in... You can have hundreds of incoming HIGH PR backlinks super fast!

Visit site!

 

Free advertising tools

 Get the tools you need to generate web traffic and automate your online advertising.

>>  Get listed on search engines fast and free.

>>  Earn better search engine placement through link popularity and get traffic from these links as well.

>>  Get hundreds or even thousands of incoming one way links to your website in a matter of weeks.

>>  Get potential clients visit your site more often and double or even triple your website's conversion rates over time.

>>  Track your web sites performance at no cost.

Free advertising tools

 

 

 

 

Survey scout - work at home program

 

>> Get paid to take online surveys and make from $5 to $75 each, or more
>> Get paid to participate in focus groups and make up to $150 an hour
>> Get paid to take phone surveys and you can earn as much as $120 an hour
>> Get paid to try new products (and keep the free products too)
>> Get paid to preview new movie trailers for $4 to $25 an hour

Click Here!

BUSINESS LEADS

Get thousands of targeted business leads. Reach out to targeted groups of ezine subscribers for inexpensive marketing with high conversion rates - Ezines directory.

VIRAL MARKETING

Start building your down line with the fastest growing viral marketing program on the net - Free viral.

PAY PER CLICK MARKETING

Drive targeted traffic with google pay per click advertising program.

  Google ppc

 

 

 

Our partners


4 Funny Games

 

Biometric Time and Attendance

 

Play Free Online Games

 

 

Inexpensive web traffic

Low cost classified ads.

Get quality traffic at low cost.

Inexpensive niche Ezine advertising that works - 2 Bucks an Ad.

Targeted PPC marketing starting $0.01.

Rss feeds.

 

Web tools

Seo elite

Top search engine positioning software - shocks the experts and can nearly guarantee a No.1 Google ranking in 28 days.

Domain Suggestion Tool.
Find Domains with Targeted Traffic Quickly.

Expired Domain Express Software.
Expired Domain Name Software. Find expired domain names fast with powerful software.

  Constant contact

Generate targeted business leads with powerful email marketing software.

 

 

 

 

 Free online advertising tools, web traffic analysis.

Web traffic analysis

 

 

Cool Domains:  

Buy a domain/Check availability   

 


ads

Mesto za vašu reklamu-




Infobaza main

Detalji o proizvodu
ID proizvoda:




Kliknite za punu velicinu



Opis:
  • Osnovna usluga, uclanjenje na godinu dana. jedna strana + 5 fotografija, detaljan opis firme i svi bitni podaci o vasem poslovanju.

Cena/komad: RSD3.850,00

Kolicina:  

Povratak na listu

BalkanPro | InfoBaza.rs | ©2008

Ads

    Uniwebhosting.com
Pretraga:  
  Digitalni fotoaparati

Oglasi


 
 

 


  Mali oglasi



 

 


  Foto oglasi

 
 

 

Forum

We have forum, that is opened now!!!




Nove poruke Nove poruke    Nema novih poruka Nema novih poruka    Obaveštenje Obaveštenje
Nove poruke [ Popularne ] Nove poruke [ Popularne ]    Nema novih poruka [ Popularne ] Nema novih poruka [ Popularne ]    Lepljiva Lepljiva
Nove poruke [ Zaključane ] Nove poruke [ Zaključane ]    Nema novih poruka [ Zaključane ] Nema novih poruka [ Zaključane ]
Možete pisati nove teme u ovom forumu
Možte odgovarati na teme u ovom forumu
Možete menjati vaše poruke u ovom forumu
Možete brisati vaše poruke u ovom forumu
Možete glasati u ovom forumu
KliK.co.yu - Razmena
&lt;SCRIPT LANGUAGE="JavaScript" SRC="http://www.klik.co.yu/razmena/biznis.pl?jscript;member=balkanpro;zone=biznis"&gt;&lt;/SCRIPT&gt;&lt;NOSCRIPT&gt;&lt;A HREF="http://www.klik.co.yu/razmena/biznis.pl?member=balkanpro;banner=NonSSI;page=01;zone=biznis" TARGET="_blank"&gt;&lt;IMG SRC="http://www.klik.co.yu/razmena/biznis.pl?member=balkanpro;page=01;zone=biznis" WIDTH=468 HEIGHT=60 ALT="KliK.co.yu - Razmena" BORDER=0&gt;&lt;/A&gt;&lt;/NOSCRIPT&gt;
Developed by AlexK
Powered by BalkanPro Organization
© 2007 - All rights reserved!

Be the first, be the one

Business starts now!!!




Ukupno 3 firme u 461 kategorija.


baza





 






 

 

 

 

 

 

 

 

 

 

 

Korisnicko ime:

Lozinka:

Prijavi me automatski sledeci put?

» Zaboravili ste lozinku
» Registracija



Stanje jedinica investicionih fondova:

Citadel Triumph1.050,90 -0,28
Delta Dynamic804,24 -0,70
FIMA ProActive882,54 +0,01
Focus Premium828,92 +0,21
Ilirika JIE863,95 -0,40
Jubmes Aktiv984,16 -0,44
KD Ekskluziv730,31 -1,33
Kombank InFond922,60 -0,58
Raiffeisen INVEST732,43 +0,07
Zepter Capital964,96 +0,23
Delta Plus1.083,59 -0,42

» Google

» BalkanPro








 

    

  Kategorije

                                                    Brza pretraga po ključnim rečima
(ime firme, grad, opis...)

[Pretraga po kategorijama ili delatnostima]

Odaberite kategoriju ------------------------------- Advokati i Finansije -- -- Advokati -- -- Advokatske komore -- -- Autorska prava i intelektualna svojina -- -- Bankarski sistemi -- -- Banke -- -- Brokerske kuce -- -- Carinarnice -- -- Fondovi -- -- Menjacnice -- -- Osiguranje -- -- Predstavnistva -- -- Sudski vestaci Automobili -- -- Agregati -- -- Auto alarmi -- -- Auto boje -- -- Auto delovi -- -- Auto elektricari -- -- Auto gasni uredjaji (Auto gas) -- -- Auto gume -- -- Auto hladnjaci -- -- Auto klima -- -- Auto kozmetika -- -- Auto kuce -- -- Auto mehanicari -- -- Auto oprema -- -- Auto otpadi -- -- Auto prevoznici -- -- Auto saloni -- -- Auto servisi -- -- Auto slep sluzbe -- -- Auto stakala -- -- Autobusi -- -- Autobuske stanice -- -- Gume - pneumatici -- -- Kocna tehnika -- -- Motocikli -- -- Motorna ulja -- -- Rent a car -- -- Saobracaj -- -- Skuteri -- -- Tehnicki pregled -- -- Teretna vozila -- -- Vulkanizeri Deca i tinejdzeri -- -- Bebi oprema i hrana -- -- Bebi oprema i hrana - proizvodnja -- -- Centar za usvajanje dece -- -- Igracke -- -- Predskolske ustanove i vrtici Gradjevinstvo -- -- Agencije za izdavanje stanova -- -- Aluminijumska bravarija -- -- Aluminijumska vrata i prozori -- -- Arhitektura -- -- Asfalt - proizvodnja -- -- Beton - proizvodnja -- -- Betonska galanterija -- -- Bravari -- -- Cement -- -- Dizajn - enterijer -- -- Garaze -- -- Geodezija -- -- Gips i gipsarski radovi -- -- Gradjevinarstvo -- -- Gradjevinske masine -- -- Grejanje - servisi -- -- Gvozdjare -- -- Izolacija -- -- Keramika -- -- Kucne instalacije -- -- Laminatni podovi -- -- Liftovi -- -- Limari -- -- Masinbravari -- -- Mesingana galanterija -- -- Metalurgija -- -- Moleri -- -- Montazne kuce -- -- Nekretnine -- -- Parket -- -- Projektovanje -- -- Pvc cevi -- -- Pvc stolarija -- -- Sanitarije -- -- Stolarija -- -- Tepih servisi -- -- Termotehnika -- -- Vitrazi -- -- Vodovod i kanalizacija Hrana i restorani -- -- Kafe barovi -- -- Ketering - (priprema i dostava hrane) -- -- Konditorski proizvodi -- -- Makrobiotika -- -- Meso i preradjevine -- -- Mleko i mlecni proizvodi -- -- Pcelarstvo -- -- Pecenjare -- -- Pekare -- -- Picerije -- -- Pivare -- -- Poslasticarnice -- -- Povrce -- -- Prehrana -- -- Restorani -- -- Ribarnice -- -- Sladoled -- -- Ugostiteljska oprema -- -- Ugostiteljstvo -- -- Vinarstvo -- -- Voce -- -- Zdrava hrana Kompjuteri i elektronika -- -- Birotehnika -- -- Dvd/cd klubovi -- -- Gps uredjaji -- -- Informacioni sistemi -- -- Internet -- -- Internet cafe -- -- Kancelarijski materijal i oprema -- -- Poslovna galanterija -- -- Racunari -- -- Satelitski sistemi i oprema -- -- Software -- -- Telekomunikacije -- -- Televizori Kuca i basta -- -- Akustika -- -- Akvaristika -- -- Audio video oprema -- -- Bastovani -- -- Bazeni -- -- Bela tehnika -- -- Bunari -- -- Cetke i metle -- -- Cvecare -- -- Cvrsta goriva -- -- Dekorativni predmeti -- -- Dezinsekcija dezinfekcija deratizac -- -- Dimnicari -- -- Dizajn - kuce i baste -- -- Grejaci -- -- Hortikultura -- -- Interfoni -- -- Kablovska i tv oprema -- -- Kaljeve peci -- -- Kamini -- -- Klima uredjaji i klimatizacija - ugradnja -- -- Krecane -- -- Kucni ljubimci -- -- Kucni ljubimci - hrana -- -- Kuhinje i kuhinjski elementi -- -- Kupatila -- -- Osvetljenje -- -- Ozvucenje -- -- Pesticidi -- -- Podne obloge -- -- Posudje -- -- Pribor za domacinstvo -- -- Rasadnici -- -- Rashladni uredjaji -- -- Rasveta -- -- Tv antene Licna nega -- -- Frizerski saloni -- -- Higijena i higijenska sredstva -- -- Kozmeticki saloni -- -- Kozmetika -- -- Masaza - saloni -- -- Pedikiri -- -- Perike -- -- Saloni lepote -- -- Sminka -- -- Solarijumi -- -- Tattoo & pearcing Opste informacije -- -- Ambasade -- -- Gradski sudija za prekrsaje -- -- Groblja -- -- Humanitarne organizacije -- -- Inspektorati -- -- Javna komunalna preduzeca -- -- Ministarstva -- -- Muzeji -- -- Nacionalni parkovi -- -- Nevladine organizacije -- -- Opstine -- -- Policija -- -- Poste -- -- Pravobranilastva -- -- Privredne komore -- -- Savezi -- -- Sekretarijati -- -- Socijalne ustanove -- -- Sudovi -- -- Tuzilastva -- -- Udruzenja -- -- Uprava -- -- Vazni telefoni -- -- Verski objekti - crkve -- -- Zatvori -- -- Zavodi -- -- Zeleznicke stanice Poslovni svet -- -- Agencije -- -- Agronomija -- -- Alati i masine -- -- Ambalaza -- -- Arhiviranje -- -- Benzinske pumpe -- -- Bilbordi -- -- Boje i lakovi -- -- Casovnicari -- -- Celicni profili, cevi i limovi -- -- Ciscenje -- -- Domaca radinost -- -- Drvna industrija -- -- Elektricari -- -- Elektro materijal -- -- Elektro servisi -- -- Energetika -- -- Export - import -- -- Fiskalne kase -- -- Fotokopir aparati -- -- Fotokopiranje -- -- Galvanizacija -- -- Gas - punjenje i prodaja -- -- Geologija -- -- Graficke masine -- -- Graficki dizajn -- -- Graveri -- -- Hemija i hemijski proizvodi -- -- Hemijsko ciscenje -- -- Hidraulika -- -- Htz oprema -- -- Industrijske masine -- -- Inzenjering -- -- Izdavastvo -- -- Kablovi -- -- Kafa -- -- Kamenoresci -- -- Kazani - bojleri -- -- Kese -- -- Knjigovodstvo -- -- Kompresori -- -- Konfekcija -- -- Konsalting -- -- Konzole -- -- Kosilice -- -- Kotlovi -- -- Kovano gvozdje -- -- Koza -- -- Kreditni izvestaji -- -- Krojaci -- -- Laboratorije -- -- Livnice -- -- Lizing -- -- Logistika -- -- Magacinska oprema -- -- Marketing -- -- Merna tehnika -- -- Metalni proizvodi -- -- Metalostrugari -- -- Mlekarstvo - masine i oprema -- -- Moda -- -- Nafta i naftni derivati -- -- Namestaj -- -- Obezbedjenje objekata -- -- Odgajivacnica -- -- Odgusenje kanalizacije -- -- Odrzavanje objekata -- -- Oglasavanje -- -- Ograde i kapije -- -- Osnivanje preduzeca -- -- Papir i papirna galanterija -- -- Pecatoresci -- -- Plastika i proizvodi od plastike -- -- Pleksiglas -- -- Pneumatika -- -- Pogrebne usluge i oprema -- -- Poljoprivreda -- -- Poslovni klubovi -- -- Pravne usluge za inostranstvo -- -- Prevodioci -- -- Registracija preduzeca -- -- Rudarstvo -- -- Sertifikacija i nadzor -- -- Servisi -- -- Sigurnosni sistem i oprema -- -- Skladista -- -- Staklo -- -- Stocarstvo -- -- Sudski tumaci -- -- Tahograf servisi -- -- Tekstil i tekstilni proizvodi -- -- Termoenergetika -- -- Testere -- -- Transformatori -- -- Varioci -- -- Vatrogasni sistemi i oprema -- -- Ventilacija -- -- Video nadzor -- -- Viljuskari -- -- Vodoinstalateri -- -- Zadruge -- -- Zastita bilja -- -- Zastita bilja -- -- Zastita kulturnih dobara -- -- Zastitna oprema -- -- Zavarivanje -- -- Zavese -- -- Zica i zicani proizvodi Rekreacija i sport -- -- Fitness centri -- -- Igraonice -- -- Lov i ribolov -- -- Nautika -- -- Oruzje -- -- Planinarstvo - alpinizam -- -- Saune -- -- Skijaska oprema -- -- Skole - teniske -- -- Skole skijanja -- -- Sportska oprema -- -- Sportski centri -- -- Sportski savezi -- -- Stadioni -- -- Tenis -- -- Vojna oprema Skole i univerziteti -- -- Fakulteti -- -- Instituti -- -- kole stranih jezika -- -- Obrazovni centri -- -- Skole - baletske -- -- Skole - osnovne -- -- Skole - osnovne muzicke -- -- Skole - osnovne specijalne -- -- Skole - osnovne za odrasle -- -- Skole - plesne -- -- Skole - sportske -- -- Skole - srednje -- -- Skole - vise -- -- Skole racunara -- -- Univerziteti Trgovacki centar -- -- Antikvarnica -- -- Bizuterija - prodaja -- -- Butici -- -- Elektro materija -- -- Elektro oprema -- -- Erotic shop -- -- Gift shop -- -- Knjizare -- -- Mega marketi -- -- Mobilni telefoni -- -- Modni saloni -- -- Muzicke prodavnice -- -- Obuca -- -- Obucari -- -- Odeca -- -- Optika -- -- Parfimerije -- -- Perionice vesa -- -- Precizna mehanika - servisi -- -- Reklamni materijal -- -- Robne kuce -- -- Sajam - sajamski organizatori -- -- Second hand -- -- Skolski pribor i oprema -- -- Trgovina -- -- Trzni centri -- -- Vencanice -- -- Zalagaonice -- -- Zlatari Turizam i transport -- -- Auto moto drustva -- -- Avio kompanije -- -- Avio saobracaj -- -- Bicikli i oprema -- -- Camci -- -- Hosteli -- -- Hoteli -- -- Moteli -- -- Selidbe -- -- Taxi sluzbe -- -- Transport -- -- Turisticke agencije -- -- Turizam -- -- Zeleznica - masine i oprema Vesti,Radio i Tv -- -- Casopisi -- -- Kablovski operatori -- -- Magazini -- -- Mediji -- -- Radio stanice -- -- Radiokomunikaciona oprema -- -- Stampa -- -- Televizije Zabava i umetnost -- -- Ateljei -- -- Biblioteke -- -- Bioskopi -- -- Diskografske kuce -- -- Diskoteke i klubovi -- -- Dizajn -- -- Filmska i video produkcija -- -- Fotografi -- -- Galerije -- -- Igre na srecu -- -- Kazina -- -- Kolekcionarstvo -- -- Koncertne dvorane -- -- Kulturno umetnicka drustva -- -- Licni kontakti -- -- Madjionicari -- -- Muzicki instrumenti -- -- Muzicki uredjaji -- -- Organizovanje proslava -- -- Pirotehnika -- -- Pozorista -- -- Slikarstvo -- -- Splavovi -- -- Sportske kladionice -- -- Video klubovi -- -- Zabava i zabavne igre -- -- Zooloski vrt Zdravlje i medicina -- -- Akupunktura -- -- Apoteke -- -- Apoteke biljne -- -- Apoteke poljoprivredne -- -- Bolnice -- -- Domovi zdravlja -- -- Ekologija -- -- Farmacija -- -- Ginekoloske ordinacije -- -- Instituti - zdravstveni -- -- Klinicki centri -- -- Klinicko - bolnicki centri -- -- Klinike -- -- Lekarske ordinacije -- -- Lekovito bilje -- -- Medicina - alternativna -- -- Medicinska oprema -- -- Medicinski preparati -- -- Nega i pomoc u kuci -- -- Ortopedska pomagala -- -- Savetovalista -- -- Staracki domovi -- -- Stomatoloske ordinacije -- -- Ultrazvucna oprema -- -- Urgentni centri -- -- Veterina -- -- Veterinarske ambulante -- -- Veterinarske apoteke -- -- Veterinarske ordinacije -- -- Zavodi - zdravstveni -- -- Zdravstvene ustanove
         
Advokati i Finansije (0)
Automobili (0)
Deca i tinejdzeri (0)
Gradjevinstvo (0)
Hrana i restorani (0)
Kompjuteri i elektronika (0)
Kuca i basta (0)
Licna nega (0)
Opste informacije (0)
Poslovni svet (2)
Rekreacija i sport (0)
Skole i univerziteti (0)
Trgovacki centar (1)
Turizam i transport (0)
Vesti,Radio i Tv (0)
Zabava i umetnost (0)
Zdravlje i medicina (0)
 


  Novi baneri

 

Ukupno 3 firme u 461 kategorija.

 

Weight Training
RSS Feed: Info Baza (Novi baneri)
Powered by 4images 1.7.6
Copyright © 2002-2008 4homepages.de

http://www.cjb.net/

BIG No.1. sponzor!

Priča se o Miley Cyrus overshadows 'Hannah' with new album

 

Citat

Miley Cyrus overshadows 'Hannah' with new album
With new album and newfound superstardom, Miley Cyrus steps from behind her famous character

INFOBAZA

Dobrodošli gost

 

 

Dobrodo{li u na{u online prodavnicu. Nadamo se da }ete u`ivati u kupovini i da nam je asortiman zadovoljavaju}i. Ukoliko ne budete zadovoljni, molimo Vas da se obratite našoj PODRŠCI , da bi smo sve nedostatke ispravili.

Izvolite u}i u radnju, razgledajte i kupujte na klik!


Specijalne ponude


Detalji o proizvodu
ID proizvoda: 00S Statički sajt




Kliknite za punu velicinu



Opis:
  • - Web prezentacija
    u html kodu bez dodataka PHP-a i MySQL-a
    - Maximum 5 stranica modernog dizajna
    - Besplatno hostovanje godinu dana
    - Besplatna registracija domena u trajanju od godinu dana (.com, .net, .org, .biz, .info, .in.rs, .co.rs, .edu.rs)
    * jedino za .rs je doplata 20€

    -5 email adrese u vašem domenu (nekoime@ime sajta.vašdomen) i mogućnost korišćenja web mail-a tako da bez obzira gde se nalazite moći ćete pristupiti vašoj pošti.
    - Besplatna instalacija na server i puštanje u rad.
    - Prijava prezentacije na pretrazivače

     

    OVO JE SAMO JEDAN PRIMER IZGLEDA SAJTA. IZGLEDE STATIČKIH SAJTOVA MOŽETE VIDETI U NAŠOJ GALERIJI

    CENA ZA BILO KOJI IZGLED JE ISTA


Cena/komad: RSD9.720,00

Kolicina:  


Detalji o proizvodu
ID proizvoda: 000D PHP BLOG SAJT





Opis:
  •  

    - Web prezentacija
    u PHP / MySQL
    - Maximum 5 stranica modernog dizajna i maximum 2 MySQL baze
    - Besplatno hostovanje godinu dana
    - Besplatna registracija domena u trajanju od godinu dana (.com, .net, .org, .biz, .info, .in.rs, .co.rs, .edu.rs)
    * jedino za .rs je doplata 20€
    -5 email adrese u vašem domenu (nekoime@ime sajta.vasdomen) i mogućnost korišćenja web mail-a tako da bez obzira gde se nalazite moći ćete pristupiti vašoj pošti.
    - Besplatna instalacija na server i puštanje u rad.
    - Prijava prezentacije na pretrazivače

    Vreme izrade do 14 dana

     

    Ovo je jedan od primera DEMO


Cena/komad: RSD17.820,00

Kolicina:  


Detalji o proizvodu
ID proizvoda: 001D - ONLINE SHOP




Kliknite za punu velicinu



Opis:

  • - Web prezentacija
    u PHP koja vam omogućuje da imate vašu online prodavnicu.

    - Jednostavnik klikom možete raditi kupovinu, dodavati u korpu, praviti listu prizvoda...

    - Kroz admin panel imate kompletnu administraciju sajta: promena-dodavanje-brisanje kategorija i željenih proizvoda, ažuriranje cena, pregled naručenih proizvoda i još mnogo toga.Uostalom možete videti kako to izgleda klikom na link DEMO .

    Naravno izgled i sve ostale promene su dostupne.Takodje i kod ovog sajta imate sve opcije:


    - Besplatno hostovanje godinu dana
    - Besplatna registracija domena u trajanju od godinu dana (.com, .net, .org, .biz, .info, .in.rs, .co.rs, .edu.rs)
    * jedino za .rs je doplata 20€
    -5 email adrese u vasem domenu (nekoime@ime sajta.vasdomen) i mogucnost koriscenja web mail-a tako da bez obzira gde se nalazite mocice te pristupiti Vasoj posti.
    - Besplatna instalacija na server i pustanje u rad.
    - Prijava prezentacije na pretrazivace Vreme izrade do 14 dana

    DEMO

     

     

     


Cena/komad: RSD25.920,00

Kolicina:  


Detalji o proizvodu
ID proizvoda: 00L LOGO




Kliknite za punu velicinu



Opis:
  •  

    Ukoliko želite naši dizajneri mogu za vas izraditi vaš jedinstveni logo znak.

     

    Vreme izrade do 3 dana

     

    Više primera možete videti OVDE


Cena/komad: RSD4.050,00

Kolicina:  


Detalji o proizvodu
ID proizvoda: 00B INTEGRACIJA PHP




Kliknite za punu velicinu



Opis:
  • Integracija PHP-a i MySql baze znači napraviti "živ" sajt.Pored galerije slika opisa itd. koje uobičajno vidimo na sajtovima, pomoću php-a i čak mysql-a možemo da na sajt dodamo forum, anketu, oglase...

    Integracija php-a može da se radi i na dinamičkom sajtu.Što znači da možemo u recimo neki blog sajt dodati oglase ili forum.

    NAPOMENA: CENA SE ODNOSI NA ITEGRACIJU SAMO JEDNE USLUGE

     

    Vreme izrade do 10 dana


Cena/komad: RSD5.670,00

Kolicina:  


Detalji o proizvodu
ID proizvoda: 002IN




Kliknite za punu velicinu



Opis:
  • - Ukoliko ste klijent info baze a želite da imate i vašu mini prezentaciju, tu smo mi da vam izadjemo u susret:

    -Mini prezentacija se sastoji od:

    • 3 stranice
    • 10 fotografija
    • Poddomen pr. imefirme.infobaza.rs
    • Prijava prez. na pretraživače



Cena/komad: RSD4.100,00

Kolicina:  

L€to

L€to ,vr€m€ zabav€, divljam, kao nikad dosad, t€k što sam tr€so glavu u plafon, pa mi j€došlo iz dup€ta u glavu, d€ je zakopano blago!!!-mislite da sam lud, dokazaću da stvarno ima blaga, ja sam ga lično našao!!! HahAHahahAHAHAHHAHAHAHHAHAAAAAAAAAAAAAAAA---JAP, JA SAMO NA YAHOO MESSENG€R : zaca.aero@yahoo.com
 

Custom HTML

http://disney.go.com/index

Feed

The owner hasn't specified a feed for this module yet.

Video

embed id="eda_smash_ePlayer" src="http://d.yimg.com/cosmos.bcst.yahoo.com/up/fop/embedflv/swf/fop.swf" width="412" height="430" type="application/x-shockwave-flash" wmode="transparent" bgColor="" allowScriptAccess="always" flashVars="id=v157743770&autoStart=0&songPurchasing=&pm=1&eID=1301797&ympsc=4195334">
Photo 1 of 1
Photo 1 of 1

Custom HTML

www.balkanpro.com forum.balkanpro.com www.wincert.net

Xbox Live Recent Games

An error occurred loading this module.

Xbox Live GamerCard

An error occurred loading this module.

Windows Media Player

Feed

The owner hasn't specified a feed for this module yet.
Photo 1 of 1
CHAT
No list items have been added yet.
torrents ,provajderi,...-
najčitanija knjiga !!!
katalog
No list items have been added yet.

Feed

The owner hasn't specified a feed for this module yet.
Thanks for visiting!
Please wait...
Sorry, the comment you entered is too long. Please shorten it.
You didn't enter anything. Please try again.
Sorry, we can't add your comment right now. Please try again later.
To add a comment, you need permission from your parent. Ask for permission
Your parent has turned off comments.
Sorry, we can't delete your comment right now. Please try again later.
You've exceeded the maximum number of comments that can be left in one day. Please try again in 24 hours.
Your account has had the ability to leave comments disabled because our systems indicate that you may be spamming other users. If you believe that your account has been disabled in error please contact Windows Live support.
Complete the security check below to finish leaving your comment.
The characters you type in the security check must match the characters in the picture or audio.
zacawrote:
if you know what i am talking about,ł baloo is in the house!!!!!!!!!!!!!!!!!!!
Apr. 26
zacawrote:
WELCOME  EVERYBADEY,PLEASE SIT BACK AND RELAX, OR TAKE WALK ...- 
Apr. 26
zacawrote:
dobrodošli gosti,šta GOd Vam T§EBA
Apr. 26