-
Replied To a Post in Arrrrrhhhhhhhhhhhhhhhhhhhfgfffffhhhhhhhhhhh
Ha ha keep em coming! -
Replied To a Post in javascript condition
I canot give you the code unless you tell me if you can use jquery or not. Its like asking me to translate a menu for you in a restaurant … -
Replied To a Post in Encrypting an object
Sorry got a bit distracted yesterday so thanks for stepping in tinstaafl. Don't forget to wrap IDisposbale objects in a using statement thouhg. -
Replied To a Post in Arrrrrhhhhhhhhhhhhhhhhhhhfgfffffhhhhhhhhhhh
A good nights sleep later and all is well. Car crash was a little sureal as the bloke who drove into my wife's car is a George Michael impersonator so … -
Began Watching javascript condition
i am creating a program that will help user when they are doing survey during the survey they enter for example from 1 to 25 value in text box1 the … -
Replied To a Post in javascript condition
Are you able to use jQuery for this or just native JavaScript? -
Gave Reputation to JorgeM in Creating a Simple CSS Navigation Menu
I have seen several posts through the years with questions about navigation menus. Menus can be built using different approaches. This example is easy to build and simple to integrate … -
Replied To a Post in Power Supply Blew Now Computer Turns On But Not For Long
I have sometimes replaced these - even if it is spinning a new one can breathe new life into it. They only work for so many million spins. Try installing … -
Replied To a Post in slideshow with list and array
"my instructor is wrong and can't teach properly." - Excellent! Well keep up the coding, it takes many years and just when you think you have mastered it, something new … -
-
Replied To a Post in Power Supply Blew Now Computer Turns On But Not For Long
Ok sorry I have had a bad day. So the CPU has a fan that sits over it right? -
Replied To a Post in Hello guys can anyone solve this exercise ?
I have written code to solve this. Its yours for £1000 -
Created Arrrrrhhhhhhhhhhhhhhhhhhhfgfffffhhhhhhhhhhh
Wife had car crash Cat collapsed and had to be rushed to the vets Ordered takeaway food to be delivered for 19.30, delivered at 18.15 when no one is in. … -
Began Watching Arrrrrhhhhhhhhhhhhhhhhhhhfgfffffhhhhhhhhhhh
Wife had car crash Cat collapsed and had to be rushed to the vets Ordered takeaway food to be delivered for 19.30, delivered at 18.15 when no one is in. … -
Began Watching Error message
hya i am getting the following error message Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/jktempla/public_html/WEBINTERSECT/template_status.php on line 20 Warning: mysqli_fetch_array() expects parameter 1 to be … -
Replied To a Post in Error message
I think parameter 1 should be a mysqli_result but you gave it a boolean! -
Began Watching Power Supply Blew Now Computer Turns On But Not For Long
Recently my power supply blew while I was playing an MMO. I bought a new power supply and installed it. The computer turned on like usual and ran for about … -
Replied To a Post in Power Supply Blew Now Computer Turns On But Not For Long
Buy a new one -
Began Watching What to use as a timer in .net c#
I need a timer of some sort so that my program will send a batch of files every 10 seconds. Not sure if I can do this using threading? or … -
Replied To a Post in What to use as a timer in .net c#
What type of program is going to host this? -
Replied To a Post in How to use pure ado.net in MVC?
Can you try with a different browser? Also can you see any of these sites? http://www.rugeleychessclub.co.uk/ http://www.katmaid.co.uk/ -
Replied To a Post in Design issue in C#
I still don't like ForEachElement, I would prefer something that describes what it does and definatley don't like "A" as an argument name! -
Replied To a Post in Hello guys can anyone solve this exercise ?
We can help yes, we can't do it for you though. Post your code so far please. -
Began Watching Hello guys can anyone solve this exercise ?
Bank Waiting Times Customers often have to wait during the acquiring and consuming many products and services. Many banks participated in an experiment testing customers’ satisfaction with waiting in the … -
Replied To a Post in Hello guys can anyone solve this exercise ?
Which course is this for? -
Replied To a Post in feedback form using c#
It is in C# -
Replied To a Post in How to use pure ado.net in MVC?
Really? What happens? Which country are you in? -
Began Watching SMS gateway for free: Kannel vs Ozeki NG
Hello, I need an SMS gateway like [Ozeki NG](http://ozekisms.com/). I am testing it right now, but before investing in a commercial product I would like to map the free alternatives. … -
Began Watching How to Login in MVC?
How to log-in in MVC uing sql server? Any recommendation? -
Replied To a Post in How to Login in MVC?
There are many ways to do this but a good way of seeing one in action is to create an out of the box MVC app in Visual Studio. It … -
Replied To a Post in How to use pure ado.net in MVC?
Does this help? http://www.paxium.co.uk/PublicArticle/Article/360 -
Replied To a Post in aviod to duplicate data in sql using insert and update in mvc
You have asked this in another post - I have replied there... -
Began Watching How to use pure ado.net in MVC?
Seriously, I don't know how to use ado.net in MVC, any one how to use aso.net in MVC? any comment is appreciated. -
Replied To a Post in How to use pure ado.net in MVC?
I know how. Depends how you want to architect/tier this though - any thoughts? Also what database are you using and do you want to use stored procedures? Finally what … -
Began Watching Help needed can u check this code out for me
hya im following a video for a conversation system for my site and when i try to post a status the post button isnt going anywhere heres code for it … -
Replied To a Post in Help needed can u check this code out for me
I'm so glad I don't do php if this is what it looks like! -
Began Watching feedback form using c#
having problems with this codes. When tested it keeps giving me the error message "Your message failed to send, please try again. " using System; using System.Collections.Generic; using System.Linq; using … -
Replied To a Post in feedback form using c#
I have some working gmail code as below. See if this helps you fix your problem. using (var mailMessage = new MailMessage(ApplicationConfig.Instance.EmailSenderAddress, recipient, subject, body)) { mailMessage.IsBodyHtml = true; var … -
Began Watching Application base class
Hi, and sorry for the title, I don't really know what else to call it, so I'll get right to my point. I've recently decided to use most of my … -
Replied To a Post in Application base class
Hi Suzie If I have read things right you are asking for a good way to reuse some code library you have written right? Eg a logging utility for example. … -
Replied To a Post in aviod to duplicate data in sql using insert and update in mvc
Thankyou, I would definatley recomend the fluent API for linq, its very compact and elegant. -
Replied To a Post in slideshow with list and array
That won't work I'm afraid. There are various syntax errors. On line 27 for example you call slideshow(). JavaScript is case sensitive so this won't work as your actual function … -
Replied To a Post in ComboBox Help
That is a language, not a UI -
Began Watching Index Out Of bound
hi im getting index out of bound error i cannot find exactly were the error is coming from.can anybodyhelp.tnks import java.util.*; class allshortinVector `{` static Vector<String> v2=new Vector(); public static … -
Replied To a Post in Index Out Of bound
I bet its here v.elementAt(i + 1) -
Began Watching ComboBox Help
I searched through nearly every article in the forum as well as other groups but I'm stumped on a solution. I have a ComboBox filled with values from a DB. … -
Replied To a Post in ComboBox Help
Which UI are you using? -
Began Watching Getting Traffic
Hi, which is the best social network to get traffic to your blog ??? -
Replied To a Post in Getting Traffic
5 posts and no replies. Felt sorry for you so thought I would at least say hello! -
Began Watching Design issue in C#
I’m working on a little matrix class for my own use and because for me, it is just fun! Now I noticed a lot (10 and more) of the methods …
The End.