This is a little test to see if my iPad will successfully post to my blog!.
Today creatively started with me building a solution in visual studio 2010 that had projects for…
Downloading an affiliate window product feed
Unzipping the file to the local file system
Scraping content from the merchant site using the deeplinks in the feed to have a more comprehensive end result to this whole concept
Using the parsed content via an agile xpath project reference to build a SQL compact DB
Building an MVC3 c# site from the database and a theme based on an existing competitor that I know is doing well
Automating all the above on a daily schedule…. I can see that my more appropriate, memorable domain name would do better, and the site has several obvious improvements that could be made.. Even things as basic as sorting the drop down list items..
However the usual daily drag got in the way and my after was wasted doing…
Emails through a messy ticketing system clarifying what someone wanted until I got him to admit he didn’t even want the report in the first place…
Working out why an access 97 DB is misbehaving… Yes.. Access 97 by a wannabe developer
Being asked to fix something I fixed in the morning..but didn’t get told it was fixed and they had infact started talking about someone completely separate which they did not test when asked to do so a month ago….
There’s a big gap between what I want to do with my days and what I end up having to do…. Very frustrating…. If you read this.. And are based in London doing the kinds of things that are mentioned in the first half… PLEASE hire me!!!!!!!
See how the JQuery Datepicker looks below, the example uses code from the google CDN so is quick to load for your visitors no matter where they are in the world.
First create your page on the server that can take a parameter to get some form of data and return matches found, in this case I just want to get a body of text from a database. Note that you want to prevent caching of the response in the browser above the include that supplies the connection string in this classic ASP server side script.
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%><%
pStr ="private, no-cache, must-revalidate"Response.ExpiresAbsolute= #2000-01-01#
Response.AddHeader"pragma", "no-cache"Response.AddHeader"cache-control", pStr
%>
<!--#include file="../Connections/yourConnection.asp" -->
<%Dim ID
ID =Request("ID")Set cmd =Server.CreateObject("ADODB.Command")
cmd.ActiveConnection= ConnString
cmd.CommandText="SELECT TOP 1 Message FROM dbo.Table WHERE ID = "& ID
Set rs = cmd.ExecuteIf rs.eof=falseThenResponse.Write(rs("Message"))EndIfSet rs =nothing%>
Below you find the client webpage containing the code required to change the innertext of a textarea to the response returned by the page above. You don’t need to worry about uploading the JQuery API to your server as it’s hosted on Google’s CDN to make it load nice and snappy geographically.
Then you might find these two pages useful!, they compare one against the other once you have done a shop either online or at the store just bang in your receipt number and their systems will chug away comparing your purchases to what they would have cost at the other shop, if you could have got it for less at the other one they will give you a voucher for double the difference!.
These pages are not really publicized very well.. but then why would they be?