Welcome Guest.   Make a donation to an author on the site June 18, 2013, 01:32:27 AM  *

Please login or register.
Or did you miss your validation email?


Login with username and password (forgot your password?)
Why not become a lifetime supporting member of the site with a one-time donation of any amount? Your donation entitles you to a ton of additional benefits, including access to exclusive discounts and downloads, the ability to enter monthly free software drawings, and a single non-expiring license key for all of our programs.


You must sign up here before you can post and access some areas of the site. Registration is totally free and confidential.
 
View the new Member Awards and Badges page.
   
  Forum Home Thread Marks Chat! Downloads Search Login Register  
  Show Posts
      View this member's profile 
      donate to someone Donate to this member 
Pages: [1] 2 3 4 Next
1  Other Software / Found Deals and Discounts / Re: Free Software from Microsoft. on: February 25, 2013, 10:21:53 AM
As far as I know, only catch is your bound to the license for life, and you have to promote the program among your network of friends / web programmers / designers.

EDIT: I'm sure there are other catches I've forgotten about I'll have to re-read the agreement again to check as I've signed up a couple months ago.
2  Other Software / Found Deals and Discounts / Free Software from Microsoft. on: February 24, 2013, 05:52:01 PM
When talking to Krish and Stephen on IRC I informed them of a program Microsoft offers called WebsiteSpark

Quote
WebsiteSpark gives small Web development and design companies a jumpstart by providing free tools, technologies and resources to build great websites.

It includes software such as Windows Server 2012 Standard (5 keys none the less) and Visual studio 2012 Professional and other development software.
So if your an independent developer with a tight wallet or a small startup company on a budget this is perfect for you.

http://www.microsoft.com/web/websitespark/

I am not an employee of Microsoft or any subsidiary
3  DonationCoder.com Software / Finished Programs / Re: SOLVED: Adapt to windows 7 64 bits on: October 28, 2012, 08:59:45 PM
Replace the line

Formatted for Autohotkey with the GeSHI Syntax Highlighter [copy or print]
  1. ControlGetText, DesPath, Edit1, ahk_id %WinID%

with

Formatted for Autohotkey with the GeSHI Syntax Highlighter [copy or print]
  1. WinGetTitle, DesPath, ahk_id %WinID%

I do not know if it will still work on XP or not with that change but it works on my install of windows 7 x64
4  Special User Sections / N.A.N.Y. 2012 / Re: NANY 2012 Request on: December 13, 2011, 07:14:19 AM
I was able to extract with 7zip and WinRAR, as for download URL, i noticed you posted the URL using all lowercase letters. I was able to download by changing the file name to RTFPrinting.zip in the URL
5  Special User Sections / N.A.N.Y. 2012 / Re: NANY 2012 Request on: December 12, 2011, 08:20:09 AM
How about an Extension Method?

http://msdn.microsoft.com...-us/library/bb383977.aspx
6  Main Area and Open Discussion / General Software Discussion / Re: Gmail's new look - how do I send mail now (not using the mouse; keyboard only)? on: December 06, 2011, 10:21:20 AM
Yes, you can still send messages without using the mouse, as cyberdiva said.

After ensuring keyboard shortcuts are enabled see here for list of keyboard shortcuts to use with gmail.

https://mail.google.com/s...;ctx=mail&answer=6594
7  Main Area and Open Discussion / Living Room / Re: Shoehorning Cody into a QR code. on: November 20, 2011, 12:56:54 AM
Got it to scan on my evo, using barcode Scanner, but it wanted to do a web search wouldn't convert the RTF code into an image  Sad
8  Main Area and Open Discussion / Living Room / Re: Google does no evil; kills reMail on: February 21, 2010, 02:45:30 PM
Quote
Are google the new microsoft?
seeming more like that to me every day.
Well Google's stock is worth more than Microsoft's right now from what I can tell.  tongue
9  Main Area and Open Discussion / Living Room / Re: Interesting Discovery Involving Rented Servers on: May 04, 2009, 11:11:51 AM
Could do this if my program wont wipe the full drive, as I know it overwrites the MBR very easily
10  Main Area and Open Discussion / Living Room / Re: Interesting Discovery Involving Rented Servers on: May 04, 2009, 10:27:28 AM
It opens the disk.sys driver and has disk.sys write to the hard drive(s).
But as i said I couldn't get it to wipe the full disk but i don't know what it missed.

I need to speed it up as testing takes too long 10+ hours.

It uses some undocumented API as well.

11  Main Area and Open Discussion / Living Room / Re: Interesting Discovery Involving Rented Servers on: May 03, 2009, 10:13:49 PM
OK I have been working on a program that will wipe the disk from within windows and so far it almost works only a few things right now that need to be addressed with it.

1.) Speed - It took over 10 hours to almost wipe a 8GB vmdisk
2.) Possible use in malware -  very easy to wipe the mbr and more with this so far.

Any suggestions would be greatly appreciated.

EDIT: I don't know if I will be releasing this due to the possible use in malware.
12  Main Area and Open Discussion / Living Room / Re: Interesting Discovery Involving Rented Servers on: April 29, 2009, 09:23:14 PM
The only way I found that I was able to actually wipe the drive while it was in use was the "shred" command

