withinweb

Information and support for products of withinweb.com

withinweb header image 4

Entries Tagged as 'Uncategorized'

Release of Apple iPhone / iPod App

March 1st, 2012 · No Comments

http://itunes.apple.com/us/app/classical-poems-and-poets/id495791251?ls=1&mt=8 is Apple App of classical poems and poets which has just been released.
Classical Poems and Poets contain nearly 5000 searchable poems with about 150 biographies of poets.  This covers many favorite poems written though out the centuries by many of the greats.
To see further details refer to the web site at :
http://apple.withinweb.com

[Read more →]

Tags: Uncategorized

How to identify duplicate values in a database

November 6th, 2011 · No Comments

SELECT     programme_main_id
FROM         dbo.para_sub_details
GROUP BY programme_main_id
HAVING      (COUNT(programme_main_id) > 1)
This uses a simple SQL statement which identifies those entries which have dupliate programme_main_id
Paul

[Read more →]

Tags: SQL databases · Uncategorized

Free pdf guide for selling digital downloads

November 5th, 2011 · No Comments

For free hints tips and tricks see the following pdf file :
http://www.withinweb.com/global/hints_tips_and_tricks/digital_files.pdf

[Read more →]

Tags: Uncategorized