• Member Avatar for pritaeas
    pritaeas

    Edited Linkedin Connection Issue

    Im trying to import my linked in profile to fill my CV page. Its not working. Help please.
  • Member Avatar for pritaeas
    pritaeas

    Edited Linkedin Connection Issue

    Im trying to import my linked in profile to fill my CV page. Its not working. Help please.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Hello I'm The Tech-Emiretus

    Welcome to DaniWeb.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Hello I'm The Tech-Emiretus

    Welcome to DaniWeb.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Hi i am aditya shah

    Welcome to DaniWeb.
  • Member Avatar for pritaeas
    pritaeas

    Edited Add login and password to Web Service

    Hey everyone, First of all I am a one-week self taught when it comes to web service so pardon if this is a duh! question. I was given a sample …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Add login and password to Web Service

    Just add a method that takes those parameters. I'll move this to the ASP.NET forum. Is more active.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in How to merge the duplicate array

    That looks like this: SELECT DISTINCT c.* FROM ab_staff s, ab_appointment a, ab_customer_appointment ca, ab_customer c WHERE s.wp_user_id = $user_id AND a.staff_id = s.id AND ca.appointment_id = a.id AND c.id …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Building first MVC application

    > Correct? Yes, that appears to be correct, based on the link and the reply by tobyITguy.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in shutdown dbf file

    Do you have some code we can look at?
  • Member Avatar for pritaeas
    pritaeas

    Edited Computer Architecture

    Explain hardware peripherals and connections used in multimedia
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Can't save variable containing AJAX response.

    > I could make it run a function That would be the correct way when you're programming asynchronously. If you want a responsive site then this is the way to …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Can't save variable containing AJAX response.

    The alert is triggered before the response is received. The code keeps running while your asynchronous call is waiting for a response.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Building first MVC application

    > Please show us the code of all your models. See above. > Also id like you to show us the UML for the database. There is no UML, nor …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in creating dropdown boxes based on selected another dropdown box option

    https://www.daniweb.com/web-development/php/code/476623/ajaxed-linked-dropdowns-select-fields-for-volatile-data https://www.daniweb.com/web-development/php/code/475238/linked-dropdowns-select-fields-for-static-ish-data https://www.daniweb.com/web-development/php/code/437655/getting-products-details-from-categories-subcategories-with-ajax-call-
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Newbie Alert!

    Welcome to DaniWeb.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Building first MVC application

    This perhaps: https://msdn.microsoft.com/en-us/data/jj193542.aspx Appears I was wrong in my assumption that EF could recognize that.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Problem with getJson in asp.net and c#

    If you are using older code, an ASMX might be more useful. If you are more up-to-date an MVC controller or WebApi is much easier to use IMO. ASMX: [WebMethod] …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Pneumatic Cylinder?

    You mean like this: http://www.mockett.com/furniture-legs-casters/electric-legs/tlel3.html http://www.eastwood.com/blog/eastwood-chatter/pneumatic_table/
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in login not responding

    Just dumping code, won't get you an answer. What is supposed to happen, what doesn't, any errors?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Building first MVC application

    Am not sure I follow. Do note am not an EF user, and I am not sure what exactly should be generated.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in IIS 404 error

    Your request should get there, perhaps you can debug/trace from there what happens. No idea otherwise. No rewrite rules set up?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in problem with mysqli

    Line 5 uses `$this` which references the current object instance, which isn't available in your script.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in IIS 404 error

    Perhaps something special happening in your RouteConfig?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in dates

    Give an example. What do you have so far?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in check if username and ticket exist

    Are you sure that your SELECT returns any rows?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Hello Computer Enthusiasts

    Welcome to DaniWeb.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Batter Operating System...?

    There is no better in general, only different. You need to compare against something specific or it doesn't make sense.
  • Member Avatar for pritaeas
    pritaeas

    Edited Payroll tax

    Hello I need help with this java tax assignment it is asking to Write the Java code needed to perform the following:• Calculate state withholding tax at 6.0%, and calculate …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in No more statics against app scope caching

    Personally I dislike statics. Apart from that I do not see the use of them in PHP. Every script runs, reinitializing everything, therefor a static offers nothing more than a …
  • Member Avatar for pritaeas
    pritaeas

    Edited Unresovled external symbol

    I am getting this error. LINK : warning LNK4098: defaultlib "LIBCMT" conflicts with use of other libs; use /NODEFAULTLIB:library serialtest.obj : error LNK2001: unresolved external symbol "void __cdecl fastICA(double * …
  • Member Avatar for pritaeas
    pritaeas

    Edited How would I go about building a small basic music search engine using php a

    I was wondering if anyone could tell me how I would approach building a music search engine using php and mysql. I have a design for my Music search engine …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Server migration complete

    Anything else wrong, the site is very slow-loading atm. Every page load takes very long (2-3 secs) while "waiting for daniweb.com" to respond (Opera). Yes, only daniweb, not others.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Hello, newbie here!

    Welcome to DaniWeb.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Server migration complete

    I just tried to move a thread and got this: This webpage has a redirect loop The webpage at https://www.daniweb.com/community-center/threads/496409/seo#post2171990 has resulted in too many redirects. Clearing your cookies for …
  • Member Avatar for pritaeas
    pritaeas

    Edited seo

    how will i learn seo?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in $this->load->function(parameter) - what is is ?

    That means it is a nested class.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in PHP static variables across multiple files with class

    echo A::$foo[0]; The class name is A, not classA. Besides that, I dont see foo getting a value anywhere, it is an empty array.
  • Member Avatar for pritaeas
    pritaeas

    Edited list iterator not incrementable c++

    hello there i'm having a list iterator not incrementable problem i have a adjacency matrix "adj(2d vectors)" + i have a char vector in name color and i have a …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in 2 Questions for Developers/Programmers

    1 Don't know if it exists. 2 Not to me, if you use a decent IDE it has spellchecking already built in. If you don't, most likely you use string …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Building first MVC application

    I said one to many, because your class contains a date taken. That makes it kinda unique for one specific patient, does it not? If you need it many-to-many in …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Building first MVC application

    > how is Entity Framework going to figure out those relationships? It sees that a Patient contains a List of BloodTest, so it knows that there is a one-to-many relationship …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in How can create a bigbluebutton class by php

    Probably failed spam.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Building first MVC application

    > Never done it before, I wouldn't even know how it looks like Apart from the "official" ER, it is very helpful to use pen and paper to write down …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Building first MVC application

    1) With `public List<string> Allergies { get; set; }` I'd prefer to use a class for an allergy too. Think about it, although a string containing "peanut allergy" might be …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Creating and Using Variables in SQL (TOAD)

    Sorry, that might be a toad issue, which I am unfamiliar with. The thread said something about the query type, but I don't know if that would fix it.
  • Member Avatar for pritaeas
    pritaeas

    Edited stuck in infinite loop

    hello there let me explain my work i have a file i read from it the data after that i try to get the best vertex that it's max(degree/weight) when …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in read a url/link address and get parameters from url ?

    http://stackoverflow.com/questions/26315801/how-to-getextract-set-parameters-from-url
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in My Introduction

    Welcome to DaniWeb.
  • Member Avatar for pritaeas
    pritaeas

    Edited My Introduction

    Hi everyone, I am Alan Hales, Marketing Coordinator at Vozye the best [Task Tracking Software](http://www.vozye.com/timesheet-task-tracking/) available in the market.

The End.