Search results

  1. D

    Stock photos for website

    Is CC images out of the question? You could save a lot of money going down that route.
  2. D

    Apache2 Reverse Proxy Rewrite help

    I've written a blog post about it here, but it's more about using reverse proxying for development purposes. http://www.benjaminhorn.se/post/apache-reverse-proxy/ Here's a gist example of a virtualhost-config https://gist.github.com/beije/5689935 So the only thing you'd basically need to...
  3. D

    Apache2 Reverse Proxy Rewrite help

    May I suggest using mod_proxy_html instead of mod_rewrite? It should be better suited for this situation
  4. D

    Favorite web developer tools?

    I use primarily; Applications - Sublime text 2 (For projects) - Notepad++ (When I just need to edit a single file) - Chrome (Default inspector and YSlow) - SourceTree - TortoiseSVN - Hyper-V (I always run my dev environment as a VM, so I don't have to install apache/php/mysql on a...
  5. D

    wordpress still *the* tool for professional blogs?

    I personally blog on a wordpress site, though I've seen a trend for, mostly web developers, moving their personal blogs over to Jekyll
  6. D

    Intel Workstation Board S5520SCR

    Oh, I almost forgot about the cpu cooling, I can't remember exactly what I had chosen, but I'll post the coolers as soon as I'm back at my computer :)
  7. D

    Intel Workstation Board S5520SCR

    I've chosen 3 sticks because I'd wanted to have fewer and larger sticks. Last time I built a PC it everything was still dual channel, and I didn't really notice (besides synthetic tests) any real performance difference, is there a bigger difference now a days with triple channel, or because...
  8. D

    Intel Workstation Board S5520SCR

    I'm currently looking at this combination; 2 * Xeon's E5620 3 * 8GB ECC RAM sticks (KVR1333D3D4R9SK3/24G) 1 * Intel 520 240GB SSD 1 * Asus geforce GTX 660 OC In an Antec three hundred two chassi. If you see any potential problems, please tell me, I'm probably looking at ordering the...
  9. D

    Intel Workstation Board S5520SCR

    OK, thanks a lot! :) Do you see any other potential problems with this PSU and motherboard?
  10. D

    Intel Workstation Board S5520SCR

    Hi, I've tried to find information about the SSI 8-Pin connector for this motherboard, as I've understood is that I need one connector per CPU on this motherboard. And finding a suitable PSU hasn't really been easy. I'd like to buy the Seasonic Platinum 860 PSU and it seems to have one 8-pin...
  11. D

    Windows 8 Phone Live Event Started

    Yeah, I agree, I was hoping they'd launch the Lumia 920 directly after the launch, or at least in the coming days. Nokia and Microsoft really needs it, yet they keep on waltzing around. As you said, it's their flagship for crying out loud.
  12. D

    Need some webdev help: multimedia "slideshow" type bar

    I threw together a little sample that should get you started, I also added some documentation to all the functions within the object. This 'carousel' does not rely on any third part code like jquery. But it does need CSS3 transitions to animate properly. I've tested youtube embeds which...
  13. D

    CSS/HTML - why does height:100% cause vert. scroll bars?

    the body element, as stated earlier in the thread, has paddings and margins which you need to reset. Don't use overflow:hidden, unless you're sure you don't ever want the user to be able to scroll the page. html, body { margin:0; padding:0; width:100%; height:100% }
  14. D

    HP ProLiant MicroServer owners' thread

    So I just ordered the N40L, and looking forward to start playing around with it. My plan is to load up Windows 2k8 R2, running active directory, dns, dhcp and so forth as well as running one or two linux VMs in vmware player. I haven't yet decided what kind of disks I'll be dropping in to...
Back
Top