Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+5
Strength to Decrease Rep
-1
100% Quality Score
Upvotes Received
4
Posts with Upvotes
3
Upvoting Members
4
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
2 Commented Posts
~27.7K People Reached
Interests
Computers, Downhil mountainbiking, raving, sound equipment.
PC Specs
AMD Athlon II x4 640 (O/C @ 3.2GHz). ASUS mobo & chipsets. 2GB 1333Mhz AMD Black RAM. RADEON HD…
Member Avatar for NuGG

Ok this is a weird one and its been ongoing for many months, wondering if anyone has any ideas. We have 10-15 office 365 exchange email accounts and they all work perfectly fine apart from one account on one device. This particular account has intermittent issues with sending and emails …

Member Avatar for NuGG
0
4K
Member Avatar for NuGG

To start I want to make it clear I have no experiance with office 365 or the associated exhange stuff, and I would never personally recomend such a package to my clients, hence why I am totally in the dark about this. I have taken on the management of IT …

Member Avatar for rproffitt
0
3K
Member Avatar for NuGG

We have an Access mdb database originally built in the late 90s. We currently use MS Access 2000 on Win7. Since switching to win7 from XP the database keeps getting locked and corrupted and we are unable to open it. We then have to revert to backup copies made days …

Member Avatar for rproffitt
0
223
Member Avatar for NuGG

Ok so I have the following code for a table with CSS rules designed to "collapse the table horizontally" on smaller screens... <table> <thead class="thead"> <tr> <th>a</th> <th>b</th> <th>c</th> <th>d</th> <th>e</th> <th>f</th> <th>g</th> </tr> </thead> <tbody> <tr> <td data-label="a">1</td> <td data-label="b">2</td> <td data-label="c">3</td> <td data-label="d">4</td> <td data-label="e">5</td> <td data-label="f">6</td> <td …

Member Avatar for NuGG
0
529
Member Avatar for stokie-rich

Hi guys, I'm creating a register page for my website. I have got things sorted now, when i try and test the page and try and register a user the data is not been inserted into the database I'm not getting any error messages at all so I dont know …

Member Avatar for stokie-rich
0
301
Member Avatar for spud91

Hi Guys, im creating a shopping cart as part of my website however whenever i try to empty my cart i get the error: `( ! ) Notice: Undefined index: login_user in C:\wamp\www\catalogue.php on line 32` login_user refers to a session that gets created when the user logs in. Line …

Member Avatar for spud91
0
2K
Member Avatar for NuGG

I have been trying to figure out how to populate a html template with data from a multi dimensional array, but i cant figure it out. The template is taken from MySQL. This is what I have: $template=addslashes($row['content']); eval("\$body=\"$template\";"); print($body); Now the template is as follows: $row['content'] = "<html><p>array item …

Member Avatar for NuGG
0
225
Member Avatar for NuGG

I want to disallow certain query strings with robots.txt and I want to check I am doing this correctly... I am using: Disallow: /browse.asp?cat=*-* I want to check that this rule will allow these urls to be indexed: *browse.asp?cat=123/1234/1234-1 browse.asp?cat=123/1234-1* While disallowing these urls: *browse.asp?cat=1234-1 browse.asp?cat=1234-2* Will this rule work? …

Member Avatar for Ali_42
0
139
Member Avatar for NuGG

