Blog
CMS Part I: Do you need a CMS?
Feb04Content Management Systems Pros & Cons
Read the rest of this entry »Google Local
Jan20Google Local: Make sure your customers can find you on the map!
As part of your ongoing effort to increase your website’s visitors stats, it is important to include your business to Google Local. If anything, it helps your current customers find you quickly after typing your company name, but it is FREE! Be sure you include all of your locations. Here is how: Read the rest of this entry »Speeding up Websites, Part 2
Jan07Most web pages include resources that change infrequently, such as CSS files, image files, JavaScript files, and so on. These resources take time to download over the network, which increases the time it takes to load a web page. HTTP caching allows these resources to be saved, or cached, by a browser or proxy. Once a resource is cached, a browser or proxy can refer to the locally cached copy instead of having to download it again on subsequent visits to the web page. Thus caching is a double win: you reduce round-trip time by eliminating numerous HTTP requests for the required resources, and you substantially reduce the total payload size of the responses. Besides leading to a dramatic reduction in page load time for subsequent user visits, enabling caching can also significantly reduce the bandwidth and hosting costs for your site.Basically, the .htaccess file is telling the bots to cache certain files at various times for returning visitors. ExpiresActive On ExpiresDefault A0 <FilesMatch “.(flv|ico|pdf|avi|mov|ppt|doc|mp3|wmv|wav)$”> ExpiresDefault A29030400 Header append Cache-Control “public” </FilesMatch> <FilesMatch “.(gif|jpg|jpeg|png|swf)$”> ExpiresDefault A604800 Header append Cache-Control “public” </FilesMatch> <FilesMatch “.(xml|txt|html|js|css)$”> ExpiresDefault A7200 Header append Cache-Control “proxy-revalidate” </FilesMatch> <FilesMatch “.(php|cgi|pl|htm)$”> ExpiresActive Off Header set Cache-Control “private, no-cache, no-store, proxy-revalidate, no-transform” Header set Pragma “no-cache” </FilesMatch>
Speeding up Websites, Part 1
Dec18- Browser Caching – to help with the browser by instructing it to load previously downloaded resources (images, css, html, etc.) from your local disk rather than over the network.
- CSS compression – Removing CSS from documents, compression external CSS and removing unused.
- JavaScript compression - minimizing and combining javascript code.
- Images – Optimizing and setting dimensions.
Stuck Print Jobs on Windows
Nov30- Go to Control Panel
- Select System and Maintenance (skip this step for Windows 7)
- Select Administrative Tools
- Double-click on Services
- In the list of services, scroll down until you find one called “Print Spooler”
- Right-click on “Print Spooler” and select “Restart”
- The “deleted” jobs will disappear and any queued jobs in your print queue will print
These are other print spool solutions from Windows as well.
Outlook: Syncing your email on more than one computer
Nov11Setup POP3 on several devices
By default, when you download new messages from a POP3 e-mail account, the messages are deleted from the POP3 mail server. If you check your POP3 e-mail account from different computers by using the default Microsoft Office Outlook 2007 POP3 settings, the computer that downloads a new e-mail message is the only location where the message is stored. The message is no longer on the POP3 mail server when you connect from another computer. – Microsoft.com (read more)
To setup your POP3 with your Outlook on your PC and laptop, here are the steps:
- Click Tools | Account Settings
- Under Name, select the POP3 e-mail account that you want to change, and then click Change.
- Click More Settings.
- Click the Advanced tab, and then under Delivery, select the Leave a copy of messages on the server check box.
- Then be sure to select the number of days to remove older messages from your server. These settings might help prevent you from exceeding the maximum mailbox size set by your Internet service provider (ISP) or web host.
New Website :: Yellow Rose Reception Hall
Nov10
Announcing our latest website, Yellow Rose Reception Hall in New Caney, TX. This website was custom designed and built for the Wordpress content management (CMS) platform. The owner has complete control over the website’s content and can edit pages when they wish using any web browser. 




