• Member Avatar for pritaeas
    pritaeas

    Began Watching Hey people

    I am Matt, programming since about 6-10 months. But that ofcourse doesn't mean I have been programming for that time every day/week/month. Actually I rarely program due to school and …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Hey people

    Welcome to DaniWeb.
  • Member Avatar for pritaeas
    pritaeas

    Began Watching mysql query

    I am using below query for fetching result using union of two tables. I am trying to get total number of records after union of two tables Need Suggestions. ` …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in mysql query

    SELECT SUM(num) FROM ( SELECT COUNT(*) num FROM svn_headline a where a.newstypeid=2 UNION SELECT COUNT(*) num FROM svn_crimenews b where b.newstypeid=2 )
  • Member Avatar for pritaeas
    pritaeas

    Began Watching how we can create new database of existing database thorugh asp.net,c#

    i want to create a new data base of existing database.. the name of database willbe given by textbox.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in how we can create new database of existing database thorugh asp.net,c#

    IMO it would be best to generate an SQL script from your original database, and execute that (you can use SMO).
  • Member Avatar for pritaeas
    pritaeas

    Began Watching Layout issue

    See attached image. I've seen this a couple of times after replying, or editing an article (Opera and IE). ![566b4c3e4bcb53bbfbdf720a3a288125](/attachments/large/0/566b4c3e4bcb53bbfbdf720a3a288125.jpg "566b4c3e4bcb53bbfbdf720a3a288125")
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Layout issue

    Not seen it anymore, so I guess it's only after a modding action.
  • Member Avatar for pritaeas
    pritaeas

    Began Watching AutoVue ActiveX

    Anybody familiar with AutoVue? Am using Desktop V20.2.2 embedded in a WinForm. Am looking if it's possible to set the background color. So far I haven't found any conclusive answer …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in AutoVue ActiveX

    Oracle has confirmed that setting the background colour programmatically has been removed from this version of the software.
  • Member Avatar for pritaeas
    pritaeas

    Began Watching how we can create new database of existing database thorugh asp.net,c#

    i want to create a new data base of existing database.. the name of database willbe given by textbox.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in how we can create new database of existing database thorugh asp.net,c#

    You want to duplicate the complete structure in code?
  • Member Avatar for pritaeas
    pritaeas

    Began Watching How do I select the classroom from one table based on count of another tabl

    Hi.I'm Nizam. Sorry if the question I asked is unclear. I have the table as below **Classroom** - id - capacity - code - ...... **Schedule** - id - group_id …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in How do I select the classroom from one table based on count of another tabl

    Something like: SELECT * FROM Schedule GROUP BY classroom_id HAVING COUNT(*) < 8 Am sure you can do the rest.
  • Member Avatar for pritaeas
    pritaeas

    Began Watching advantage

    My question is that after learning vb.net can i earn online on the basis of vb.net? if yes then tell me how?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in advantage

    > can i work as a freelancer on the basis of VB 6.0 It's possible, but am not sure if there are many projects available for VB6. > how can …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching jQuery OAuth API stopped working

    prompted by the discussion on antoher thread... This has stopped working (jQuery/OAuth): http://dw.diafol.org/en/dw-box/ Although this still works (php/no OAuth): http://dw.diafol.org/en/dw-badge/ When I start the ball rolling with a click on …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in jQuery OAuth API stopped working

    It's set to false. I've also removed the 200 check, so the code is exactly as above. Just tried and it worked on the second click of my authorize link. …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching jQuery OAuth API stopped working

    prompted by the discussion on antoher thread... This has stopped working (jQuery/OAuth): http://dw.diafol.org/en/dw-box/ Although this still works (php/no OAuth): http://dw.diafol.org/en/dw-badge/ When I start the ball rolling with a click on …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in jQuery OAuth API stopped working

    > What did you change?? Nothing (only the 200 status check). No clue as to why this is happening, and no time to delve deeper. This morning it worked, now …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching HTML Radio Buttons and JS

    Hi all, I'm currently building a questionnaire and I've run into a head scratcher. Some of the questions require the user to give a number to represent the importance of …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in HTML Radio Buttons and JS

    Technically, one row down means 4 to the right, perhaps that's usable. I can't test here at work.
  • Member Avatar for pritaeas
    pritaeas

    Began Watching HTML Radio Buttons and JS

    Hi all, I'm currently building a questionnaire and I've run into a head scratcher. Some of the questions require the user to give a number to represent the importance of …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in HTML Radio Buttons and JS

    Other suggestions? Other than the dropdowns? A list you can reorder (dragging or up/down buttons), or rows/columns of checkboxes (4x4). Clicking a checkbox should disable the ones on the same …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching how to create a new user priveleges from the from he submited

    please am new to database management but the question i have a form for my input by new users but i want to get the user name and password from …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in how to create a new user priveleges from the from he submited

    See the `CREATE USER` and `GRANT` commands in the database maunal.
  • Member Avatar for pritaeas
    pritaeas

    Began Watching Parse Error

    ( ! ) Parse error: syntax error, unexpected $end in E:\wamp\www\IndonusaCMS\admin\index.php on line 544 IndonusaCMS/admin/index.php ?> </div> </div> </body> </html> <? } ?> Line 544 is the last blank line. …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Parse Error

    Something is wrong, perhaps wamp isn't configured to support short open tags.
  • Member Avatar for pritaeas
    pritaeas

    Began Watching download manager

    i want to develop a simple download manager..i have seen download managers downloading a file..but they have multiple download points e.g. suppose i have a file like this on a …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in download manager

    Depending on the server that file is hosted on, you can request the file size, and whether the server supports resume. If it does, then you can use the HTTP …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching advantage

    My question is that after learning vb.net can i earn online on the basis of vb.net? if yes then tell me how?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in advantage

    > can i earn online You mean as a freelancer? Basically that's possible.
  • Member Avatar for pritaeas
    pritaeas

    Began Watching Parse Error

    ( ! ) Parse error: syntax error, unexpected $end in E:\wamp\www\IndonusaCMS\admin\index.php on line 544 IndonusaCMS/admin/index.php ?> </div> </div> </body> </html> <? } ?> Line 544 is the last blank line. …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Parse Error

    Check whether all your curly brackets line up correctly.
  • Member Avatar for pritaeas
    pritaeas

    Began Watching Recommended Articles

    As mentioned in another thread, as of a day or so ago, we have a new algorithm being used to generate the list of Recommended Articles in the bottom toolbar. …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Recommended Articles

    Never use(d) it much, but it appears more relevant than before.
  • Member Avatar for pritaeas
    pritaeas

    Began Watching jQuery OAuth API stopped working

    prompted by the discussion on antoher thread... This has stopped working (jQuery/OAuth): http://dw.diafol.org/en/dw-box/ Although this still works (php/no OAuth): http://dw.diafol.org/en/dw-badge/ When I start the ball rolling with a click on …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in jQuery OAuth API stopped working

    > I was successfully able to log into your site earlier today. Really? I tried just before posting (and now), and still don't get back to my main page. Now …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching Layout issue

    See attached image. I've seen this a couple of times after replying, or editing an article (Opera and IE). ![566b4c3e4bcb53bbfbdf720a3a288125](/attachments/large/0/566b4c3e4bcb53bbfbdf720a3a288125.jpg "566b4c3e4bcb53bbfbdf720a3a288125")
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Layout issue

    I've seen it after a reply, but not sure if it happens all the time. Not now anyway, perhaps it's only after a modding action then.
  • Member Avatar for pritaeas
    pritaeas

    Began Watching jQuery OAuth API stopped working

    prompted by the discussion on antoher thread... This has stopped working (jQuery/OAuth): http://dw.diafol.org/en/dw-box/ Although this still works (php/no OAuth): http://dw.diafol.org/en/dw-badge/ When I start the ball rolling with a click on …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in jQuery OAuth API stopped working

    I set follow to true, but still no go. I get the HTML page for the login page back from curl now. Perhaps my regex is off now, because the …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching Problems displaying google map on page

    I am having problems displaying a map. Data in ListView is showing on the page but the map is missing. I would appreciate some help. Here is what I have …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Problems displaying google map on page

    Perhaps too obvious, but did you include an API key?
  • Member Avatar for pritaeas
    pritaeas

    Began Watching Incorrect syntax near 'nvarchar'. Must declare the scalar variable "@".

    using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Data.SqlClient; namespace Practical1 { public partial class Exercise1 : System.Web.UI.Page { string cs = Global.CS; protected void …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Incorrect syntax near 'nvarchar'. Must declare the scalar variable "@".

    Since User is a parameter you should be using `@User` instead of `@[User]`
  • Member Avatar for pritaeas
    pritaeas

    Created Layout issue

    See attached image. I've seen this a couple of times after replying, or editing an article (Opera and IE). ![566b4c3e4bcb53bbfbdf720a3a288125](/attachments/large/0/566b4c3e4bcb53bbfbdf720a3a288125.jpg "566b4c3e4bcb53bbfbdf720a3a288125")
  • Member Avatar for pritaeas
    pritaeas

    Began Watching Layout issue

    See attached image. I've seen this a couple of times after replying, or editing an article (Opera and IE). ![566b4c3e4bcb53bbfbdf720a3a288125](/attachments/large/0/566b4c3e4bcb53bbfbdf720a3a288125.jpg "566b4c3e4bcb53bbfbdf720a3a288125")
  • Member Avatar for pritaeas
    pritaeas

    Began Watching jQuery OAuth API stopped working

    prompted by the discussion on antoher thread... This has stopped working (jQuery/OAuth): http://dw.diafol.org/en/dw-box/ Although this still works (php/no OAuth): http://dw.diafol.org/en/dw-badge/ When I start the ball rolling with a click on …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in jQuery OAuth API stopped working

    This is the response I get from line 28 in the code below: HTTP/1.1 100 Continue HTTP/1.1 400 Bad Request Date: Sun, 08 Dec 2013 10:32:48 GMT Server: Apache/2.2 X-Powered-By: …

The End.