Facebookov profil osebe Stanko Milosev

Results 1 - 10 of 111

1.4/5 (9 votes)
Life/Life
Author:Stanko Milošev
Hi, I'm Stanko Milošev and I decided to write blog about Answer to the Ultimate Question of Life, the Universe, and Everything I mean, blog about my life and programming. All articles which I will put here are for my purpose, in a first place, to...
Tuesday, 05 August 2008 | 1087 hits | Print | PDF | Report | Read more
1.7/5 (6 votes)
PHP/PHP
Author:Stanko Milošev
So, this is my first post How to check is anything passed to $_GET or $_POST variables? Easily: if (!isset($_GET['download'])) else ?> Taken from here.
Wednesday, 06 August 2008 | 270 hits | Print | PDF | Report | Read more
1.7/5 (6 votes)
Joomla/Joomla
Author:Stanko Milošev
If you have problem with links in your custom created module, like instead of http://www.milosev.com it shows you http://www.milosev.com/http://www.milosev.com then try to disable System - SEF plugin.
Wednesday, 06 August 2008 | 241 hits | Print | PDF | Report | Read more
1.7/5 (6 votes)
Delphi/dbExpress
Author:Stanko Milošev
Problem with dbExpress is that it does not raise an exception if anything is wrong in database (for example, if you try to add primary key which already exist). So, to get an exception, best would be to use OnReconcileError in TClientDataSet......
Friday, 08 August 2008 | 280 hits | Print | PDF | Report | Read more
1.7/5 (6 votes)
Joomla/Extensions
Author:Stanko Milošev
In this category I will try to write about creating extensions in Joomla!   First, I will start with creating components. This example, I took from Professional Joomla!, which I simplified, this is not MVC, as much as I think, but it is good...
Tuesday, 12 August 2008 | 698 hits | Print | PDF | Report | Read more
1.7/5 (6 votes)
Joomla/Joomla
Author:Stanko Milošev
You should switch to html view and enter, for example:
  
  Don't forget to turn on GeSHi plugin in the plugin manager! Taken from here. 
Wednesday, 13 August 2008 | 279 hits | Print | PDF | Report | Read more
1.8/5 (5 votes)
MS SQL/MS SQL
Author:Stanko Milošev
Question is how to show limited number of records on one page, like MySQL limit? There is query which you can use like: select * from ( select top 10 emp_id,lname,fname from ( select top 30 emp_id,lname,fname from employee ...
Friday, 15 August 2008 | 253 hits | Print | PDF | Report | Read more
1.8/5 (5 votes)
C#/C#
Author:Stanko Milošev
In VS.NET go to the project property page and in configuration properties>build set Allow Unsafe Code Blocks to True. Taken from here.
Saturday, 16 August 2008 | 337 hits | Print | PDF | Report | Read more
1.8/5 (5 votes)
PHP/PHP
Author:Stanko Milošev
There is no such thing as TStringList So, note to my self, for saving files in PHP (good for geting and analyzing queries) :   $fp = fopen('c:data.txt', 'w'); fwrite($fp, $MySQL); fclose($fp); Taken from here.
Monday, 18 August 2008 | 214 hits | Print | PDF | Report | Read more
1.8/5 (5 votes)
Joomla/Extensions
Author:Stanko Milošev
After reading few books, digging Internet, finally I found way to use mootools Ajax in Joomla! Point is in format=raw. If you have any component, if you add format=raw in link, for example index.php?option=com_ajax&Itemid=60&format=raw you will see...
Tuesday, 19 August 2008 | 381 hits | Print | PDF | Report | Read more

<< Start < Prev 1 2 3 4 5 6 7 8 9 10 Next > End >>
Page 1 of 12


Powered by AlphaContent 4.0.14 © 2005-2010 - All rights reserved