I have seen a lot on free online virus scanners available online lately. I was considering trying one of them out, but I have a question. If I have company word documents, excel spreadsheets, etc on my computer, do these scanners just take a copy of everything on my hard drive, put it on their server, and search through them? Or do they just use…
A year ago I stumbled upon a website which provided an online application for building a network online. For example, I entered some urls and phrases, and it automatically searched them for news, inserted the connections between them, etc. I can't find it now.
Do you know such software?
Many companies offer unlimited online backup space for a fixed price
(mozy.com, twitter.com/allmydata, onlinestoragesolution.com, etc), but
they either use proprietary non-Linux-friendly software and/or have
gone out of business and/or don't actually work.
Who offers reliable unlimited online backup space for a fixed price
that's…
I have a Django Form that looks like this:
class ServiceForm(forms.Form):
option = forms.ModelChoiceField(queryset=ServiceOption.objects.none())
rate = forms.DecimalField(widget=custom_widgets.SmallField())
units = forms.IntegerField(min_value=1, widget=custom_widgets.SmallField())
def __init__(self, *args, **kwargs):…
Hey all. Googling this one hasn't made a bit of difference, unfortunately, as most results specify the syntax for onlining a database after using gfix -shut -force 30 (or any other number of seconds) as gfix -online dbname, and I have run gfix -online dbname with and without login credentials for the DB in question.
The message that I…
As more and more business is being conducted via online channels, engaging users and making them more productive and efficient though these online channels is becoming critical. These users could be customers, partners or employees and while the respective channels through which they interact might be different, these users do…
Hi all,
I try to get a list with distinct into the forms.py like this:
forms.ModelMultipleChoiceField(queryset=Events.objects.values('hostname'), required=False).distinct()
In the python shell this command works perfect, but when trying it in forms.py leaves me a blank form, so nothing appears. When i just do…
I am looking for a backup solution to backup all my data (about 3-4TB).
I have look at many services out there, such as:
http://www.backblaze.com/
http://www.crashplan.com/
Those services look very good, and a reasonable price.
But I am worried about them because of incidents like this:
…
Coursera believes that online courses complement and supplement traditional education (versus a common misconception online will “replace” traditional.) Our research shows that Coursera’s platform, when used concurrently with a traditional classroom setup, is ideal for “blended learning” (i.e.,…
I feel like I saw a site somewhere that would "dedupe" error messages commonly sent from frameworks like Django or cron errors. I cannot seem to re-find the site however. Have people heard of online tools like this that help wade through the hundreds of emails applications can possibly send…
Today a professor of mine commented that he found it odd that while SWT's philosophy is one of making your own controls by composition, Swing seems to favour inheritance.
I have almost no contact with both frameworks, but from what I remember in C#'s Windows Forms one usually extends…
Here are some of the best introductory HTML5 videos I have found online/for free.
Mix 2011:
HTML5 for Skeptics - Scott Stansfield
channel9.msdn.com/Events/MIX/MIX11/EXT21
Filling the HTML5 Gaps with Polyfills and Shims - Ray Bango
channel9.msdn.com/Events/MIX/MIX11/HTM04
50…
Introduction A lot has been said on Web Forms and MVC, but since I was recently asked about my opinion on the subject, here it is. First, I have to say that I really like both technologies and I don’t think any is going away – just remember SharePoint, which is built on top of…
E.g. system: Ubuntu/Debian.
As many of you do this probably via ping and a terminal, I always forget this terminal when switching to other task... So a noftification popup would be useful. So can I do better as this?:
while; do
if ping -c 1 your.host.com; expr $? = 0; then
…
Hi all,
On my Windows 2008 R2 server with IIS 7.5 I would like to have my ASP.NET website running with forms authentication, while protecting a subfolder with the basic Windows authentication. I have done this on Windows 2003 with IIS 6 for years, but I simply can't get it to…
I have a problem in customizing labels in a Django form
This is the form code in file contact_form.py:
from django import forms
class ContactForm(forms.Form):
def __init__(self, subject_label="Subject", message_label="Message", email_label="Your email",…
In my blog entry OFM 11g: Implementing OAM SSO with Forms we set the foundation for providing a complete Single Sign-On solution based on Oracle Access Manager (OAM). This foundation should now be used to combine Forms 11g and ADF Faces 11g applications with a…
WSS 3.0/MOSS 2007 Active Directory Forms Based Authentication PeoplePicker no users found
After finding these steps online from http://dattard.blogspot.com/2008/11/active-directory-forms-based.html in order to setup Active Directory Forms Based Authentication…
I've been doing things like this in the clean method:
if self.cleaned_data['type'].organized_by != self.cleaned_data['organized_by']:
raise forms.ValidationError('The type and organization do not match.')
if self.cleaned_data['start'] >…
Good day, can I ask one question about Windows Forms? As far as I know Windows Forms is Win32 wrapper like MFC, created for use with .NET. But, what I dont know is, can you use windows forms and compile directly to native code? Becouse in Visual…
My PC has recently started hanging completely whenever I start online video or video chat. Nothing works, even tried Ctrl+Alt+Del and mouse does not respond, leaving me only one option of hard reboot. I changed my monitor recently. Don't know…
I am looking for a free, online-based accounting application, something like a web-version of QuickBooks or MS Money.
The catch here is that, of course, it needs to be free. I don't know if any company is philanthropic enough to offer this…
Google docs doesn't have a database app (yet) but can anyone point me to a good, free, online substitute?
It'll be for simple things like a database of my DVD collection and I'd want to be able to import/export using standard file formats…