Why do you need to hire http://technweb.net?
* You don’t have a website…
* Your website appears a little in the search engines…
* Your website gets little traffic…
* You’re looking to get more clients …
* You need a more marketing oriented website…
* Your website looks old…
* Your website functions much worse than your competitors…
* Your website no longer functions properly…
* You want to have additional functionality to your website – like email, forums, registration, or database capabilities…
* You want to sell product and/or deposit for service on your website…
Web Safe Fonts
Web Fonts need to be functional. It is absolutely silly to think that a font is going to make or break your web site. They have to be functional. Browsers cannot generate all fonts. If you look at the most successful sites, the font is simple and standard. Do not get complicated and fancy. You will only waste your time.
Generally speaking, the following fonts are the safest you may use. The browser has all the control. One browser version may work well with one and not the other so it is important to stay with the safe fonts, or use a jpg, gif, png image instead for the header etc.
| Generic | Font | Windows 9x/2K/XP |
Windows Vista |
Mac Classic |
Mac OS X |
Linux Unix |
|---|---|---|---|---|---|---|
| serif | Cambria | x | ||||
| Constantia | x | |||||
| Times New Roman | x | x | x | x | x | |
| Times | x | x | x | |||
| Georgia | x | x | x | x | x | |
| sans-serif | Andale Mono | x | x | x | x | x |
| Arial | x | x | x | x | x | |
| Arial Black | x | x | x | x | x | |
| Calibri | x | |||||
| Candara | x | |||||
| Century Gothic | x | x | x | x | x | |
| Corbel | x | |||||
| Helvetica | x | x | x | |||
| Impact | x | x | x | x | x | |
| Trebuchet MS | x | x | x | x | x | |
| Verdana | x | x | x | x | x | |
| cursive | Comic Sans MS | x | x | x | x | x |
| monospace | Consolas | x | ||||
| Courier New | x | x | x | x | x | |
| Courier | x | x | x |
New Site: Carmit Becker’s http://winepresentation.com/

I Just finished Carmit Becker’s http://winepresentation.com/. Take a look. Pretty cool.
Drop Down Menu Made Easy

