- Slide 1
test1
- Slide 2
- Slide 3
- Slide 1
- Slide 2
- Slide 3
- Slide 1
- Slide 2
- Slide 3
- Slide Deck Demo
- Top Search Engines, by Search Volume
- Top Search Engines, by Search VolumePosted 608 days ago
The lastest figures from Hitwise show the popularity of Google UK for UK based searches.
These figures are based on visits to Search Engines for the 4 weeks ending 19/06/2010.
Rank
Website
Searches1.
www.google.co.uk
87.64%2.
www.google.com
6.72%3.
www.bing.com
3.05%4.
uk.search.yahoo.com
2.58%5.
www.uk.ask.com
1.34%This continues…
- Consuming a WCF Service from PHP
- Consuming a WCF Service from PHPPosted 658 days ago
Below is an example PHP script which accesses the sample WCF Service defined by the WCF template in Visual Studio 2010.
GetDataUsingDataContract(CompositeType composite)
This function is declared by the template WCF Service in Visual…
- Creating interfaces to SQL databases in Excel
- Creating interfaces to SQL databases in ExcelPosted 692 days ago
If you are familiar with your database structure, and have permissions, it is possible to quickly setup a user interface to your SQL database using just Microsoft Excel.
There are 2…
- Returning an ADODB.Recordset from Function
- Returning an ADODB.Recordset from FunctionPosted 695 days ago
To return an ADODB.Recordset in Visual Basic Application (VBA), from a function, the Recordset must be disconnected.
Function queryDatabase(strSQL, username, password) As ADODB.Recordset
'Declare our variables
Dim strConnection, conn, rs'Initialisation
…
