Showing posts with label Others. Show all posts
Showing posts with label Others. Show all posts

Wednesday, March 23, 2011

Center middle the content of a DIV based web page




Please visit my new Web Site https://coderstechzone.com



When browsing we found a lot of website midle centered. The question is how developer doing this. In forums i found many times this question. Its simple and easy to middle the content for div based design. To do that wrap up all div in one div and then apply some CSS to middle or center the web page.
I want to make the below example:











To do that add an aspx page in your project. Then add the below stylesheet/CSS under head HTML tag:
<style type="text/css">
        #main_container {width: 760px;margin:auto}
        #content
            {
                background-color:gray;
                font-weight:bold;
                color:White;
            }
    </style>

Now write the below code under BODY tag:
<form id="form1" runat="server">
        <div id="main_container">
            <div id="content">
                Main Body Here
            </div>
        </div>    
    </form>

Now run the page. Hope you found your content in middle or center of the browser.

Saturday, November 13, 2010

How to Install Firebug Add-on in your Mozilla Firefox Browser




Please visit my new Web Site https://coderstechzone.com



The web developers most important tool is Firebug. It's basically a Mozilla Firefox add-on which makes our I mean developers life is very ease to debug and develop web pages. To inspect HTML or ASPX page elements even javascript one can easily use the firebug add-on. The firebug application provide us to detect bugs on any website. It can identify any tag mistakes or CSS conflicts that you have made in your page incorrectly. Firebug also has a live modification feature where you can change the code & see the effect immediately.

To install Firebug in your Mozilla Firefox follow the below steps:

1. Open Firefox Browser and click into the Tools Menu. Then select Add-ons.
Firefox_tools Menu

2. Now a popup window will open. Click on Browse All Add-ons at the right side of the popup window.
Firefox_browse_Add-ons

3. Now a new tab will appear with a search box. Write Firebug and click on continue button.
firebug search

4. Now select the Firebug Add-on from the list and click on “Add to FireFox button”.
pre installation of firebug

5. A new popup window will open. Click on Install Now button.
Installation of firebug

6. That's it. You have successfully installed firebug add-on in your Mozilla Firefox browser.

To ensure the installation of firebug add-on please restart the FireFox. Now you will find a logo in the bottom left or bottom right corner of your browser. To test the firebug load the page where you stuck and click on the logo to continue your inspection.

Hope now you will be ready to use the firebug application and start detecting those bugs that are stopping your design from showing the way you want it.

Tuesday, April 13, 2010

Error: Cannot delete file because it's being used by another person or program




Please visit my new Web Site https://coderstechzone.com



Sometimes you may getting the error when attempting to delete a file which is used by another program or user. In this case you can not rename,move or delete this file or folder.

The error like:
Cannot remove folder xxxxxx: It is being used by another person or program.Close any programs that might be using the file and try again.

And the screen like below:
Error Cannot remove folder

Solution:
1. Try to findout which program have a chance to use this file/folder close it and then try to remove this folder or file.

2. Wait a few minutes & then refresh the window & then try to delete because sometimes Windows or the program using the file may still be closing.

3. Open the task manager click on Applications tab & check does any program uses this file or not? If found any then close it & try again.

4. Go to the processes tab & try to find does any process lock this folder or file? If found then close it and try again. In my cases most of the times i found this problem like let i have a process named abc.exe. After getting this error i close ABC.exe so in the Application tab i didnot found ABC.Exe. But in the processes tab i found abc.exe is still running even you closed earlier. So check it from your end.

5. Close all explorer & window & open files then try again.

6. Restart the PC & try again.

7. If still doesnot resolve or rebooting is not possible(if server) then use the thirdparty software to remove this file or folder named Unlocker.

How to import data from Excel file to Oracle table using toad




Please visit my new Web Site https://coderstechzone.com



In some cases developers need to import excel file date into a oracle table. Here in this article i will explain step by step how one can import excel data into oracle table using TOAD.

The following are the steps to follow import data from Excel sheet to a Oracle Table:

First the Table must exist with the same or equal number of colums as that in the excell sheet.
Now from TOAD go to:
1. Database-->Import-->Table Data
2. Select the proper schema and Table name where data should be inserted
3. Click "Execute Wizard" and specify the type of file to be imported
4. Select "Excel File (.xls)" and click next
5. Give the path of the file, and again click next
6. Finally click execute..

Now your Excel sheet data will be transferred or imported into the oracle table.

Tuesday, February 16, 2010

How to Set Internet Explorer IE as Default Browser




Please visit my new Web Site https://coderstechzone.com



Do you really like internet explorer? If yes and plan to use it for all of your Internet browsing needs, you have to consider making internet explorer or IE as your default browser. Basically it was happen when you install more than one browser than you may dont get Internet Explorer as your default browser. Here in this article i will show you how one can set internet explorer as his deafult browser.

Steps to follow:
1. Open Internet Explorer on your computer.
2. Click on 'Tools' from toolbar menu.
3. Select 'Internet Options' from the list of choices.
4. Go to the 'Programs' tab.
5. Find the 'Default Web Browsers' heading.
6. Click on the 'Make Default' button.
Default Internet explorer IE
7. Click 'OK.' Your default Internet browser is now Internet Explorer.

To test your new settings to find Internet Explorer as your default browser, click on any Web link from your computer will now open by Internet explorer. If you click on a link from an email, the Web site should automatically load in a new Internet Explorer window or tab.

Monday, February 8, 2010

Apple rainbow logo t-shirt




Please visit my new Web Site https://coderstechzone.com



Anything with Apple is going to be a hit at the moment. This T Shirt has a cool image of the enterprise but it is much more than that, as this has a flashing logo not fixed. Means this logo is lives!!

See here:
Apple light t-shirt

Specification:

The T-Qualizer is made from 100% cotton.
1 x Battery pack and sound sensor.
Panel is powered by a detachable battery pack.
The battery pack can be unplugged for washing the t-shirt.
The t-shirt is hand wash only.
Requires 4 x AAA Batteries (not included).
Price varies between $20 and $45

Source: Internet
Want To Search More?
Google Search on Internet
Subscribe RSS Subscribe RSS
Article Categories
  • Asp.net
  • Gridview
  • Javascript
  • AJAX
  • Sql server
  • XML
  • CSS
  • Free Web Site Templates
  • Free Desktop Wallpapers
  • TopOfBlogs
     
    Free ASP.NET articles,C#.NET,VB.NET tutorials and Examples,Ajax,SQL Server,Javascript,Jquery,XML,GridView Articles and code examples -- by Shawpnendu Bikash