HTML and PHP
We will start by using WordPress core functions in order to retrieve our pages and categories. Edit the header.php of your theme, and replace your old nav code by this one:
<ul id="nav">
<li><a href="<?php echo get_option('home'); ?>/">Home</a></li>
<?php wp_list_pages('title_li='); ?>
<li><a href="#">Categories</a>
<ul>
<?php wp_list_categories('orderby=name&title_li=');
$this_category = get_category($cat);
if (get_category_children($this_category->cat_ID) != "") {
echo "<ul>";
wp_list_categories('orderby=id&show_count=0&title_li=
&use_desc_for_title=1&child_of='.$this_category->cat_ID);
echo "</ul>";
}
?>
</ul>
</li>
</ul>
This code will make a list of all our pages and subpages, as well as a last list element named “Categories”. When an user will hover top level pages (in case of a page menu) or top level categories, we will show up the related sub pages/categories.
CSS
Even if the code is fully functional, our script needs a good CSS styling.
#nav{
background:#222;
font-size:1.1em;
}
#nav, #nav ul {
list-style: none;
line-height: 1;
}
#nav a, #nav a:hover {
display: block;
text-decoration: none;
border:none;
}
#nav li {
float: left;
list-style:none;
border-right:1px solid #a9a9a9;
}
#nav a, #nav a:visited {
display:block;
font-weight:bold;
color: #f5f5f4;
padding:6px 12px;
}
#nav a:hover, #nav a:active, .current_page_item a, #home .on {
background:#000;
text-decoration:none
}
#nav li ul {
position: absolute;
left: -999em;
height: auto;
width: 174px;
border-bottom: 1px solid #a9a9a9;
}
#nav li li {
width: 172px;
border-top: 1px solid #a9a9a9;
border-right: 1px solid #a9a9a9;
border-left: 1px solid #a9a9a9;
background: #777;
}
#nav li li a, #nav li li a:visited {
font-weight:normal;
font-size:0.9em;
color:#FFF;
}
#nav li li a:hover, #nav li li a:active {
background:#000;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
left: auto;
}
a.main:hover {
background:none;
}
Javascript
Modern browsers (Safari, Firefox, Opera, and even Internet Explorer 7) will not have any problem with the :hover pseudo-class on li elements. But as we can easily guess it, the obsolete IE6 can’t deal with that.
In order to make our script compatible with IE6, we’ll need to charge this little unobtrusive Javascript code, in the head section our our HTML document, or even better, in a separate .js file.
<![CDATA[//><!--
sfHover = function() {
var sfEls = document.getElementById("nav").getElementsByTagName("LI");
for (var i=0; i<sfEls.length; i++) {
sfEls[i].onmouseover=function() {
this.className+=" sfhover";
}
sfEls[i].onmouseout=function() {
this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
}
}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);
//--><!]]>
Drop-down menu is ready. It will give your website a professional look.
The Most Dangerous Rogue Anti-Spyware, Rogue Antivirus and Trojans released from 2008 to 2011
Protect yourself against rogue programs, spies, hackers, and deviates. Don’t download, activate, or install any of these herein this post or you will need to call us. Here are just a few to stay away from:
ProProtect
Windows Optimization & Security
Disk Optimizer
Windows System Optimizator
Good Memory
Fast Disk
Disk OK
My Disk
AntiVirus System 2011
HDD Fix
Memory Fixer
Palladium Pro
ProtectShield / Protect Shield
Personal Internet Security 2011
Windows Optimization Center
Scanner
Disk Repair
HDD Doctor
Internet Security 2011
Antivirus Scan
Defragmenter
Personal Security Sentinel
HDD Tools
Smart HDD
HDD Plus
HDD Low
Security Shield / SecurityShield
PrivacyCorrector
HDD Diagnostic
Hard Drive Diagnostic
PCoptimizer 2010
Disk Doctor
Win Defragmenter
PrivacyGuard 2010
Win Defrag
Win Hdd
Check Disk
Ultra Defragger
XP Guard
Vista Antispyware 2011
Win 7 Antimalware
SecurityInspector2010
System Lock 2011
Antiprotect
Antivirus Suite 2010
AntiVirus Solution 2010
AV8
Smart Engine Antivirus
XP Antispyware 2011
XP Security Tool 2011
Win 7 Internet Security 2011
CleanScan
Vista Security 2011
NewClean
SecurityEssentialFraud
QuickDefragmenter / Quick Defragmenter
System Tool 2011
Spyware Protection 2010
Scan 119
Vaccine Killer
InfoDoctor
KSecurity
InfoSecret
HDD Defragmenter
SmartDefragmenter / Smart Defragmenter
SmartEngine / Smart Engine
SecureDefense
TrustDefender
ShieldSoldier
IronProtector
RegistryClever
IronDefense
IronDefender
Antivircat
SafetyGuard
DesktopLayer
HelpAssistant
Windows Defence
SpyDefender 2010
A-fast Antivirus
ACommander
Active Security
ActiveAntivir
AdCare
Advanced Security Tool 2010
Advanced Virus Protection
Adware Scanner 2010
AKM Antivirus 2010 Pro
Alureon
AWM Antivirus
Anti virus Protection
Anticare
AntiMalware / Anti Malware
AntiProtect
Antispyware Defender
Antispyware Soft
Antispyware Software
AntiSpyware Soldier
Antivir / AnVi
Antivir Solution Basic
Antivir Solution Pro
Antivirus-1 / Anti-virus-1
Antivirus 7 / Antivirus7
Antivirus 8 / Antivirus8
Antivirus 360
Antivirus 2009
Antivirus 2010
Antivirus 2010 / Antivirus2010
Antivirus 2010 Security Centre
Antivirus Action / AntivirusAction
Antivirus GT
Antivirus IS
AntivirusMate
Antivirus Protection
AntiVirus Protector
Antivirus Security
Antivirus Soft
Antivirus Software Alert
Antivirus Solution 2010
Antivirus Studio 2010
Antivirus System Pro
Antivirus XP
Antivirus XP Pro
AV Antivirus Suite
AV Checker
AVDefender 2011
AVScanner
AV Security Suite / antispybase.net
AVSecuirtySuite
ByteDefender
Cleanup Antivirus / Clean up Antivirus
Contraviro
Control Center
ControlCnt
CoreGuard
CTRLComponents
Data Protection
DeadEye / Dead Eye
Defence Lab
Defense Center / DefenseCenter
Defender Pro
Desktop Security 2010
Desktop Security 2010
Digital Protection
Dr. Guard
drive cleaner
Earth Antivirus / Earth AV”
ErrorWiz
Extreme Security 2010
EzPrivacy
Gala Search
Green AV Security Suite
GreenVaccine
Hardclean
Inprivacy
Internet Antivirus Pro
Internet Security 2010
IP Clear
IronProtector / Iron Protector
ShieldSoldier
Live Security Suite
Malware Destructor 2009
Malware Destructor 2011
MalwareDestructor2011
Malware Doctor
MalwareDoc
My Computer Online Scan
My Security Engine
My Security Shield
MyClean
MyFasterComputer
NavaShield
Net Protector AntiVirus 2010
NetworkControl / Network Control
OneClean
OneScan
PC Defender
PC Defender Antivirus
PC Sweeper
PC-Guide
PCenter
PCommander
Personal Anti Malware Center
Personal Antivirus
Personal Security
Privacy Center
ProtectInfo
Protection Center / ProtectionCenter
Protection System
RegClean
Registry Doctor
Registry Smart Pro
ResetInfo
SafetyPC
Sahat
SecureDefense / Secure Defense
Security 2009
Security Essentials 2010
Security Essentials 2011
Security Hijack
Security Inspector 2010
Security Master AV
Security Suite / SecuritySuite
Security Suite Pro
Security Tool / SecurityTool
ShieldSoldier / Shield Soldier
SmartSecurity / XP Smart Security
SP Center
Spy Cleaner
SpyAway
Spycheck AntiSpyware / Spycheck Anti-Spyware 2010
SpyGuard
Spyware Cleaner 2010
Spyware Protect
SpywareVanisher / Spyware Vanisher
SysGuard
Sysinternals Antivirus
System Antivirus 2008
System Defragmenter
System Security
System Security 2009
System Tool
SystemArmor
SystemArmor
ThinkSmart / Think Smart
ThinkPoint / Think Point /
Total PC Defender
Total Security
TrustDefender / Trust Defender
TrustDoctor
UnVirex
User Account Control
User Protection
VaccineCenter
VaccineData
VaccineTree
VDoctor
Virus Doctor
Virus Protector
Virus Remover
Virus Remover 2009
Virus Remover Professional
Virus Total 2010
VirusCatch
VirusCure
VSCAN7
VSCodec Pro Trojan
Win Antispyware Center
Win Center
WinBlueSoft
WinCleaner
Wind Optimizer
WinPC Defender / Win PC Defender / Win PC Antivirus
Win7 AV
Wireshark Antivirus
XP Deluxe Protector
Your PC Protector
Your Protection
Tango toolbar
ResultDNS
The Key to Survival
Your presence on the Internet is key to survive. These times are not easy and competition for the business is fierce. Not only do you need the customer to stay long enough and buy, or to contact you, you need a brand they will remember.
Our designs are coded to provide you with Brand Potency in mind. A solution that is attractive, professional, original, creative, and memorable sets its competition waist side. High-quality, user friendly, functional, and entertaining are just a few adjectives we embrace. Brand Identity is everything. To convey a message your clients and members understand and enjoy talking about is visual that is stimulating.
From blogs, e-commerce, promotional, to networking interactive search engine friendly sites, that incorporate all of your requirements you set forth, from credit card payment systems, hosting, and encryption we recommend, to the installation and customization we develop, to e-commerce solutions, to modifications and maintenance of your existing e-commerce systems, we are there for you. You can maintain your site and/or we can, or both. We give you access to maintain it all by yourself if you need the complete autonomy.
We are a flexible group of techs who can communicate with you, unlike most geeks. The process is made easy. We will have you up and running in no time so you can start you towards that profit potential you deserve. Below are just a handful of services:
Hosting Plans | Domain Names | Renew Domains | Assign an Account Exec | Register Domains
Transfer Domains | Bulk Registration | Bulk Transfer | Internationalized Domain Names (IDN)
Private Registration | Backorder Domains | Forwarding & Masking | Domain Name Appraisals Dedicated Servers | Blogcast | Dedicated IP | Search Engine Visibility
Site Analytics | SSL Certificates | Code Signing Certificates | Hosted Exchange Email
Contact Manager | Online File Folder | Fax Thru Email | Calendar | Email Accounts
Shopping Carts | Logo Design Services | Brand Identity Design Services | Web Banner Design
Services Search Engine Visibility | Contact Manager | Site Surveys | Email Marketing Blogcast
Marketing Tools | Photo Album | Shopping Cart
MARK’S DIALEDIN SUCCESS
Can I say success? Mark, the solo genius, has taken the design and functionality of DialedIn to uber success in a matter of less than a few years. Click the link to see more. Here are a few of the website’s clients:





