• Member Avatar for hericles
    hericles

    Replied To a Post in How do I search my plist file and return data?

    You can read the plist into an NSData object and then convert that into an NSDictionary. This SO question has a couple of examples [Click Here](http://stackoverflow.com/questions/1072308/parse-plist-nsstring-into-nsdictionary)
  • Member Avatar for hericles
    hericles

    Began Watching Xcode UI Builder != Output

    Hello. I am getting into app development and started with a calculator. The input is not equal to the output in any size I set. Here are some screenshots: Input: …
  • Member Avatar for hericles
    hericles

    Replied To a Post in Xcode UI Builder != Output

    It looks like padding on the view is moving it slightly to the left. What code do you have specifying where the view is positioned in the main window?
  • Member Avatar for hericles
    hericles

    Began Watching hot to learn asp language

    hot to learn asp language , i want to bulid web site?
  • Member Avatar for hericles
    hericles

    Replied To a Post in hot to learn asp language

    Well, first off you should probably know that asp (active server pages) is pretty out-dated now. The windows modern version is either web forms (.aspx) or MVC (model-view-controller). Or you …
  • Member Avatar for hericles
    hericles

    Began Watching Looking for advice

    Hi guys, im doing a project atm and it's really important. It's about building an android application showing forms that link into a database (Mysql), using Xampp. The database then …
  • Member Avatar for hericles
    hericles

    Replied To a Post in Looking for advice

    Step one would be to design and build the database. Once thats done you will need a webservice for the app to talk to that pushes the data to the …
  • Member Avatar for hericles
    hericles

    Began Watching New android App development

    Hi i want to develop new android appliacation with out any programing code it means don't want to write any code for this application,is there any possible to do this …
  • Member Avatar for hericles
    hericles

    Replied To a Post in New android App development

    Do you mean you want to develop a web app (HTML5) without Android code or do you literally want your app to be code free? Because that doesn't make too …
  • Member Avatar for hericles
    hericles

    Began Watching What is this "::" ?

    Hi guys, Just wanna ask what the "::" is for? ex. CRM_ContactsCommon::get_my_record() Correct me if I'm wrong, the **CRM_ContactsCommon** is a class and the **get_my_record** is a function inside the …
  • Member Avatar for hericles
    hericles

    Replied To a Post in What is this "::" ?

    In PHP :: is used to denote a static class i.e. one that does not need the class to be instantiated first. If the method is not static you need …
  • Member Avatar for hericles
    hericles

    Began Watching How useful is Java for Game Development?

    Yo, I'm a first year Computer Science college student, I've been thinking of pursuing a career as a Game Programmer. I was wondering since the only languages we are learning …
  • Member Avatar for hericles
    hericles

    Replied To a Post in How useful is Java for Game Development?

    C++ would be useful, so would java. You could consider C# but do some research into it's usage as a game platform first. A lot of games are written with …
  • Member Avatar for hericles
    hericles

    Began Watching Which cross-platform development tool should I use?

    I have windows 7. I know C# and web services (HTML, CSS, JS, ASPX). I want to develop mobile apps with my skills for iOS (the most important option) and …
  • Member Avatar for hericles
    hericles

    Replied To a Post in Which cross-platform development tool should I use?

    Any more explanation beyond 'PhoneGap doesn't work'? I ask because PhoneGap does work, proven and tested by a lot of developers, myself included. I would have suggested either of those …
  • Member Avatar for hericles
    hericles

    Began Watching Cocoa, Swift and MySQL

    Hi. I'm in the process of learning Swift coding and decided to attempt a porting of one of my existing Windows programs. The thing is, that program relies heavily on …
  • Member Avatar for hericles
    hericles

    Replied To a Post in Cocoa, Swift and MySQL

    Is this a mobile app? If it is you can use sqlite instead, it is supported pretty well in objective c so I guess Swift is the same (haven't got …
  • Member Avatar for hericles
    hericles

    Began Watching Need assistance with student grade

    I am currently working on a program that asks a student to answer 5 simple maths questions after each question it will state whether the answer is right or not. …
  • Member Avatar for hericles
    hericles

    Replied To a Post in Need assistance with student grade

    Try using .equals() instead. That should accurately compare the actual values of the two variables.
  • Member Avatar for hericles
    hericles

    Began Watching Error on DB get_results function

    I have a code: <body> <?php global $wpdb; $sql = ""; $sql = "SELECT * FROM emgAdmin"; $sql = "$sql INNER JOIN wp_posts ON wp_posts.ID = emgAdmin.ID_OfPost "; $ArrResult = …
  • Member Avatar for hericles
    hericles

    Replied To a Post in Error on DB get_results function

    If it says the variable $wpdb is null then it's null. I assume you are setting $wpdb somewhere else. You say you've defined it but have actually instantiated it? You'd …
  • Member Avatar for hericles
    hericles

    Replied To a Post in Web Security

    Filtering the query goes a long way to protecting yourself but you should also enforce strong passwords and the like. Also consider that sometimes an attack will happen in which …
  • Member Avatar for hericles
    hericles

    Began Watching mandatory fields marking using CSS

    Hello, Am new in CSS I have form like below code. <div> <span class="lable"> Practice Name<span class="PreRequired">*</span></span> <input type="text" name="practiceName" ng-model="practiceData.practiceName" style="width:20.5%;" required ng-pattern="/^([a-zA-Z]+\s*)*[a-zA-Z]+$/" placeholder="Practice Name"/> <span ng-show="SubmitPractice.practiceName.$error.pattern"> Please enter …
  • Member Avatar for hericles
    hericles

    Replied To a Post in mandatory fields marking using CSS

    You can use this: .label:after { content: '*'; } You can add colors and stuff into that class as well.
  • Member Avatar for hericles
    hericles

    Began Watching I want my website in 1st rank position? which type SEO is best ?

    I want my website in 1st rank position? which type SEO is best ? Black Hat?White Hat? Gray Hat?
  • Member Avatar for hericles
    hericles

    Replied To a Post in I want my website in 1st rank position? which type SEO is best ?

    White hat obviously, unless you don't want to be at the top for long... No offence but I often wonder how easy people think it is to get to position …
  • Member Avatar for hericles
    hericles

    Began Watching how to show different forms on different identification

    how to show different forms on different identification? sory friend i'm new in vb.net. working on School Management System project. and dont now how to show different forms on different …
  • Member Avatar for hericles
    hericles

    Replied To a Post in how to show different forms on different identification

    When the user logs in return their category then: `SELECT category WHERE name = ?name AND password = ?password;` Then a simple IF statement decides what form to send them …
  • Member Avatar for hericles
    hericles

    Began Watching Got error in adding a record [syntax error] - HELP

    here's my code Dim sql As String = "INSERT INTO tbldailysales(date, totalprice)VALUES(@date, @totalprice)" cmd = New OleDbCommand(sql.ToString, con) cmd.Parameters.AddWithValue("@date", lblday.Text) cmd.Parameters.AddWithValue("@totalprice", lblstotal.Text) cmd.ExecuteNonQuery()
  • Member Avatar for hericles
    hericles

    Replied To a Post in Got error in adding a record [syntax error] - HELP

    The only thing I can see is that you're missing the final semi-colon (;) on the statement. If it isn't that, can you provide the actual error message?
  • Member Avatar for hericles
    hericles

    Began Watching Need help with Login System

    hey all. I'm designing a new software and working on login system with online database. this is the code that I wrote, it work well Mysqlconn.ConnectionString = "server=db4free.net;Port=3306; user id=****; …
  • Member Avatar for hericles
    hericles

    Replied To a Post in Need help with Login System

    You just need to do another query after the user is successfully logged in that retrieves their details. You should be storing the user ID i.e. the key for users …
  • Member Avatar for hericles
    hericles

    Began Watching Web Security

    I've been able to create a website, but I have not been able to create a secure website. What I want to ask, what are the vulnerabilities in a website …
  • Member Avatar for hericles
    hericles

    Replied To a Post in Web Security

    Well, that depends on the platform you used e.g. wordpress, drupal, etc, as they all have their specific vulnerabilities. Then there is the database you use and what vulnerabilities it …
  • Member Avatar for hericles
    hericles

    Began Watching ios

    i want to start developing ios apps on my lap (windos) i dont have mac so how can i start
  • Member Avatar for hericles
    hericles

    Replied To a Post in ios

    You have a few options. The best, short of an actual mac, is to run a virtual mac OS X on your PC. I haven't done this myself and some …
  • Member Avatar for hericles
    hericles

    Began Watching Data cannot be updated from the EditItem template in database page

    Can help? When in debugging mode of the database page (Database.aspx), I try to update the details by modifying the fields in the EditItem template. But then, when I click …
  • Member Avatar for hericles
    hericles

    Replied To a Post in Data cannot be updated from the EditItem template in database page

    "Data could not be updated. Please try again" sounds like it is an error message coming from your own code. If it is being generated via a try/catch block then …
  • Member Avatar for hericles
    hericles

    Began Watching How to exploade in update query with update into database

    How to exploade in update query with update into database
  • Member Avatar for hericles
    hericles

    Replied To a Post in How to exploade in update query with update into database

    Can we have some extra detail please? Your post doesn't make sense.
  • Member Avatar for hericles
    hericles

    Began Watching I want to Count how many times i click a button

    hi, I want to Count how many times i click a button and display the number in listview. but i dont know the syntax for counting a button, can someone …
  • Member Avatar for hericles
    hericles

    Replied To a Post in I want to Count how many times i click a button

    If you intend to do it with .Net then you would need to post back the button click to the server side code. There you would instantiate a class variable …
  • Member Avatar for hericles
    hericles

    Began Watching mysql I don´t understand the if meaning here

    $sql = "select u.Id, u.username, u.email, (NOW()-u.authenticationTime) as authenticateTimeDifference, u.IP, f.providerId, f.requestId, f.status, u.port from friends f left join users u on u.Id = if ( f.providerId = ".$userId.", f.requestId, …
  • Member Avatar for hericles
    hericles

    Replied To a Post in mysql I don´t understand the if meaning here

    Its similat to ternary statements you'll see in other languages. If the statement is true use the first value, if its false use the second. So, in the example of …
  • Member Avatar for hericles
    hericles

    Began Watching magento

    how to display selected value of dropdownlist in textbox in magento? rly fast
  • Member Avatar for hericles
    hericles

    Replied To a Post in magento

    More info please. Are you trying to do this on the same page as the drop down selection is made or do you want to access the selected value at …
  • Member Avatar for hericles
    hericles

    Began Watching database/website crawl - legal?

    Our teacher tells us to add a crawl functionality that will get information from other databases online... is this legal, cause i think it's not
  • Member Avatar for hericles
    hericles

    Replied To a Post in database/website crawl - legal?

    Very tricky question with, going by the US courts, a leaning toward it being a bad idea. But, it all depends on what you are scraping (facts vs data), how …
  • Member Avatar for hericles
    hericles

    Began Watching slider

    i add this <head> <link href="/css/jquery.bxslider.css" rel="stylesheet" /> </head> <body> <ul class="bxslider"> <li><img src="/images/pic1.jpg" /></li> <li><img src="/images/pic2.jpg" /></li> <li><img src="/images/pic3.jpg" /></li> <li><img src="/images/pic4.jpg" /></li> </ul> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script> <script src="/js/jquery.bxslider.min.js"></script> <script> …
  • Member Avatar for hericles
    hericles

    Replied To a Post in slider

    not being familar with bxSlider myself I would suggest looking at the console log in the browser to see if any javascript errors are being generated.

The End.