<b>The VAR Guy: </b>"When Red Hat Summit and JBoss World kick off June 22 in Boston, The VAR Guy expects Microsoft, Cisco Systems and IBM to be on hand for conference announcements and presentations."
I am the only developer/DBA in a small IT department. There is another guy who can do it, but he's more of a backup as he spends his time working on IT support stuff.
Anyway we have a new hire and I've been training him on the IT support side of things. Seems like he is eager to learn and be productive, but nobody is going out of their way to…
Hi all,
We have developed a multithreaded server that recieves data from multiple client and calls different WCF services.
There are many cases that two (or more) different clients call the server at the same and the server tries to call the remote WCF from two different threads simultaneously.
We have encountered some issues, especially when…
Using grails 1.2.1 this should be very simple, but still I can't get it to work.
In my application /grails-app/views I've added mypage.gsp
Plus
"/mypage"(view:"mypage")
to the mappings block of my URLMapping class.
while
http://server-name:8080/myapp/mypage.gsp
works
I'm still getting 404 - page not found when I try to open
…
Hi guys,
How do you access a NSDictionary in different NSViewControllers. The NSDictionary was initialized in my delegate file. Do I have to import my delegate file to each view controller file or do all my views on top of my delegate know of my NSDictionary? Do I possibly need to declare my Dictionary in each file?
-Thanks
Guy
Hi All,
I want an Open File Dialog with *.class ,*.jar filters.
I want that *.jar files will be treated as folders (pressing OK or double-click should display the jar file content [ *.class] ). This capability is very similar to the TotalCommander archive plugin that let you browse inside archive files in-place (without the need to…
On Ubuntu 11.10,
I have to issue python tasks from django using celery.
I'm currently testing on the same machine but eventually the celery worker should run on a remote machine.
django uses the following settings:
BROKER_HOST = "127.0.0.1"
BROKER_PORT = 5672
BROKER_VHOST = "/my_vhost"
BROKER_USER = "celery"
BROKER_PASSWORD =…
Recently I discovered the colorful world of comic books. In the past I've read comics a few times but never really got into them. When I wanted to start a collection I decided either video games or comics yet stayed away from comics because I am less familiar with them.
In any case, I stopped by my local…
I came across a nasty issue when i installed the Advanced Logging feature for IIS7 via the Web Platform Installer on my Windows 2008 Server. Basically, after installation and reboot none of my sites were working and returned 503 – Internal Server Error. Snooping around in the Event Viewer i found the following error…
I've been using the 960 Grid system for a while on some of my personal projects and if like me you are no css ninja its convenient for sidestepping the usual nightmare of a good cross browser layout, and allows you to move on to the nitty gritty code and functionality. I just stumbled across a new layout generator that…
After running with a somewhat disconnected set of tools (vs 2008, Ontime, sharepoint 2007) for managing our projects we decided to make the move to Team Foundation Server 2010. With limited coverage of the product available online i went in search of a book and found this… View this book on the Wrox website I…
Does anybody know of a survey or study that compares site visitor attitudes/perceptions to security between an EV SSL cert and a security seal?
The EV SSL cert will show up green in the URL (like a bank) and the security seal is usually in the footer and says something like "secured by" or "hacker proof" or "website…
Arriving in the parking lot of the Orange County Convention
Center, I immediately knew I was in the right place. As far as the eye could
see, the acres of asphalt were awash in backpacks, quirky (to be kind) outfits,
and bad haircuts.
This
was the place. This was Microsoft Mecca v2012 for geeks and nerds, the…
So I'm trying to create a game where you fit certain shaped objects into the hole that fits them (similar to the young children's game with different shaped blocks) in Unity 3D.
I've encountered a problem, how do I make the holes in the terrain? Or what type of object should I use for making holes in?
So far…
I am usually a Java programmer, and have used textmate for that almost exclusively, but lately I started using C++ with it. but when i use even the most basic programs and incorporate the cin keyword, and run the program, I dont get an oppurtunity to put in anything during runtime and sometimes it inserts…
About 50% of the my NATTY desktop screen is corrupted. Once that happens I can re-boot as many times as I want but the problem continues. If I logout and then into WINDOWS for a day I may be successful and boot UBUNTU with a good screen.
The desktop is formatted correctly, there's no pixelation,…
Attached to this post is an excel spreadsheet i use for populating drop down lists for choosing countries. Personally i prefer to have these in a table, and fill the drop down from there, but i have also included formatted markup for the list items that can be copied directly between the drop down…
I use Ubuntu 12.04 64-bit and KVM, my CPU is Core i5 3.3 GHz and I have 8 GB of DDR3 RAM. I run Windows 7 in KVM and it's extremely slow. My co-worker use Debian on the same PC configuration and can run Windows 7 extremely fast! Where can be my problem?
sudo cat /etc/libvirt/qemu/windows.xml
…
I was thinking about creating a snake game with C#, so I ran ideas in my head, and some problems came up.
How can I track and output in the correct location the blocks that run after the snake's head?
If the snake is built of five blocks, and the user starts going in a circle, how can I print…
I am working for a company as a web dev consultant at the moment, and they asked me whether I want to get payed through the Umbrella company or through my Ltd. Which is better for me and why?
The @David Thornley made a good point in comments. Don't forget that we are talking about web…
The Yandex spider is a frequent visitor to one of the sites I manage. On ocassion it replaces the page name with two ampersands and a space. So if the page is:
/mypage.aspx?param=value
then it will try and crawl it as:
/&& ?param=value
Any idea why it is doing…
I have a platformer that is in progress, part of this has a camera which I only want to move when the character moves out of a certain threshold, to try to accomplish this I have the following if statement:
…
I am creating a client access system, to allow manage invoices, make payments, access information about their products and information/functionality alike.
Supposedly there…