Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+6
Strength to Decrease Rep
-1
90% Quality Score
Upvotes Received
11
Posts with Upvotes
8
Upvoting Members
10
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
2 Commented Posts
~64.0K People Reached
Interests
Programming Python C++ MMA / UFC
PC Specs
Dell Dimension E510 Debian 'Lenny'
Favorite Tags
Member Avatar for vegaseat
Member Avatar for Reverend Jim
15
13K
Member Avatar for codewar

Yes, I am new to Java as you will see from my post. I have done most of the work therefore; I am not interested in someone to doing my work for me rather I am looking for a new set of eyes. My program is to keep track of …

Member Avatar for codewar
0
213
Member Avatar for ShadyTyrant

I know this is kind of a noob question but I have been given a project where I am not allowed to use scaffolding. I didnt auto generate this code but the form is being auto generated by this code. <div class="row"> @Html.LabelFor(model => model.FirstName, "First Name") @Html.TextBoxFor(model => model.FirstName) …

Member Avatar for PoorRogue
0
115
Member Avatar for vuyiswamb

Good Day All i have an asp.net 4.5 application. i have hosted it on IIS 7.5 in Windows Server 2008. My application has different folders within it and some are for JS and some are for CSS and etc.. and they are inside a directory named "Shared" in my problem …

Member Avatar for JorgeM
0
953
Member Avatar for behemothdave

My assignment is as follows: Create a higher/lower guessing game using a graphical user interface. allow users to keep guessing until they guess the number. Choose two colors for the game: one should be used to indicate that the value the users guessed is higher than the target; the other …

Member Avatar for TalhaMoazSarwar
0
2K
Member Avatar for ShadyTyrant

So basicly I am just looking for opinions on Computer Science degrees. I am currently a full time web developer for an ad agency. I am looking to increase my value, and create new opportunities outside web development. Should I go for a degree in Computer Science, or are there …

Member Avatar for jwenting
0
330
Member Avatar for ShadyTyrant

