Forum: Windows NT / 2000 / XP May 7th, 2008 |
| Replies: 9 Views: 1,737 Conime is not a virus (http://www.xhydra.com/uncategorized/wtf-is-it-with-conime_exe.html) but a legit Windows file although a virus can masquerade as conime.exe.
For more information about conime... |
Forum: IT Professionals' Lounge Aug 27th, 2007 |
| Replies: 2 Views: 869 Thanks for the prompt reply.
In the meantime i have been thinking of setting up scraper sites myself. They seem to be an easy money making scheme.
And in your own words i would be doing... |
Forum: IT Professionals' Lounge Aug 27th, 2007 |
| Replies: 2 Views: 869 I own and run a .NET blog. Lately I have noticed a disturbing activity.
When I write and publich an article I do not get top ranking for searches for that article but another site called... |
Forum: PHP Aug 25th, 2007 |
| Replies: 1 Views: 505 I am looking to create a new website using PHP. I am familiar with several programming languages but have not used PHP before.
Does any of you know any good free php related resources , e-books,... |
Forum: PHP Aug 25th, 2007 |
| Replies: 6 Views: 1,263 $x = 1;
Change this
to
$x = 0;
There is no records at $names[0] which is where the while loop is starting |
Forum: Computer Science Aug 25th, 2007 |
| Replies: 27 Views: 10,680 Like everyone I would advocate you learn C#.
Also like everyone I used to be hooked up to PHP /Python and other non-microsoft related technologies.
Eventually I had to give up my negative... |
Forum: C# Aug 25th, 2007 |
| Replies: 8 Views: 1,711 This is the book I used. Its very good
C# BOOK (http://www.microsoft.com/MSPress/books/7219.aspx) |
Forum: Search Engine Optimization Aug 25th, 2007 |
| Replies: 21 Views: 10,720 Hyphenated URL containing keywords are definitelty good for SEO with a few exceptions.
Try not to be spammy.
For example buy-WidgetB-Cheap.com would actually have a negative effect on SEO, as it... |
Forum: Site Layout and Usability Aug 25th, 2007 |
| Replies: 6 Views: 2,188 Frames are no good. They continue to be in use because of their simplicity and the unwillingness of webmasters to adopt new solutions(see marymeads post above)
Personally I still use frames but not... |
Forum: Windows Vista and Windows 7 Aug 25th, 2007 |
| Replies: 4 Views: 2,619 I agree with JWenting. Using a free service does not entitle you to the same rights entitled to the ordinary paying consumer.
We should keep this in mind when using free services for any business... |
Forum: C# Aug 14th, 2007 |
| Replies: 1 Views: 5,180 Set property allowUserToresizeColumns to false.
Click Columns > Collection to open column editor and set you column width values |
Forum: Geeks' Lounge Aug 14th, 2007 |
| Replies: 89 Views: 9,903 |
Forum: Cellphones, PDAs and Handheld Devices Aug 13th, 2007 |
| Replies: 4 Views: 2,785 I once had a computer that gave me such a problem it would only allow me to eject the flash drive after i closed all running programs. Maybe you should try that. |
Forum: Relevant Link Exchanges Aug 13th, 2007 |
| Replies: 13 Views: 1,752 |
Forum: VB.NET Aug 13th, 2007 |
| Replies: 7 Views: 7,347 Do not use the plain textbox on your form instead use a masked text box.
Set the following properties for the masked textbox
1. For the mask select numeric and increase the maximum length up to... |
Forum: Promotion and Marketing Plans Aug 13th, 2007 |
| Replies: 38 Views: 7,402 Good, relevant and unique CONTENT. |
Forum: Search Engine Optimization Aug 13th, 2007 |
| Replies: 13 Views: 1,884 SEO is a constantly evolving art. I would not say SEO is dying but certain practices in SEO have become obsolete and ineffective (http://www.xhydra.com)
.
Such practices such as meta-taging,... |
Forum: Pay-Per-Click Advertising Aug 13th, 2007 |
| Replies: 2 Views: 2,909 funny they dont mention how they are going to help citizen journalism in China where they have already stomped it to the ground by censoring Chinese search google results |
Forum: C# Aug 4th, 2007 |
| Replies: 6 Views: 6,237 I will presume that you are referring to the datagridview control.(After all this is 2007)
IF you are using Visual Studio 2007 then this is how you can create your own unbound datagridview... |