TECH TIPS
How to Use a Read More Link in WordPress
ou can split the posts of your blog so that only the first part of the post is displayed on the home and archive views. When you do this, a link will be placed directly after your excerpt, pointing the reader to the full content of the article. You can find the insert...
How do I change my wordpress URL back to its old settings
Go to your MySQL Command Line Client Enter password that you used when you set up wordpress. You will see a mysql> prompt. Select wordpress database by typing "use wordpress" or whatever wordpress database name you used. mysql> UPDATE wp_options SET option_value...
Using a powershell script to rename a file by stripping the appended date
The problem is simple. I want to display an embedded pdf on a web page. My Sonicwall reports for example only creates reports with the date appended to the file name. I want to accomplish the following: Remove yesterday's file (date already stripped)...
Trying to save a report as a pdf on a network share for SQL Reporting Services subscriptions
You may have seen a error complaining of a failure and a report server configuration problem. Make sure you are using Integrated Authentication. Next, check your file server permissions. Our network shares allow Network Services so I had to change the...
Where are the log files stored for SQL 2008 Report Services?
C:Program FilesMicrosoft SQL ServerMSRS10.MSSQLSERVERReporting ServicesLogFiles
How Do I Display a PDF File in a HTML Web Page
Step 1Save the PDF you wish to link to on a local drive on your computer. It's good practice to save all the documents you make available on your website in one location in case you ever have to upload or locate information quickly. Step 2Upload the PDF to your web...