I am trying to refactor some code that selects a category from a database and then displays the listing on a website. Basicly it looks like this: if($_GET['category'] == 'All') { $results = mysql_query("SELECT * FROM members ORDER BY company ASC"); } elseif($_GET['category'] == 'Alterations') { $results = mysql_query('SELECT * …

Member Avatar for ShadyTyrant
0
213
Member Avatar for thak123

i have a webpage in html5 with various divs made into pages with data-role="page" and each page having id="second" "third etc... Now i want to use the inbuilt validations..but for that i have to use the form tag...which redirects my pages to the html5 homepage..which is undesirable...can anyone help. <div …

Member Avatar for ShadyTyrant
0
96
Member Avatar for LastMitch

Hi I'm having an issue SELECT to database, I been working on it all day. I'm still new to MYSQL. I created a table: Records Table: **Records** Fields: ***id*** (INT(25), primary key, No Null, auto-increment) Fields: ***title*** (VARCHAR(256), No Null) Fields: ***content*** (TEXT, No Null) <php if (isset ($ _POST …

Member Avatar for LastMitch
0
154
Member Avatar for ShadyTyrant

I am working on a redirect script for a fancybox that loads a video, and then redirects the user to a new webpage when the fancybox is closed. I have the loader, and the redirect working. However every video that is loaded redirects to the same page. I believe this …

0
97
Member Avatar for ShadyTyrant

I have recently been hired by a local video production company to design, and develop websites for them and there clients. I am confident in my ability to write the website, however being my first job ever in this industry I want to do well and secure my position. Does …

Member Avatar for EvolutionFallen
0
109
Member Avatar for ShadyTyrant

If you could change one thing about C# or the .Net framework what would it be? If I could change one thing about C#, using would be imports.

Member Avatar for thines01
0
129
Member Avatar for ShadyTyrant

Ok first off when I use VisualStudio2010 and I try to add a TextBlock or other control from the toolbox I get an error like this: System.InvalidOperationException Layout measurement override of element 'Microsoft.Windows.Design.Platform.SilverlightViewProducer+SilverlightContentHost' should not return PositiveInfinity as its DesiredSize, even if Infinity is passed in as available size. at …

0
61
Member Avatar for aj9393

I can't figure out what the problem is or how to rewrite my code to fix it. Basically I'm trying to create an Adventure game heavily influenced by the game Zork. The game presents you with some options and then you input your choice. I'm trying to account for a …

Member Avatar for woooee
0
202
Member Avatar for ShadyTyrant

I came across a problem that I hope you guys can help me with. On register I generate a random salt, hash the password with it and a system salt, and place it in the database. On login I generate a hash from the input password the salt that is …

Member Avatar for ShadyTyrant
0
117
Member Avatar for ShadyTyrant

I am developing a website that will host lots of user information. Things like avatar images, personal information, information about the users skills, etc. I will also be implementing a forum at some point. I am using a MySql db just to be clear. Ok now, I need some ideas …

Member Avatar for seslie
0
152
Member Avatar for ShadyTyrant

I am creating a library database application. I created a custom Book class to hold data from the database. My library class lets me access the data and some methods return Book objects. The problem is when I need to return more then one Book. I want the method to …

Member Avatar for ShadyTyrant
0
163
Member Avatar for bigsand

This site has lots of flash and text, visitors spend on average 5 or 6 minutes playing with the [URL="http://www.bigsand-steelband.co.uk/listen.html"]flash demo [/URL]and gallery App. How do I make the site compatible for smartphones? [url]www.bigsand-steelband.co.uk[/url]

Member Avatar for ShadyTyrant
0
136
Member Avatar for Mirfath

hi! i have a form to enter data i want to put validations in the text boxes and prompt the user if he/she enters the wrong data i want to put validations for phone number Date of birth email i tried using regex but it says that i am missing …

Member Avatar for Mirfath
0
130
Member Avatar for ShadyTyrant

I have a theory about the design of a new site I am working on. If a user accounts table is in one database, and the site content tables in another database, then it would be impossible for a hacker to use SQL injections in a form unrelated to the …

Member Avatar for joehms22
0
137
Member Avatar for skydivekrazy

I am new to programming. So new that I am in my first semester of college. Intro to programming... I have an idea for a program I would like to build in C# because it is the language I am learning first. But I don't have any idea where to …

Member Avatar for skatamatic
0
193
Member Avatar for Manorly

Hey guys! I'm taking a C# class this semester and I've been struggling extremely bad. It's like, I can't get my mind to think simply, everything I think, I over think. When I'm doing labs, I can break down what I want each thing to do bit by bit, but …

Member Avatar for ShadyTyrant
0
133
Member Avatar for vatwindad

I am new to C# and am having trouble with some code that I am writing. Below is the code. I want the user to be able to enter a number between 10 and 50. Once the user does this, I want it to evaluate to Acceptable if it is …

Member Avatar for vatwindad
0
297
Member Avatar for ShadyTyrant

I am trying to install sql server 2005 express edition from the visual studio 2008 CD. This is the error I get. [CODE] [04/19/11,00:56:13] Microsoft Visual Studio 2008 Professional Edition - ENU: [2] CMSIDirectory::SetDirectory - Invalid argument ***EndOfSession***[04/19/11,00:56:13] Microsoft Visual Studio 2008 Professional Edition - ENU: [2] CMSIDirectory::SetDirectory - Invalid …

Member Avatar for ShadyTyrant
0
357
Member Avatar for ShadyTyrant

I need a little help connecting to an oracle database. I keep getting this error: Data provider internal error(-3000) [System.String]. [CODE=C#] using System; using System.Collections.Generic; using System.Linq; using System.Text; using Oracle.DataAccess.Client; using Oracle.DataAccess.Types; namespace OrcaleTest { class Program { static void Main(string[] args) { string connectionString = "user id=travus;password=password;data source=127.0.0.1"; …

Member Avatar for stbuchok
0
589
Member Avatar for duliduli556

Hi All, How do you use div class' in php such that you can attach html generated by php into that div class. Example <html> <head> </head> <body> <div class="border"> </div> <?php echo "This needs to go into the class border" ?> </body> </html>

Member Avatar for diafol
0
108
Member Avatar for ShadyTyrant

Hello I have a web site called shadygames. I want to make sure that all the information is filled out in a contact form I have set up. I am using ajax to update the page if more information is required by the user. I have the email validation working …

Member Avatar for McLaren
0
163
Member Avatar for ShadyTyrant

I am trying to optimize some code I have written. I do not wish to add 0 to my list if it is already set to zero. So it only needs to be changed if the letters or words do not match. Here is the working code (You will also …

Member Avatar for ShadyTyrant
0
534
Member Avatar for ShadyTyrant

How can I get my editor to expand both horizontal and vertical? I have a simple test application that uses a subclass of a StyledTextCtrl. I create my editor object in a subclass of wx.Frame. [CODE=python] def CreateEditor(self): myEditor = editor.SyntaxControl(self) # subclass of StyledTextCtrl sizer = wx.BoxSizer(wx.VERTICAL) sizer.Add(myEditor, 0, …

Member Avatar for ShadyTyrant
0
465
Member Avatar for Techwriter10

A few weeks ago I received a Google Wave invitation from my friend [URL="http://www.knopf.com/"]David Knopf[/URL] (after publicly begging for one in my post [URL="http://www.daniweb.com/news/story227584.html"]Hoping to Surf the Google Wave[/URL]). Since then, I've had a chance to use it and I've seen the good, the bad and the ever-present potential of …

Member Avatar for flashfango
3
956