- I have a [URL=http://kings-head-inn.com/form/]form[/URL] and I need to send an email automatically to the person who submitted the form. - The form sends the information to an email address when submitted. - The form contains an email address field which will contain the email address of the person who …

Member Avatar for Brenda_1
0
435
Member Avatar for NuGG

I have been having trouble getting a result from this wondered if someone may be able to help me. I am trying to decode/parse this json output from a URL so that I can extract "result" and "success" and place them into variables. So far I cant even parse the …

Member Avatar for NuGG
0
316
Member Avatar for supermastereu

Intend to carry out a simple online and print invoice to pdf. Suggestions are accepted ...

Member Avatar for NuGG
0
109
Member Avatar for NuGG

I cannot run a program on a computer because there are software restrictions in place which prevent the running of .exe files. Is it possible to run a program with out the .exe file extension? (i.e. change it to something else?) If not are there any other ways of getting …

Member Avatar for Tcll
0
2K
Member Avatar for NuGG

I have tested a PSU with a multimeter while at idle and got these very odd results: 3.3v = 3.31v 5v = 5.56v 12v = 12.83v -12v = **3.27v** -5v = **3.4v** +5v = 5.02v The -12v and -5v are way out but the PC in question is running without …

Member Avatar for mike_2000_17
0
162
Member Avatar for NuGG

I am trying to get a total of all the records for playerid from table1, table2 and table3 by playername. There are 4 tables, table-1, table-2, table-3, and players. I am not great with queries and I expect somebody here can instantly see where I am going wrong. This is …

Member Avatar for ryantroop
0
263
Member Avatar for NuGG

Hi there, I have a problem with one of my websites. Some users are complaining that the site wont load in IE9 when others are saying it works fine in IE9. Some people report a 404 error, others report a 500, and some people are saying the page is just …

Member Avatar for JorgeM
0
186
Member Avatar for NuGG

Hi there, I am trying to combline results form a query into one variable/string without drastically changing the sites current code. Bacically I have been trying to add **rs2("name")** for each record into one string. For example, say the customer has "item1", "item2", and "item3" in their basket, well I …

0
121
Member Avatar for NuGG

I have an array of file names which gets split into 3's using array_chunk, then using array_push "X" is added to each array chunk. I now want to to reassemble the array chunks into one "2D" array. I have been playing around with array_merge, but I can only get the …

Member Avatar for NuGG
0
487
Member Avatar for NuGG

This is problem that I have struggled with for some time, but im sure the answer is very simple... I have a sub report that performs calculations on 2 fields ( [Rate] [Hours Worked] ) from a table called [Hours]. The report is GROUPED by [Rate] and is as follows: …

Member Avatar for NuGG
0
2K
Member Avatar for NuGG

I have made the mistake of adding a large amount of comma separated data to a specific field in a certain table without adding spaces between each! (Stupidly didn’t realise the associated application requires spaces!) Now I am trying to create a query that can add these spaces in automatically …

Member Avatar for ChrisPadgham
0
362
Member Avatar for NuGG

Im new to php and have been struggling with this for some time, but I expect its something simple. Basically I have some code below which I want to use to display an events board. -Info for each event comes from a separate xml file for each event. -XML files …

Member Avatar for NuGG
0
213
Member Avatar for NuGG

I have the following code witch is used to display HTML from an XML file. The XML file itself comes from a form POST where a "\" is added in after various HTML tags. Is there anyway I can modify the script below to hide/remove the "\" when the XML …

Member Avatar for ko ko
0
1K
Member Avatar for Catweazle

A recent question requested advice about building your own PC. The website style is a little amateurish, perhaps, and some of the discussion of components is certainly getting a bit 'dated', but one of the most comprehensive system building guides I've yet come across is Rob Williams' My Super PC …

Member Avatar for hgvdriver
-1
1K
Member Avatar for NuGG

After the latest Microsoft Windows XP hotfix (the browser checker), I am unable to check my email in Microsoft Outlook (request times out). The Internet is very slow in IE8, and fails to load pages in Firefox at all. I have reinstalled IE8, Firefox, and Outlook to no avail. Have …

Member Avatar for NuGG
0
136
Member Avatar for NuGG

I have been experiancing slow/intermittent browsing in IE and firefox since the recent KB976002-v5 (browserchoice.exe) hotfix. My pop3 email accounts also time-out when sending/recieving. I have reinstalled both IE and firefox. Specified DNS Servers on the router and problem PC. Fixed all registy errors, and performed a deep clean including …

0
240
Member Avatar for NuGG

I was wondering if it is possible to print a file with out viewing it first by using a hyperlink on a webpage. Bacically i want users to print off a form (doc file) by clicking a link. eg: -so the hyperlink would be here: kings-head-inn.com/print/linkpage.html -and the doc file …

Member Avatar for essential
0
126
Member Avatar for NuGG

I was wondering if anyone knows how to get flash to open another html page after the movie has played. im trying to make an opening page to my website which plays a short movie with the company logo on etc. When the movie has loaded and finished playing I …

Member Avatar for Lije124
0
501
Member Avatar for NuGG

[I]I do apologise if this thread has been started in the wrong section. - Wasn’t sure where to put it...[/I] ________________________________________________________________ I am using Microsoft Access with a select query to combine 4 separate fields into 1 field for each record using the following expression:.. [B]Expr1: ([prod_group_name] & " - …

Member Avatar for kb.net
0
134
Member Avatar for NuGG

I have created a bat file to launch 3 browser windows with different URL's, to be run at system start up... [CODE] start iexplore http://www.domain.com/dyna.php?domain=ufbsound&tld=co.nr&pass=abcd&dir=ufbsound start iexplore http://www.domain.com/dyna.php?domain=ufblive&tld=co.nr&pass=abcd&dir=ufblive start iexplore http://www.domain.com/dyna.php?domain=ufbftp&tld=co.nr&pass=abcd&dir=ufbftp [/CODE] The URL's contain several "&" so the script opens the browser windows with the URL's up to the …

Member Avatar for afripino
0
199
Member Avatar for NuGG

I need some help with renaming files using a batch script... Say in a folder I have 2 html files. - 1.htm 2.htm I need a bat file that will rename "1.htm" to "1a.htm" and then change "2.htm" to "1.htm" In other words I need "2.htm" to become "1.htm"... Anyone …

Member Avatar for Temmu
0
1K
Member Avatar for NuGG

When I switch the computer on, if im lucky, it will tell me the processor speed amount of ram, etc. (sometimes the screen just turns blank before this stage.) Then it displays an error explaining there is a drive A:\ problem; however the computer in question is a server without …

Member Avatar for joytech22
0
297