2011
Installing Windows 8 Developer Preview
So I think that everyone heard that a New Windows is coming to town. This week, on Tuesday, which was also the Programmer’s Day, Microsoft showed the New Windows 8 OS during it’s BUILD Conference. And it was really a great present for all Programmers!! At least I’m really excited to try the new OS and start using the new Developer Tools. You can find more info on Windows 8 in the next links:
http://www.winsupersite.com/article/windows8/windows-8-developer-preview-140546
http://www.engadget.com/2011/09/13/windows-8-details-new-features-ui-enhancements-and-everything/
Installing
I’m upgrading my Windows 7 laptop to Windows 8, so it’s not a clean install. Up till now it’s 77% and it took about 25 mins. A clean install would definitely take less time.
The laptop is a bit old, in fact it was a Windows XP laptop. It’s a VAIO powered by 1.6GHz Single Core Centrino CPU and 1GB of RAM. With Windows 7 it was running fine for normal day to day use. We’ll see how it fares with Windows 8! I’ll keep you posted. Anyone installed the Windows 8 Developer Preview? What do you think?
UPDATE 1: And it’s ready installing. For an upgrade on a 1.6GHz Centrino laptop, with 10% of free hard disk space, it took around 40 mins.
UPDATE 2: Getting devices ready and now Applying User Settings from the Windows 7 installation!
2011
File Sharing between PCs without Password Protection
Sometimes you would need to share a file or a folder with another user and you would find it not so easy to do so, more and more if you or the other user doesn’t have a password for your account.
By default, in Windows 7, in order to share a folder, you would need that the Source PC being shared has a password and the Source PC owner would need to give you his password. There are two options to overcome this situation. Continue reading »
2011
Is Windows 7 Install CD 32-bit or 64-bit?
I know this might seem a bit out dated, but I needed to know the Windows 7 Install CD I had if it was 32 or 64-bit. There are 3 ways to know: Continue reading »
2011
No Internet | Network Card not working fine
During these last few days, my network on the computer started giving me problems and sometimes the internet will stop working for no reason.
I found this supposed solution… will test it out and see how it goes. If anyone has a better solution, please let me know.
From a command prompt run the following code:
netsh winsock reset
That will reload the tcp/ip suite for windows and can supposedly correct some issues.
If you are using a USB adapter, be it wireless or wired, go into device manager and turn off the ability for windows to shut down the device to save power. You may have to do this on the root hub and controller that match your device.
Will tell you how it goes later on. Goodluck for me
2010
SQL Server | Convert Varchar to UniqueIdentifier
There are 2 ways to Convert a string to a UniqueIdentifier (GUID) in SQL Server:
SELECT CAST(’449141d9-86c9-449d-be2c-1f171b4f4567′ as UNIQUEIDENTIFIER)
SELECT CONVERT(UNIQUEIDENTIFIER, ’449141d9-86c9-449d-be2c-1f171b4f4567′)
2010
Project NINE | Start Registering
Start Registering your interest for this New Web Design Concept: “Great Web Design for a Small Price”!
How Do I Register?
You can go to our website nine.com.mt and insert your email address…
or you can also visit our facebook page from here and click Like.
More Information will be available very soon
Thanks!
2010
Error 29506 | SQL Server 2005 Management Studio Express
When i binged (yes I’m using bing
), i found the following fix:
- Search for Command Prompt in the Start Window (don’t press enter)
- Right click on the shortcut found and select ‘Run as Administrator’
- In the command prompt change the current directory to the folder where the SSMSEE installer is stored
- Enter the following command .SQLServer2005_SSMSEE_x64.msi if you are running Windows 7/Vista 64 bit
- Enter the following command .SQLServer2005_SSMSEE.msi if you are running Windows 7/Vista 32 bit
- Press enter to start the installation
Happy Sql Server Managementing
Resources: here
2010
Free Tools | Convert Documents to PDF
To print out documents as PDF for email sending or otherwise, without adobe reader, you can use the Bullzip PDF Printer…
http://www.bullzip.com/products/pdf/info.php
Next are the features of bullzip: Continue reading »
2010
ASP.Net Menu Control Problem with IE8
When loading a website that utilises the asp:menu control, in the development machine it works fine but on the server (in our case Windows Server 2003 R2) the menu isn’t shown correctly. Instead a blank panel would be viewed. As a temporary solution, the IE8 compatibility button can be clicked, but some styles might not work well with IE7 compatibility. So below please find the patch for asp:menu which can be applied to Windows or Windows Server, to build IE8-compatible ASP.NET WebForms sites…
2009
Will Windows 7 be unveiled on 7/7?

