Results

Found 7 search results for: Urszula Płowiec

(2012/1, In memoriam, p. 9)

Urszula Płowiec (1933–2011)


Urszula Płowiec (2011/4, Essays, p. 625)

Poland in the European Union: Some Reflections about the Future


Urszula Płowiec (2010/5, Articles, p. 647)

On the Innovative Strength of Poland in the 2020 Perspective

What the rich countries primarily need to maintain their growth and welfare is stimulation of development by technological innovations. In the case of the less developed ones acceleration of development is much more difficult and needs a holistic and long-term approach. This is shown by what was achieved in economic theory of the institutional and neo (...)


Urszula Płowiec (2009/4, Polemics, p. 549)

A Reply to Professor T. Kowalik’s Review of “The State of Economics” in the Memorial Book for Jan Lipiński (“Ekonomista” No.2.2009)


Urszula Płowiec (2008/6, Articles, p. 707)

Innovativeness of Poland’s Economy and the National Strategy of Development

If Poland is to successfully face the challenges of globalization she should set out to build the society and the economy based on knowledge. The yardstick that measures advances in this field is constituted by the summary innovativeness index. Poland, however, among economies of UE occupies distant 23rd place. Poland’s Development Strategy and related to it Operational Programs for 2007 (...)


Urszula Płowiec (2008/1, Book Reviews, p. 121)

Władysław Szymański: Czy globalizacja musi być irracjonalna (Is Globalization Doomed to Be Irrational)


Urszula Płowiec (2007/6, Book Reviews, p. 965)

Tomasz Rynarzewski, Strategiczna polityka handlu międzynarodowego (Strategic Policies in International Trade)




query('SET character_set_connection=utf8'); $wynik2 = $dba->query('SET character_set_client=utf8'); $wynik2 = $dba->query('SET character_set_results=utf8'); echo "
"; $zapytanie2 = "select * from ksiazki where isbn > 99999999 and wyczerpany = '0' and oferta_specjalna = '0'"; $wynik2 = $dba->query($zapytanie2); $ile2 = $wynik2->num_rows; $rmax = rand(1, $ile2); for ($i = 1; $i <= $rmax; $i++) { $wiersz2 = $wynik2->fetch_assoc(); } $isbn = stripslashes($wiersz2['isbn']); $tytul = stripslashes($wiersz2['tytul']); $autor = stripslashes($wiersz2['autor']); $cenadet = stripslashes($wiersz2['cenadet']); $cenaprom = stripslashes($wiersz2['cenaprom']); $cenapdf = stripslashes($wiersz2['cenapdf']); $strony = stripslashes($wiersz2['liczbastron']); $oprawa = stripslashes($wiersz2['oprawa']); echo "
"; echo ""; echo "

"; echo "$tytul
$autor

"; echo $strony." stron"; if ($oprawa) { echo ", oprawa twarda"; } echo "
"; echo "Cena: "; if ($cenaprom>0) { echo "".dziesietne($cenaprom)." zł"; } else { echo "".dziesietne($cenadet)." zł"; } if ($cenapdf>0) { echo "   Cena PDF: ".dziesietne($cenapdf)." zł"; } echo "

"; echo "

Sprzedaż
wysyłkowa
"; echo "
"; echo "
"; echo "
"; $zapytanie2 = "select * from ksiazki where isbn > 99999999 and isbn != '".$isbn."' and wyczerpany = '0' and oferta_specjalna = '0'"; $wynik2 = $dba->query($zapytanie2); $ile2 = $wynik2->num_rows; $rmax = rand(1, $ile2); for ($i = 1; $i <= $rmax; $i++){ $wiersz2 = $wynik2->fetch_assoc(); } $isbn = stripslashes($wiersz2['isbn']); $tytul = stripslashes($wiersz2['tytul']); $autor = stripslashes($wiersz2['autor']); $cenadet = stripslashes($wiersz2['cenadet']); $cenapdf = stripslashes($wiersz2['cenapdf']); $strony = stripslashes($wiersz2['liczbastron']); $oprawa = stripslashes($wiersz2['oprawa']); echo "
"; echo ""; echo "

"; echo "$tytul
$autor

"; echo $strony." stron"; if ($oprawa){ echo ", oprawa twarda"; } echo "
"; echo "Cena: "; echo "".dziesietne($cenadet)." zł"; if ($cenapdf>0){ echo "   Cena PDF: ".dziesietne($cenapdf)." zł"; } echo "

"; echo "

Sprzedaż
wysyłkowa
"; echo "
"; echo "
"; echo "
"; echo "

"; $dba->close(); ?>