Repainting Boeing 747

Check this out!!


Virgin Atlantic plane livery time-lapse movie from johnson banks on Vimeo.

This is a time lapse video of a Boeing 747 being repainted with its new livery. In total it takes about four days.



If you find the above link useful, let us know your feedback, it will help us to improve our posting(s). or You can send your feedback linkOblast.
Report Broken Link

Very Interesting Research... Shit-Enter Key

Today i was looking for "SHIFT-ENTER" ASCII Code and i came to know there is no actual assigned ASCII Code for SHIFT key. Hmmm... i goggled it more and more and then i found, SHIFT-ENTER is for Single Space and it uses Char Value "10". For ENTER Key it is value "13".

If you are using Web Application then you can force single-spacing when you hit return in a content-editable element by seeding it with an inner DIV like so:

"< div style="border: 1px solid;" contenteditable="true" >< div>< / div>
< / div>
"

Very Very interesting. Hope above solution works for you.

Happy Coding...

If you find the above link useful, let us know your feedback, it will help us to improve our posting(s). or You can send your feedback linkOblast.
Report Broken Link

BugTracker.NET

abstracts:



BugTracker.NET is a free, open-source, web-based bug
tracker
or customer support issue
tracker
written using ASP.NET,
C#, and Microsoft SQL Server (or its free cousin, SQL Server Express).

It is in daily use by thousands of development and customer support
teams around the world.



BugTracker.NET is easy to install and learn how to use.
When you first install it, it is very simple and you can start using it
right away. Later, you can change its configuration to handle your
needs if they are more complex.


Read what others
have written
about BugTracker.NET.


Try a BugTracker.NET demo. The demo
shows just one possible way BugTracker.NET can be configured, so even if
the demo isn't exactly what you are looking for, you should still
download BugTracker.NET and see if you can configure it to meet your
needs.




If BugTracker.NET doesn't fit your needs, see some

comparisons of other issue tracking systems
.

Surface Area Configuration tool in SQL Server 2008

I installed SQL server 2008 and tried to find "Surface Area Configuration Tool".
I couldn't find that easily and Googled for that.

I got a good link that says where is the tool in sql server 2008.

Click here to visit the original site.

A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) (Microsoft SQL Server, Error: -1)

I have recently installed Microsoft SQL Server 2008 in my PC having Windows 7 Ultimate x86 as Operating system.

When I tried to connect my SQL server from remote computer, it gave me the below error message:

 A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) (Microsoft SQL Server, Error: -1)
After spending a whole day for proper solution, I couldn't find any.

Finally as an alternative I got a silly solution. Just Disable OR Turned Off Windows Firewall and in my surprise, I was able to connect.

I am not satisfied with this alternative and still searching for the formal solution. Once I have it, I will post it here for all.


If you find the above link useful, let us know your feedback, it will help us to improve our posting(s). or You can send your feedback linkOblast.
Report Broken Link