Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
Before you post, read our:
Rules
&
Posting Guidelines
Page 1 of 20
1
2
3
11
>
Last
»
Showing results 1 to 25 of 500
Search took
1.49
seconds.
Search:
Posts Made By:
alykins
Forum:
Computer Programming
03-07-2013, 04:16 PM
Replies:
9
Help with hangman code
Views:
1,309
Posted By
alykins
What changes have you made so far? You can...
What changes have you made so far? You can re-email me the solution
Forum:
Computer Programming
02-26-2013, 04:54 PM
Replies:
9
Help with hangman code
Views:
1,309
Posted By
alykins
Ok, So I have the project and integrated it with...
Ok, So I have the project and integrated it with my database... Now first problem I see is that you declare (global) objects at the top but then dim them within functions, and for your dataset it is...
Forum:
Computer Programming
02-26-2013, 02:13 PM
Replies:
9
Help with hangman code
Views:
1,309
Posted By
alykins
PM'ing you
PM'ing you
Forum:
Computer Programming
02-25-2013, 05:16 PM
Replies:
9
Help with hangman code
Views:
1,309
Posted By
alykins
Ok much easier to see now, and didn't see the...
Ok much easier to see now, and didn't see the question before... can you post what your text box has as properties from the designer?
Form.vb [Design] -- visual designer
Form.vb --...
Forum:
General web building
02-25-2013, 04:47 PM
Replies:
14
Better to alienate IE users?
Views:
6,153
Posted By
alykins
IMO alienating any browser is a bad business call...
IMO alienating any browser is a bad business call (even if it is on an intranet where you will have full control.... case in point... that is how it is now with the project I am working on, and now...
Forum:
Java and JSP
02-25-2013, 04:06 PM
Replies:
1
Help with nested while loops.
Views:
435
Posted By
alykins
if the problem is in Javascript, we need to see...
if the problem is in Javascript, we need to see the javascript files, and this needs to move to the javascript forum... if these loops are in Java, then we need to see the server side code.... either...
Forum:
Computer Programming
02-25-2013, 03:56 PM
Replies:
9
Help with hangman code
Views:
1,309
Posted By
alykins
tldr, and it's clearly an assignment... You are...
tldr, and it's clearly an assignment... You are allowed to ask on help for specific problems though. Are you stuck with something? or is something not working?
Forum:
ASP.NET
02-25-2013, 01:59 PM
Replies:
1
MsgBox up in front
Views:
892
Posted By
alykins
Do you mean a windows message box or a javascript...
Do you mean a windows message box or a javascript alert? typically windows message boxes are not used with webforms, they are part of windows forms.
Forum:
Geek News and Humour
02-14-2013, 03:05 PM
Replies:
304
Funny images.
Views:
90,500
Posted By
alykins
*gasp!*
*gasp!*
Forum:
Computer Programming
02-13-2013, 09:05 PM
Replies:
3
C# SqlCommandBuilder not performing delete
Views:
394
Posted By
alykins
I hardly ever use the dataadapter- I use straight...
I hardly ever use the dataadapter- I use straight up cmd objects and stored procs... but...
so that delete command you posted... I assume that is captured off a break point on...
Forum:
ASP.NET
02-13-2013, 08:57 PM
Replies:
5
Database-driven Website question
Views:
3,458
Posted By
alykins
I like that second resource- I'll have to read...
I like that second resource- I'll have to read through it sometime... So @OP... Everything I said, amended by what OldPedant said of keeping it one db
Forum:
Computer Programming
02-13-2013, 02:00 PM
Replies:
10
Help with Assignment Please...
Views:
2,522
Posted By
alykins
congrats
congrats
Forum:
ASP.NET
02-13-2013, 01:58 PM
Replies:
5
Database-driven Website question
Views:
3,458
Posted By
alykins
from my understanding though, with the asp.net...
from my understanding though, with the asp.net login control - and built in security features- (you have to run a database configuration) it set's it up and makes it unable to use as a regular db...
Forum:
ASP.NET
02-09-2013, 05:59 PM
Replies:
5
Database-driven Website question
Views:
3,458
Posted By
alykins
You should look at the built in framework login...
You should look at the built in framework login contro (http://msdn.microsoft.com/en-us/library/ms178329(v=vs.100).aspx). it will require you to create a separate DB for user's and what not. this...
Forum:
Computer Programming
02-06-2013, 04:38 PM
Replies:
2
Need help writing the code for this property tax app
Views:
2,365
Posted By
alykins
more than glad to tell you why what you've...
more than glad to tell you why what you've written so far is not working... if you post it
Forum:
ASP
02-05-2013, 08:19 PM
Replies:
7
Nesting pages in folders.
Views:
2,090
Posted By
alykins
I would not do that. That is the opposite of...
I would not do that. That is the opposite of coding theory (make consolidated reusable code). Creating and entirely new master page to accomodate a relative path is.... bad. Play around with the...
Forum:
Computer Programming
02-05-2013, 11:53 AM
Replies:
6
VB goto class command?
Views:
1,640
Posted By
alykins
I don't know of any tutorials... I don't know how...
I don't know of any tutorials... I don't know how you are doing this either, but what you want to look at is the http redirect method...
Forum:
ASP
02-05-2013, 11:31 AM
Replies:
7
Nesting pages in folders.
Views:
2,090
Posted By
alykins
this...
this (http://stackoverflow.com/questions/7484154/absolute-and-relative-paths-in-an-asp-net-project) link kinda describes the idea... what you are dealing with is absolute vs relative paths (in your...
Forum:
ASP.NET
02-05-2013, 11:17 AM
Replies:
6
Returning Search Results
Views:
3,413
Posted By
alykins
fwiw- As Old Pedant stated, his code is a...
fwiw- As Old Pedant stated, his code is a hack.... it can be refined a h*** of a lot more, but (and I assume he posted it so it would be on your playing field of understanding) there are many ways of...
Forum:
Java and JSP
02-04-2013, 07:38 PM
Replies:
4
Sort existing data with new data (external txt-file)
Views:
2,455
Posted By
alykins
Also- I was reading that class (PrintWriter)...
Also- I was reading that class (PrintWriter) documention and from my understanding it will always truncate the file. Also it will create the file if it does not exists (ie you can comment out your...
Forum:
Geek News and Humour
02-04-2013, 02:46 PM
Replies:
304
Funny images.
Views:
90,500
Posted By
alykins
^ That brought me to tears! omfg the novelty of...
^ That brought me to tears! omfg the novelty of it-- i want to copy-cat that one so bad
Forum:
Computer Programming
02-01-2013, 02:02 PM
Replies:
6
VB goto class command?
Views:
1,640
Posted By
alykins
Module Module1 Sub Main() Dim...
Module Module1
Sub Main()
Dim d As New demo
d.doSomethingElse()
End Sub
End Module
Public Class demo
Forum:
Vacant job positions
01-31-2013, 06:00 PM
Replies:
1
Sr Java Developer - please help with referral!
Views:
476
Posted By
alykins
why are .net skill desired for a J2EE senior...
why are .net skill desired for a J2EE senior position?
Forum:
Java and JSP
01-31-2013, 12:08 PM
Replies:
5
C# vs Java vs Python
Views:
1,370
Posted By
alykins
C# threads are posted usually under Computer...
C# threads are posted usually under Computer Programming for strict C#... when working with web it's posted under asp.net.... but honestly both are checked so it doesn't really matter... I guess in...
Forum:
ASP
01-30-2013, 12:27 PM
Replies:
7
Web Service vs ASP page
Views:
1,265
Posted By
alykins
Stored Procedures are an extremely efficient way...
Stored Procedures are an extremely efficient way to mitigate SQL injection, you must have misinterpreted.
Showing results 1 to 25 of 500
Page 1 of 20
1
2
3
11
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
03:40 AM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.