Archive for May, 2009

Example shopping carts

Its hard to build a shopping cart if you dont sell any thing. Most of these examples have products for sale but i will not send you anything if you purchase something – lets treat it as a donation. It can be as little as £1.50. But in now way is this a requirement, the examples are simply to show how Microsoft access and expression web can work together to produce a simple shopping cart solution.

http://www.expression-web-designer-help.com/forum/forum_posts.asp?TID=3697

Add comment May 31, 2009

Free expression web shopping cart

I have now completly rebuilt our expression web shopping cart.

If you have Microsoft access – then this free shopping cart is for you.

Have a look to see how easy it is and if you want the files drop into the forum and i will forward them to you no charge.

The data in the example is very basic and onlt there for visuals. And most of the links go nowhere, but are very easy to create

Free expression web shopping cart

Add comment May 31, 2009

Expression Web Forum Feed

I have updated our Expression Web forum feed (RSS)Its a very handy feature, which i use to keep tracks of what is going on in the forum and it means i dont have to keep visiting the forum to see whats going on. Each post is displayed with the title of the post also. I read mine via outlook 2007, but if you dont have this, you can find rss reader software by simply doing a Google search for rss reader.

Alternativly, you can just add this link to your favorites.

http://www.expression-web-designer-help.com/forum/default.asp

 

Regards

Jim

Add comment May 16, 2009

I goofed up!

Just a quick heads up. I made some updates a couple of weeks ago to our forum. Just basic formatting and SEO stuff really, However, in the process, i have some how messed up or forum index page in that the last post showing was months ago! So if you come direct into http://www.expression-web-designer-help.com/forum/

The forum stats show as follows……

Our users have posted 15,285 Posts in 2,582 Topics in 17 Forum(s) Last Post; Today at 3:27am By ttime27514 We have 1,742 Forum Members The Newest Forum Member is Barkcloth

However, if you come in direct to a post or via http://www.expression-web-designer-help.com/forum/default.asp the correct stats are shown – as of this post,

Our users have posted 21,223 Posts in 3,517 Topics in 21 Forum(s) Last Post; Today at 11:18pm By jimd We have 2,252 Forum Members The Newest Forum Member is Danchris

Den notified me of this before nippiong off on holiday (a well deserved one too) and has a solution – i just don’t remember what it was but upon his return i am sure he will post it.

Sorry for the inconvinience.

Regards Jim.

Add comment May 15, 2009

ASPX links not working?

An interesting post on our expression web forums asked how links in an aspx based web sites might not be working. Fortunately i had experienced the same issues with many of the aspx data driven sites i build.

One such site ,a mortgage, insurance and debt advice web site threw up exactly the same issues. For example if i wanted to view information on Cheap Car Insurance, the link would look like this

http://www.firstfinancialdirect.com/cheapcarinsurance/

the trailing slash at the end finished the link but i just happen to have a default.aspx page in the folder cheap car insurance so the link actually looks like this…

http://www.firstfinancialdirect.com/cheapcarinsurance/default.aspx

In the case of an aspx which is driven by a master page, this is an issue to be aware of. In my case my master page was in the root of the web site and i used relative links that simply pointed to default.aspx! Wrong because if you are in a folder like the examples above, the link is simply looking for default.aspx. So no problem with the link then! Well no but it was navigating to the cheap car insurance folder default.aspx page

http://www.firstfinancialdirect.com/cheapcarinsurance/default.aspx

instead of the site default (root) which looks like this…

http://www.firstfinancialdirect.com/default.aspx

In the posters case, the same thing applies except in this case, the folder did not contain a default page so hence the error message – that the default.aspx could not be found.

So the lesson to learn is DONT use relative links and if you do make sure that you use a tilde (~) in front of the relative link example:

~/default.aspx this link looks for the root default.aspx page.

I actually went a different route. I used xml to build the above site and was able to make an absolute link by appending the the site address to the file name in the hyperlinks dialogue.

Hope you find this useful.

Add comment May 12, 2009


Calendar

May 2009
M T W T F S S
« Dec   Jun »
 123
45678910
11121314151617
18192021222324
25262728293031

Posts by Month

Posts by Category