There are many websites reporting that Microsoft is going to release the RC version of Windows 7 to the public starting May 5. And I think that it is going to be released on that date!
The thing that nobody noticed (at least on the websites that I visited) is that May 5 is the same as 5/5 in all the World’s countries. Microsoft is using these types of dates for the public to remember them easily.
If the marketing department continues to use these types of dates, there is a great possiblity that Windows 7 will be unveiled on July 7th or 7/7! Imagine the following banner:
Windows 7 coming on 7/7
What a great marketing campaign would it be! Kudos for the marketing department at Microsoft!!
What you missed
Check these Out!
Favourite Links
Tags
Archives
- May 2013 (2)
- January 2013 (2)
- December 2012 (5)
- November 2012 (4)
- October 2012 (3)
- September 2012 (1)
- August 2012 (4)
- July 2012 (2)
- June 2012 (1)
- May 2012 (10)
- February 2012 (6)
- December 2011 (2)
- October 2011 (3)
- September 2011 (1)
- April 2011 (6)
- March 2011 (14)
- February 2011 (9)
- January 2011 (10)
- December 2010 (6)
- November 2010 (10)
- October 2010 (6)
- September 2010 (10)
- August 2010 (4)
- June 2010 (10)
- May 2010 (2)
- April 2010 (1)
- March 2010 (1)
- July 2009 (1)
- June 2009 (1)
- April 2009 (4)
- March 2009 (1)
- February 2009 (5)
- January 2009 (10)
- December 2008 (8)
- November 2008 (4)
- September 2008 (6)
- August 2008 (11)
- June 2008 (2)
- May 2008 (3)
- March 2008 (1)
- February 2008 (1)
- November 2007 (1)
- September 2007 (2)
- July 2007 (2)
- June 2007 (1)
- May 2007 (2)
- February 2007 (3)
- January 2007 (4)
- November 2006 (1)
- October 2006 (1)
Categories
- Android (3)
- Apple (5)
- ASP.Net (37)
- Be Creative (1)
- Blackberry OS (1)
- CMS (5)
- Creative Computing (4)
- Crystal Reports (5)
- Day to Day (22)
- Deep Design Malta (8)
- Design and Development (22)
- Development Tools (15)
- Facebook (1)
- Games (3)
- Google Analytics (3)
- Google Gmail (1)
- Hotmail (1)
- Internet Explorer (7)
- iPhone/3G (19)
- iPod Touch (6)
- JavaScript (13)
- JQuery (3)
- Lumia (4)
- Microsoft (18)
- Microsoft SQL Server (21)
- Microsoft Visual Studio (27)
- MS Office (3)
- MVC (2)
- My Blog (3)
- NetBeans (1)
- Nokia (4)
- Off Topic (16)
- Online Services (3)
- Permissions (1)
- Phones and Tablets Platforms (7)
- Project NINE (11)
- PSP NGP (1)
- Quickie (9)
- SEO (7)
- Silverlight For WP7 (4)
- Sitefinity (1)
- Sony (1)
- Uncategorized (32)
- Utilities (57)
- VB .Net (1)
- Windows 7 (14)
- Windows 8 (3)
- Windows Live (3)
- Windows Mobile (5)
- Windows Phone 7 (18)
- Windows Phone 8 (1)
- Windows Vista (15)
- Wordpress (1)
- WP Apps (2)
- Yellow Pages (4)








