Facebookov profil osebe Stanko Milosev

Results 11 - 20 of 120

0.0/5 (0 vote)
Joomla/Extensions
Author:Stanko Milošev
When creating component, in manifest file, xml, name of the component must be name of file which are you using. This example will work: ...
Tuesday, 19 August 2008 | 268 hits | Print | PDF | Report | Read more
0.0/5 (0 vote)
Delphi/Delphi
Author:Stanko Milošev
TObject(Sender) is unsafe since: TButton(Edit1).Caption := 'junk code'; will not raise an exception, while: (Edit1 as TButton).Caption := 'junk code'; will raise an exception. Taken from here.
Wednesday, 20 January 2010 | 198 hits | Print | PDF | Report | Read more
0.0/5 (0 vote)
MySQL/MySQL
Author:Stanko Milošev
Question is, how to get count records in union query? For example, we have this query: select count(*) from jos_content union all select count(*) from jos_users As a result, we will have two records: count(*) 904  ...
Wednesday, 20 August 2008 | 294 hits | Print | PDF | Report | Read more
1.0/5 (1 vote)
Joomla/Extensions
Author:Stanko Milošev
If you want instead of adding event to button in custom form to add ajax to some link (javascript function) here is how you can do it:Â function show(options) }); ajaxRequest.request(options); ...
Wednesday, 20 August 2008 | 240 hits | Print | PDF | Report | Read more
5.0/5 (1 vote)
Joomla/Extensions
Author:Stanko Milošev
If you want to add your javascript to Joomla! header from your component, you can do it like this: JHTML::_('behavior.mootools'); $doc =& JFactory::getDocument(); $js = " function show(options) }); ajaxRequest.request(options); } ...
Wednesday, 20 August 2008 | 259 hits | Print | PDF | Report | Read more
1.0/5 (1 vote)
Windows/Windows 7
Author:Stanko Milošev
You can follow my links at http://delicious.com/stanko75/windows7 (or via RSS). This tip I took from Tim Anderson tweet: did you know that pressing Shift-F10 at Win 7 install screen gets you a command prompt for minwin?
Tuesday, 10 November 2009 | 161 hits | Print | PDF | Report | Read more
3.0/5 (1 vote)
Joomla/Extensions
Author:Stanko Milošev
CRUD (Create Read Update Delete) is the name given to the four common data manipulation tasks. The first thing we need to do in our class is to define the public properties. The public properties relate directly to the fields and must have exactly...
Friday, 22 August 2008 | 663 hits | Print | PDF | Report | Read more
1.0/5 (1 vote)
PHP/PHP
Author:Stanko Milošev
Whenever is possible use parameterized queries in MS driver for PHP for MS SQL, to reduce risko of SQL injection attack.Taken from here. Using of parametrized queries is simple, you can use example from here, for varchar types everything is same...
Wednesday, 27 August 2008 | 304 hits | Print | PDF | Report | Read more
1.3/5 (3 votes)
PHP/PHP
Author:Stanko Milošev
If you are receiving error "The specified module could not be found." then try to instead of "C:Program FilesPHPphp5isapi.dll" write C:Progra~1PHPphp5isapi.dll (without quotes) in Web Sites node, and in Default Web Site node, or any other. Right...
Wednesday, 27 August 2008 | 332 hits | Print | PDF | Report | Read more
20. NuSoap
1.0/5 (1 vote)
PHP/PHP
Author:Stanko Milošev
Here are my expirience in working with NuSoap (SOAP) in PHP. Creating simple SOAP function is simple,  so there is no need to explain. Problems are coming when you need a complex types, like array, and UTF-8 encoding. Here is an example of adding...
Friday, 29 August 2008 | 448 hits | Print | PDF | Report | Read more

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

Page 2 of 12


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