Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the spinupwp domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /sites/coreysalzano.com/files/wp-includes/functions.php on line 6121
How to – Page 2 – Corey Salzano

Category: How to

  • aspSmartUpload.dll usage

    aspSmartUpload.dll Q&A Frequently asked questions IIS7 installation and configuration Registry key and properties Troubleshooting errors Downloads and official documentation What is aspSmartUpload.dll? A 32-bit library to facilitate file uploads via ASP Classic and IIS. Will aspSmartUpload.dll work on Windows Server 2008 64 bit with IIS7? Yes. IIS7 Installation and configuration Install at C:\Windows\SysWOW64\ Register the…

  • How to: add images to reddit sidebar

    Here is one quick and dirty way to add an image to the sidebar of a subreddit. You must be a moderator of a subreddit in order to edit its stylesheet. Upload the image Add this CSS to the stylesheet: /* add image to the bottom of the sidebar */ .side .usertext-body{ padding-bottom: 400px; background:…

  • Get Longitude and Latitude from Bing Maps

    To get longitude and latitude coordinates from Bing Maps, follow these steps: Position the map center on your point of interest Type this into your web browser’s address bar: javascript:map.GetCenter() Hit enter or click an appropriate button to query the address If you are using a browser with a lot of built-in security roadblocks like…

  • How to: Stop Spam on your MediaWiki website

    This past week I deleted a few hundred wiki pages and user accounts from the MediaWiki installation our company uses to track software features and technical issues. Here is how you can stop your public MediaWiki website from becoming the victim of relentless spam bots. Limit exposure My wiki was operating smoothly for about a…

  • How to Block Java user-agents

    A variety of user-agents that begin with “Java” are likely visiting your website. Visits providing this type of user-agent are programs created in Java by developers who did not choose to change the default user-agent string value. Here is a list of the Java user-agents I have encountered: Java/1.4.1_04 Java/1.5.0_02 Java/1.5.0_06 Java/1.5.0_14 Java/1.6.0_02 Java/1.6.0_03 Java/1.6.0_04…