Yes, as the .NET section refers to the .NET package, i anticipate the VB/VBA section to mean only pre-.NET articles
Type: Posts; User: Noirenex; Keyword(s):
Yes, as the .NET section refers to the .NET package, i anticipate the VB/VBA section to mean only pre-.NET articles
Ugh CRM systems are a nightmare, i am currently re-writing one of our CRM systems at work, it's going quite well, though my data layer is using Entity Spaces over DataSets, not much XML involved at...
After version 7 they unified their products into a group known as .NET, using core libraries from the .NET framework. (Version 8 being 2005, version 9 being 2008)
Looks like your using a variable that hasn't been initialized or you haven't referenced a required assembly, post some code to let me see? You can also do e.ToString() with response.write if you...
I refer you to the msdn article and the snippet
My.Computer.FileSystem.RenameFile("C:Test.txt", "SecondTest.txt")
I tried turning them all off, i'll have to check the firmware of the wireless router for a built in one. Just basic windows firewall, except host has PCGuard (Which i tried deactivating)...
Paypal offer a free shopping cart system and offer the payment processing system at no cost (But they do charge per payment a percentage). Other than that, there's the OS commerce cart system...
...
Sorry, i should re-iterate. The laptops can connect to the wireless router fine, but the internet does not appear to be coming through over wireless, but comes through if i wire them into the router.
You could always have a single file with all the include files in, then include that file in the pages. e.g.
include/include_root.php :
<code>
<?php
include('include/page1.php');...
Heya,
I am having some problems getting my wireless laptops onto the internet, the setup is a webstar EPC2100 modem connected to a linksys wag54gs via the ethernet port, then a desktop pc is...
I have used Nvu yes, and i can recommend it as a good free program, though i don't really see it as good as dreamweaver, the main difference is that dreamweaver is just a lot 'prettier' in the way it...
P.S. If you ever need a hand doing this new webby of yours you can contact me directly on MSN noirenex@hotmail.com, or gmail, noirenex@gmail.com
Jez, again, you are a legend, i thought i had tried putting in a container, maybe i mis-spelled the ID when i called it, heh, many many thanks!
Also, i think i relaise what is happening, i have not...
Ok here are the two files you need to see the problem. Open with IE after unzipping.
Ok that works good for the inital load, however, the iframe is re-directed using some links on the left, and now each time i click one, the same thing happens...
Hi, i am having a problem with CSS, i currently have a 3 column layout i devised that is fluid but resizes according to margins as opposed to %, which works fine in FF and IE, however, i use an...
Mucho thankso! was very glad of your help jezza, you always seem to come to my aid, so thanks again! i figure i will use word, as you rightly said, they won't ever see the code, so no worries, see...
Ok now i have another way, linking a simple HTML file into the iframe, i don't know why i didn't think of it earlier, it solves the wrapping problem and formatting is good, however, i still have a...
I have just found one way of doing it, but it leaves a lot to be desired...
<iframe src="content.txt"></iframe> this seems to work for me, but i will have to seperate the text files, then i can...
Hi,
I figured there may already be information on this or something similar but couldn't find any...
I am working for a client at the moment who knows nothing about web development or updating etc....
Hello World,
I am designing a web-site for the place where i workj as a favour and we need to meet the 'accessibility requirements' of todays age, which means that if a blind user wishes to obtain...
Ok well skit is close so you can have a small slice of a choccy bar, the way it works is
1. <span style="background-color: #FFFF00; color: #FFFF00; font-weight: bold">Work out the binary gives you...
<P ID="edit" class=small>(Edited by Noirenex on 10-Oct-06 08:30. Added clue)</P>The devil gave me 3 good points.
00001100 + 00001100
00100000 + 00001110
10000000 - 00111000
00001011 * 00000100...
I agree with John, when you are using the USB flash drive, are you copying a lot of files to/from the hdd or applying extra load on the CPU as John suggested?, though 6 is a little high, perhaps your...
<P ID="edit" class=small>(Edited by Noirenex on 30-Sep-06 17:25. edit - added jezza's cleaner code to example)</P>Hi there, noticed you are using check boxes, radio buttons might be better, enclosed...