Posts mit dem Label image werden angezeigt. Alle Posts anzeigen
Posts mit dem Label image werden angezeigt. Alle Posts anzeigen

Freitag, 26. Februar 2016

How to Publish a Web Site in Asp.NetIn Feburary 2016 26,

In Feburary 2016 26,
Obtain from your web hosting company the necessary information to use FTP (File Transfer Protocol) to upload your files as well as the correct connection string(s) to access a database that is part of your website.
Upload your website files to your web host using FTP. Include the web pages, any image files or other web content files related to the new site.
Replicate any database schema and tables that are part of your website to the web host's database server. Do this either by developing the database on the web hosting company's database server if allowed or with the Database Publishing Wizard that is part of Visual Web Developer (installed with ASP.NET).
Update the web.config file that was uploaded as part of Step 1 so that the database connection string will point to the web host's database server rather than the location on your own PC. This may involve several connection strings if the website includes complications such as additional systems, membership pages, and roles (Admin, Full User or Limited Use, for example).
Test all connections and features of the hosted website for functionality. Correct any bugs or non-working parts on the local computer and then upload the corrected web pages.
In Feburary 2016 26,

Donnerstag, 25. Februar 2016

How to Find Where a Web Site Is HostedIn Feburary 2016 25,

In Feburary 2016 25,
Do a 'whois' search. This is a search that shows you who has registered a domain. There are many sites that allow you to perform this search; see Resources for just a few examples. The site WhoIsHostingThis.com offers the simplest results; typing in a website address will yield the very simple result: 'xxx.com is hosted at xxx.com,' as seen in the image.
Read through the results of a more complex 'whois' search, such as one done through GoDaddy's 'whois' search. In the example in the image, Registered through: GoDaddy.com, Inc. shows the website DesignLogicMedia.com is hosted at GoDaddy. The administrative and technical contacts show DomainsByProxy, meaning privacy restrictions were put into place to prevent the address and phone number from showing up and being available to spammers.
Call or e-mail the administrative or technical contact, if it is listed, for further information.
Go to the website itself as an alternate to, or in addition to, a 'whois' search. Often, the website will have information on where it is hosted. Scroll down to the bottom of the page, and you may see 'Hosted by' and the name of a company.
Contact the person listed as webmaster on the website itself. Depending on the circumstances, that person may be willing to offer you information.
In Feburary 2016 25,

Mittwoch, 24. Februar 2016

How to Add Affiliate Banners to a WebsiteIn Feburary 2016 24,

