<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Tomislav Santek</title><description>Tomislav Santek - Software Engineer</description><link>https://tomislavsantek.iz.hr/</link><item><title>Creating Autocomplete input field for Symfony based web form</title><link>https://tomislavsantek.iz.hr/blog/creating-autocomplete-input-field-for-symfony-based-web-form/</link><guid isPermaLink="true">https://tomislavsantek.iz.hr/blog/creating-autocomplete-input-field-for-symfony-based-web-form/</guid><description>Steps required to create a jQuery/AJAX autocomplete input text field using the sfFormExtraPlugin in a Symfony PHP framework project.</description><pubDate>Sun, 03 Apr 2011 17:53:29 GMT</pubDate></item><item><title>Creating new relations by using jQuery Autocompleter widget in Symfony</title><link>https://tomislavsantek.iz.hr/blog/creating-new-relations-by-using-jquery-autocompleter-widget-in-symfony/</link><guid isPermaLink="true">https://tomislavsantek.iz.hr/blog/creating-new-relations-by-using-jquery-autocompleter-widget-in-symfony/</guid><description>How to create a new relation automatically using the jQuery Autocompleter widget in a Symfony project when a user enters a non-existing value.</description><pubDate>Fri, 16 Sep 2011 14:18:29 GMT</pubDate></item><item><title>Creating SSL enabled website on Apache/Linux</title><link>https://tomislavsantek.iz.hr/blog/creating-ssl-enabled-website-on-apachelinux/</link><guid isPermaLink="true">https://tomislavsantek.iz.hr/blog/creating-ssl-enabled-website-on-apachelinux/</guid><description>How to quickly enable SSL on Apache and create an SSL-enabled virtual host on a Debian or Ubuntu Linux server.</description><pubDate>Thu, 12 May 2011 08:25:49 GMT</pubDate></item><item><title>Creating virtual subdomain with htaccess</title><link>https://tomislavsantek.iz.hr/blog/creating-virtual-subdomain-with-htaccess/</link><guid isPermaLink="true">https://tomislavsantek.iz.hr/blog/creating-virtual-subdomain-with-htaccess/</guid><description>How to set up a virtual subdomain in PHP using Apache mod_rewrite, a wildcard DNS record, and a properly configured .htaccess file.</description><pubDate>Fri, 14 Oct 2011 15:43:31 GMT</pubDate></item><item><title>Customizing Symfony form rendering by using form formatter</title><link>https://tomislavsantek.iz.hr/blog/customizing-symfony-form-rendering-by-using-form-formatter/</link><guid isPermaLink="true">https://tomislavsantek.iz.hr/blog/customizing-symfony-form-rendering-by-using-form-formatter/</guid><description>How to use a custom Symfony form formatter to control the HTML structure generated when rendering forms in templates.</description><pubDate>Tue, 04 Oct 2011 10:55:32 GMT</pubDate></item><item><title>Embedding relations in Symfony</title><link>https://tomislavsantek.iz.hr/blog/embedding-relations-in-symfony/</link><guid isPermaLink="true">https://tomislavsantek.iz.hr/blog/embedding-relations-in-symfony/</guid><description>A necessary step in embedding a relation in a Symfony 1.4 form, and why using useFields() is critical for correctly saving new records.</description><pubDate>Wed, 11 May 2011 09:03:48 GMT</pubDate></item><item><title>Enabling logging in production enviroment for Symfony project</title><link>https://tomislavsantek.iz.hr/blog/enabling-logging-in-production-enviroment-for-symfony-project/</link><guid isPermaLink="true">https://tomislavsantek.iz.hr/blog/enabling-logging-in-production-enviroment-for-symfony-project/</guid><description>Steps required to enable logging in a Symfony project&apos;s production environment by modifying settings.yml and factories.yml.</description><pubDate>Fri, 25 Mar 2011 14:27:38 GMT</pubDate></item><item><title>Five reasons why I don&apos;t like php templating engine</title><link>https://tomislavsantek.iz.hr/blog/five-reasons-why-i-dont-like-php-templating-engine/</link><guid isPermaLink="true">https://tomislavsantek.iz.hr/blog/five-reasons-why-i-dont-like-php-templating-engine/</guid><description>A critical look at PHP templating engines and why plain PHP might be a better choice for web developers.</description><pubDate>Sat, 17 Sep 2011 09:00:21 GMT</pubDate></item><item><title>Generating url using routing from anywhere in Symfony</title><link>https://tomislavsantek.iz.hr/blog/generating-url-using-routing-from-anywhere-in-symfony/</link><guid isPermaLink="true">https://tomislavsantek.iz.hr/blog/generating-url-using-routing-from-anywhere-in-symfony/</guid><description>How to generate a URL from anywhere in a Symfony application, including form classes, using sfContext and the routing component.</description><pubDate>Thu, 31 Mar 2011 10:04:25 GMT</pubDate></item><item><title>Getting current route name from template in Symfony</title><link>https://tomislavsantek.iz.hr/blog/getting-current-route-name-from-template-in-symfony/</link><guid isPermaLink="true">https://tomislavsantek.iz.hr/blog/getting-current-route-name-from-template-in-symfony/</guid><description>How to get the current route name from a Symfony template, useful for highlighting the active menu item in navigation.</description><pubDate>Thu, 24 Mar 2011 14:46:11 GMT</pubDate></item><item><title>Getting the backend routing from frontend application in Symfony and vice versa</title><link>https://tomislavsantek.iz.hr/blog/getting-the-backend-routing-from-frontend-application-in-symfony-and-vice-versa/</link><guid isPermaLink="true">https://tomislavsantek.iz.hr/blog/getting-the-backend-routing-from-frontend-application-in-symfony-and-vice-versa/</guid><description>How to access another Symfony application&apos;s routing from the frontend, enabling you to generate internal URLs pointing to the backend.</description><pubDate>Wed, 12 Oct 2011 12:48:10 GMT</pubDate></item><item><title>How Linux entered my life</title><link>https://tomislavsantek.iz.hr/blog/how-linux-entered-my-life/</link><guid isPermaLink="true">https://tomislavsantek.iz.hr/blog/how-linux-entered-my-life/</guid><description>A VIDI magazine CD, a missing Windows boot option, and my first difficult encounter with Linux in the summer of 1998.</description><pubDate>Wed, 15 Jul 1998 09:00:00 GMT</pubDate></item><item><title>Implementing observer on Magento module</title><link>https://tomislavsantek.iz.hr/blog/implementing-observer-on-magento/</link><guid isPermaLink="true">https://tomislavsantek.iz.hr/blog/implementing-observer-on-magento/</guid><description>Steps necessary for creating a Magento Observer, including module definition, config.xml setup, and the observer class implementation.</description><pubDate>Sat, 17 Dec 2011 10:37:01 GMT</pubDate></item><item><title>Moving MySQL databases to ramdisk in Ubuntu linux</title><link>https://tomislavsantek.iz.hr/blog/moving-mysql-databases-to-ramdisk-in-ubuntu-linux/</link><guid isPermaLink="true">https://tomislavsantek.iz.hr/blog/moving-mysql-databases-to-ramdisk-in-ubuntu-linux/</guid><description>Steps to transfer MySQL database files to RAM using ramdisk on Ubuntu Linux for a significant performance boost during development.</description><pubDate>Mon, 28 Mar 2011 09:50:26 GMT</pubDate></item><item><title>Problems after disabling Weee module on Magento with developer mode on</title><link>https://tomislavsantek.iz.hr/blog/problems-disabling-weee-module-magento-developer-mode/</link><guid isPermaLink="true">https://tomislavsantek.iz.hr/blog/problems-disabling-weee-module-magento-developer-mode/</guid><description>Why disabling the Magento Weee module can cause errors in developer mode, specifically when calling registerCaptureNotification().</description><pubDate>Mon, 16 Jun 2014 06:57:14 GMT</pubDate></item><item><title>Setting up new VirtualHost for Symfony 1.4 project</title><link>https://tomislavsantek.iz.hr/blog/setting-up-new-virtualhost-for-symfony-1-4-project/</link><guid isPermaLink="true">https://tomislavsantek.iz.hr/blog/setting-up-new-virtualhost-for-symfony-1-4-project/</guid><description>A practical Apache2 virtual host configuration example for a Symfony 1.4 project, including optional mod_rewrite performance rules.</description><pubDate>Tue, 29 Mar 2011 17:13:08 GMT</pubDate></item><item><title>The one who knows</title><link>https://tomislavsantek.iz.hr/blog/the-one-who-knows/</link><guid isPermaLink="true">https://tomislavsantek.iz.hr/blog/the-one-who-knows/</guid><description>This paranormal metafiction romance centers on Alpha wolf Dirk and his lieutenant Ryan, whose mysterious bond transcends their harsh survival world. Over time, strange memories surface that refuse to stay, hints of parallel lives emerge, and a supernatural tension develops between two wolves who feel connected across lifetimes they shouldn&apos;t remember. As the story deepens, Dirk begins to uncover unsettling truths about the nature of their existence and whether some things are truly real—or merely written by unseen hands. Genre: paranormal romance with psychological fantasy and metafictional elements</description><pubDate>Sat, 07 Mar 2026 23:00:00 GMT</pubDate></item><item><title>Troubleshooting /sf directory with mod-rewrite on Symfony projects</title><link>https://tomislavsantek.iz.hr/blog/troubleshooting-sf-directory-on-symfony-projects/</link><guid isPermaLink="true">https://tomislavsantek.iz.hr/blog/troubleshooting-sf-directory-on-symfony-projects/</guid><description>How to fix the /sf directory for Symfony&apos;s default CSS and JavaScript assets when the standard Apache Alias doesn&apos;t work with mod_rewrite.</description><pubDate>Wed, 30 Mar 2011 21:02:56 GMT</pubDate></item><item><title>Symfony form conditional validation with PostValidators</title><link>https://tomislavsantek.iz.hr/blog/using-symfony-postvalidator/</link><guid isPermaLink="true">https://tomislavsantek.iz.hr/blog/using-symfony-postvalidator/</guid><description>How to use Symfony postValidators to implement conditional form validation, including examples with embedded forms.</description><pubDate>Wed, 23 Mar 2011 11:44:06 GMT</pubDate></item><item><title>Using sfFormExtra Captcha on a Symfony based project</title><link>https://tomislavsantek.iz.hr/blog/using-vjcommentplugins-captcha-in-other-forms-on-a-symfony-based-project/</link><guid isPermaLink="true">https://tomislavsantek.iz.hr/blog/using-vjcommentplugins-captcha-in-other-forms-on-a-symfony-based-project/</guid><description>How to quickly implement a CAPTCHA on a Symfony project using the sfFormExtra Plugin&apos;s built-in Captcha widget and validator.</description><pubDate>Tue, 31 May 2011 12:42:48 GMT</pubDate></item></channel></rss>