[copy or print]
shred -f -z -v -u /dev/sda

Replace "/dev/sda" with what ever block device you wish to wipe.

Please note: This command will take a VERY VERY long time.
13  Main Area and Open Discussion / Living Room / Re: Interesting Discovery Involving Rented Servers on: April 29, 2009, 09:20:14 AM
Yes the previous owner of the server did have windows on it, in fact it looked a lot like a desktop computer based on the pictures I started recovering with photorec which is part of the testdisk package.

Don't let the program name fool ya photorec can restore a lot more than photos it can restore a bunch of file formats including MSSQL databases.

14  Main Area and Open Discussion / Living Room / Interesting Discovery Involving Rented Servers on: April 29, 2009, 09:00:48 AM
OK Gothi[c] and I were having a little chat in the IRC chat about old data on servers and how to remove it.

So I decided to see if I could find any data from the dedicated server my friend just got, sure enough I found a lot of interesting and weird data....

Bottom line is if your going to cancel a server from a company make sure you wipe the hard drive(s) before you do as most companies just repartition and format the drive they don't wipe any data off it.

That means your passwords, your emails, pictures and what ever else that was on the server still could be accessible, on the flip side that means if someone before you had illegal data on the server and your server gets seized for what ever reason.

You COULD be held accountable for the data that THEY had on it.

So when you getting a new rented server make sure you wipe the drive before you lose access.
And when getting a new rented server make sure you/your host wipes the drive before you start putting your data on it.
15  Main Area and Open Discussion / Living Room / Extreme Change on: March 05, 2009, 10:21:59 PM
Howdy yall, erm, hi everyone i just wanted to start a new thread since i got a major makeover and if anyone else gets one or had one post pics story or what ever. smiley

so i went from this
[attachthumb=1]

to this

what do you guys think also post some of your extreme change story can be anything from appearance to what you drive or computer or anything at all smiley
16  Main Area and Open Discussion / General Software Discussion / Re: How much trouble is a 64-bit OS right now? on: February 24, 2009, 12:45:52 AM
What a partition maps to while Windows is running has nothing to do with the partition itself. The issue is that the Win7 installer of course overwrites your MBR bootcode (like all new Windows versions does), and that it doesn't included previous versions in it's boot manager - but you should be able to add those by hand with the bcdedit program.

I am currently triple booting flawlessly.  I do not remember if I installed XP SP3 first or Win 7 Beta x64, but I am pretty sure I did XP.  I also have Win 7 Beta x86 installed and I can easily boot into the XP install using Win 7's boot loader, it asks for earlier versions of windows upon start up.
17  Special User Sections / N.A.N.Y. 2009 / Re: NANY 2009 Intro on: November 14, 2008, 07:37:12 PM
I'll try and get my program ready for time for NANY
18  Other Software / ASP.NET / Hosting on: November 08, 2008, 01:41:19 PM
If anyone needs their asp.net project hosted please let me know and I'll glady setup a subdomain for you on my server to host your project.

All I need for the hosting is First Name, Last Name (can use first letter of last name) and email address.

You can PM me the Info and I'll set it up as soon as I read it.
19  DonationCoder.com Software / Circle Dock / Re: Question re modifying (system) DLL's on: November 08, 2008, 09:03:06 AM
I don't know how circle dock was made and haven't looked into it much, but there is an way for a program to hook all dll's not just specific ones its all or nothing from what i know. So it could be using that method.
20  Main Area and Open Discussion / Living Room / Re: Help me build my new Home Theater PC on: November 02, 2008, 11:15:49 AM
I've never used this case as I've yet to make a HTPC but from the specs and looks of it this case seems very nice, tad on the expensive side though ($500).

http://www.tigerdirect.co...No=3424777&CatId=3429
21  Main Area and Open Discussion / Living Room / Re: Mouser's new book on: October 10, 2008, 04:53:08 AM
I tried to buy the book but the website stops responding on the order confirmation page... undecided

Mouser seems to have taught his server how to mouser people as well  Grin
22  Main Area and Open Discussion / General Software Discussion / Re: How can I transfer IE history (Not referring to Favourites) to new laptop on: October 08, 2008, 10:11:05 AM
Yup that's all you you should need to do.
23  Main Area and Open Discussion / General Software Discussion / Re: How can I transfer IE history (Not referring to Favourites) to new laptop on: October 08, 2008, 10:03:52 AM
Yes it is very possible to do so.

Just export the registry key HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\TypedURLs and copy it over to the other computer and import it.

If you don't feel comfortable editing the registry in that way then I can make a quick program for you to do so. smiley
24  DonationCoder.com Software / Screenshot Captor / Bug: Start with windows Bug on: August 27, 2008, 11:53:33 AM
When selecting the start with windows option it appends '/autorun' to the path of SC so when you go to make a screen shot it pops up with a error dialog saying "/autorun\ path not found"
25  News and Reviews / Official Announcements / Re: DonationCoder/Veign Programming Contest Results Posted on: July 23, 2008, 03:59:14 PM
Sweetness that might actually be useful for my future plans for my program :-D
Pages: [1] 2 3 4 Next
DonationCoder.com | About Us
DonationCoder.com Forum | Powered by SMF
[ Page time: 0.065s | Server load: 0.03 ]