In Feburary 2016 24,
Decide which affiliate you want to add to your website. You can add several affiliates to different pages on your website, or you can simply paste one affiliate banner on one web page. Once you decide on an affiliate, or group of advertisers, it is time to add your banner.
Select the banner you want to add to your website. If you have an affiliate account with a merchant, they will most likely send you banners with the HTML or JAVA code for that banner, which you need to paste into your web pages. This HTML code draws the banner image from the affiliates' servers and displays it on your website page. You should not have to download images, or add any more files to your website server to add an affiliate to your website. A typical piece of JAVA banner code looks like this:
A'>http://www.linktobanner.com/your_tracking_code?target=_blank&mouseover=Y'></script> A typical piece of HTML code looks like this: <img'>http://www.link.to.banner/image/your_trackingcode'><img src='http://www.tqlkg.com/image-999999-999999' width='468' height='60' alt='Airaid Intake' border='0'/>
Copy the HTML or JAVA script code by placing your cursor at the beginning of the code, left click and hold down the mouse button, and then drag the cursor across the entire piece of code. It will become highlighted in blue, right click, then select 'copy' from the menu that appears on your screen.
Open the file for the web page where you would like to insert the code on your FTP server, or computer. Paste the HTML or JAVA code into the web page, where you want the affiliate banner to appear. To do this, download the HTML file of the web page to your computer, from your FTP server, using an FTP client, (or your website hosting account's FTP connection) and open it in notepad. Paste the HTML code or JAVA script code into the HTML code, where the banner should appear. If your page uses a table, create a new row and insert the code, or place it accordingly in the first row. The banner is handled just like an image by your browser.
Upload the website page to your domain using your FTP client and server in the directory it came from, and click overwrite page, of prompted to by the FTP client. View your page and make sure the banner is in the right place. If not, move the entire piece of code until the affiliate banner appears where you want it to appear.
In Feburary 2016 24,

Donnerstag, 18. Februar 2016

How to Create Your Own Start or Browser Home PageIn Feburary 2016 18,

In Feburary 2016 18,
Start.io is free and simple: two unbeatable characteristics. Create an account and you're ready to create your personal start page.
Set up a basic set of links in categories of your own choosing. See the image in the introduction for an example of the no-nonsense look of a start page you can create.
While you are setting up your page you can sort links or groups by clicking and dragging the sort button on the right side. Clicking on any link will reveal its settings in which you can edit or delete the link. To add a group, click Add a New Group on the top of the manager. To add a link, click Add a New Link at the bottom of each group.
Select the layout you like.
When you finish creating the page, go to the browser's Preferences or Options setting and set your new start page to be the homepage in the browser. In Firefox, go to the Tools menu and click Options. In Safari, go to the Safari menu and click Preferences. In Opera, go to the Tools menu and click Preferences. In Internet Explorer, open your start.io startpage, then click Tools and then Internet Options.
There is a Save to Start.io bookmarklet which you can drag to your browser's bookmark bar. When you find a new page you want to add to your start page, simply click the bookmarklet.
In Feburary 2016 18,

Donnerstag, 11. Februar 2016

How to Make Pictures Unsaveable on Web PagesIn Feburary 2016 11,

In Feburary 2016 11,
Open the HTML file of your webpage in a word processing program.
Add the following code within the
section of the file:
Save the file and upload it to your Web host. All right-click functions on that page are now disabled.
Watermarks
Open your pictures in an image editing program.
Add text across the picture. It can be anything from 'Don't Save Me' to something more formal such as '© 2010 Bob Smith.'
Reduce the opacity of the text until it is visible, but does not distract the viewer from actually looking at the picture. People will still be able to save this image, but they will not be able to call it their own.
Save the Images as a Flash Slideshow
Open the images in a Flash slideshow program such as Vertical Moon's SWF 'n Slide or Wondershare's Flash Gallery Factory.
Set up the images in the order you want them displayed.
Set the timing for the slideshow.
Save the slideshow and insert it into your website with the following code:
Adjust the file name and size to fit your needs. Unless a user has access to a flash program, he will not be able to save the images.
In Feburary 2016 11,

Montag, 8. Februar 2016

How to Modify Zen Cart to Use External ImagesIn Feburary 2016 08,

In Feburary 2016 08,
Access the 'Developer Toolkit' from the Zen Cart administrator screen. In the search box, type 'DIR_WS_IMAGES.' This brings up all the pages that contain code to be modified. In each page, replace 'DIR_WS_IMAGES' with 'DIR_EXT_HTTP.' This tells Zen Cart to look for images externally rather than in the 'image' folder. This step is necessary only once.
Navigate to the Web server that contains the image that you are linking. If the images are stored on your hard drive, you need to upload them first. Sites such as imageshack.us and photobucket.com (and others) offer both free and paid services for image hosting. Alternatively, you could choose to host them on a private server, if available.
Right-click on the image once it is displayed in your browser and select 'Properties.' This brings up a window that displays the image attributes and location. Highlight the URL that appears next to the 'Path' field then right-click the selection and choose 'Copy' from the menu. Example text (without quotes): 'http://example.com/image.jpg."
Paste the URL copied in Step 3 into the 'Product Image' text box on the 'Product Attribute' page, and save the changes. Your external image should now be displayed correctly.
In Feburary 2016 08,

Donnerstag, 4. Februar 2016

The Best Free Web Development ToolsIn Feburary 2016 04,

In Feburary 2016 04,
While you can use Notepad as an HTML editor, you'll work more efficiently and create better sites using a full-featured HTML editing program such as Kompozer. With separate code and design views, this program helps you work with CSS and JavaScript as well as HTML. Kompozer is also a WYSIWYG editor that builds HTML code for you when you drag controls onto a document. Its file manager helps you manage your site's files and the built-in FTP tool uploads them to your Web server. BlueGriffon, a similar WYSIWYG program, also helps you create professional looking websites quickly.
Create Your Own Graphics
You don't have to spend money on commercial image editing programs to create rich, compelling graphics for your website. Install a program such as Paint.Net or GIMP, and you can begin creating buttons, menu items, banners, logos and other graphics that enhance your Web pages. Paint.Net and GIMP have customizable brushes and other tools that help you draw new images and enhance existing ones. Filters also enable you to add special effects to all types of graphics. Both programs support layers and add-ons that give you access to additional useful editing features.
Spice Up Your Pages with Animation
Newer Web technologies can write code that adds interactive animations to Web pages. You don't have to be an expert HTML5 or CSS3 developer because the Google's Web Designer program writes animation code for you. After you learn how to use Web Designer, it can create 2-D and 3-D motion graphics using HTML5 and CSS3. You can work in Advanced mode to create complex animations or in Quick mode, in which the program does most of the work for you. Web Designer is an excellent tool for creating animated Web ads and banners.
Debugging, Testing and Optimization Tools
It's important to optimize your Web pages so that they load rapidly and provide the best user experience for site visitors. Tools such as the Firebug add-on can help you identify issues on your website that slow it down. For example, it has tools that analyze network activity and benchmark your JavaScript's performance. Firebug also comes with a powerful step-by-step debugger that helps you test and debug code as it runs. The main Firebug add-on only works with Firefox. However, you can also install Firebug Lite on Chrome, Safari, Opera and Internet Explorer.
In Feburary 2016 04,