At Digital Base we try to keep up with the fast expanding IT technologies. The downside is that we need to invest in new material on a regular base and perfectly working desktops are left aside. That's why the following stuff is for sale :
Pentium IV Server
- Price : 180 euro
- Case : Procase 2u
- CPU : Pentium IV 3.0 Ghz
- Memory : 1 GB DDR
- Hard drive : 80 GB 7200 rpm
Buy or bid on Kapaza , Tweedehands or 2dehands
AMD Desktop
- Price : 190 euro
- Case : Antec
- Motherboard : Asrock
- CPU : AMD Athlon XP 2200+
- Memory : 2×512 MB DDR333
- Graphical card : Geforce 3 Ti500 – 64 MB
- Hard drive : Maxtor 160 GB 7200 rpm
- Extra : Floppy, DVDrom, Soundblaster Audigy soundcard
Buy or bid on Kapaza , Tweedehands or 2dehands
Projector
- Model : HP 070
- Price : 300 euro
Buy or bid on Kapaza , Tweedehands or 2dehands
All products are working and in good condition. For more information or an appointment, you can contact us .
First a little backstage information: our programmers are developing under the Linux distribution Ubuntu, and our graphical expert uses Windows for Photoshop purposes. Because we work most of the time with multiple users on one project, we use the version control system Subversion, which offers clients for different operating systems…so far, so good.
When installing plugins in your Symfony application, the installation process sometimes places a symbolic link in the public web directory, to the plugin web directory. In Linux those symlinks work just fine, but when a collegue checks out the code in Windows, those symlinks are degrated to ordinary files without extensions. Windows does not know what to do with them, and your Symfony plugin actions and web files are not catchable by the application. Result: ajax calls are not working, extra css files are not correctly included,…
You have two options to resolve this problem:
- first, you can install the plugin again under Windows, but that’s doing the same thing twice.
- Second solution: copy the plugin web directory manually to your applications web dir. Clear the cache with “symfony cc” and refresh your page. The webpage should have all it’s ajax functionalities and css files.
Now the webdesigner can start to work…