• Member Avatar for pritaeas
    pritaeas

    Edited The Importance of Perseverance

    I'm recording this time and date for posterity - January 18, 2015 at 5:03 p.m. (Pacific Time). What is the significance of this moment in history? It's the exact time …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in A little help?

    > Using the same IP address was bit of as give-away. So was using the same name in your profile :)
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Places to learn C#

    Did you read the two forum stickies? https://www.daniweb.com/software-development/csharp/threads/437362/getting-started-with-c-the-list https://www.daniweb.com/software-development/csharp/threads/448647/new-programmers-what-resources-are-available-to-you
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching ASP.NET MVC5 Identity

    I'm looking for a user login (or identity) tutorial/example on MVC5 that uses an existing SQL Server database and user table, so NOT code first, and NOT using Entity. Can't …
  • Member Avatar for pritaeas
    pritaeas

    Marked Solved Status for ASP.NET MVC5 Identity

    I'm looking for a user login (or identity) tutorial/example on MVC5 that uses an existing SQL Server database and user table, so NOT code first, and NOT using Entity. Can't …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in How is moderator earned?

    https://www.daniweb.com/community-center/daniweb-community-feedback/threads/440621/requirements-of-becoming-a-mod
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Making database on a local network

    Install a database server.
  • Member Avatar for pritaeas
    pritaeas

    Edited Idea for website.

    Hello guys! I have an idea for daniweb that can get it more users. I know it's a fun forum, but there also is stack overflow. Which is very popular. …
  • Member Avatar for pritaeas
    pritaeas

    Edited Java thread suspect of running indefinitely

    I have the following snippet of codes first each of the thread is a socket waitign for connection where its gets a connection does all he necessary. Thereafter another section …
  • Member Avatar for pritaeas
    pritaeas

    Edited How can I prevent this script from closing after info copied?

    The script keep closing after the info gets copied to the clipboard. How can I prevent this to happen? import sys import Tkinter from string import * def Load_WordList(): wordList …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Hello from South Africa!

    Welcome to DaniWeb.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in PHP Upload Is Not Showing Errors Correct

    > work in correct order Can you explain what you mean?
  • Member Avatar for pritaeas
    pritaeas

    Edited [win32] - getting HBITMAP from HDC and memory leaks

    when do: operator HBITMAP() { HBITMAP hbitmap=CreateBitmap(imageweight,imageheight,1,32,NULL);//create the bitmap with icon size SelectObject(hdcimage, hbitmap);//add the bitmap to memory DC MessageBox(NULL,to_string(GetLastError()).c_str(),"error",MB_OK); return hbitmap; } the hdcimage is copyied to hbitmap, right?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in unable to execute database query

    function qry($qry) { $this->res = mysql_query("SELECT cardNo, installmentAmount, paymentDate FROM payment order by cardNo", $conn); if ($this->res != false) { $i = 1; while ($this->res = mysql_fetch_array($qry)) { $myArr = …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Good IDEs for php

    PhpStorm is my favourite.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Help for interactive map

    What kind of maps? Something like: http://jqvmap.com
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Zend cant connect to MySQL

    > MySQL server has gone away That usually means that your connection timed out. What exactly is your PHP code doing?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in May I get help with mysqli_affected_rows()

    > $Connector=@mysqli_connect($this->Host,$this->Username,$this->Password,$this->dbName); That is procedural style. If you want to use `$Query->affected_rows;` you'll need to use: $Connector = new mysqli($this->Host, $this->Username, $this->Password, $this->dbName);
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Display arabic form in smarty

    > whenever I copy data to a tpl file How are you copying? If your tpl file is in unicode, I think it should work. How does the header of …
  • Member Avatar for pritaeas
    pritaeas

    Edited [HELP]Updating database Error [vb.net+ms access]

    database table : tblsale fields : id [autonumber], name[text], TOTALQTY [text], TOTALPRICE[text] lvlist column: QTY, NAME, PRICE this is my code sql = "UPDATE tblsale set TOTALQTY = TOTALQTY + …
  • Member Avatar for pritaeas
    pritaeas

    Edited HTML site master not appearing on child pages

    Hi, so for my .net project I've to use HTML/CSS provided by another colleague. Ive copied this into the site master page in .net but it doesn't appear in the …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Localizing texts

    > By using runat="server" at your <input></input> tags you are actually making the server side controls. I tried that, but then the Visual Studio editor complained about not recognizing the …
  • Member Avatar for pritaeas
    pritaeas

    Edited Can you block direct access to images in folders

    Can you block direct access to images in folders but allow the images to be seen from the root folder before it. For example: • I want to protect people …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Aloha everyone! Nice to meet you :)

    Welcome to DaniWeb.
  • Member Avatar for pritaeas
    pritaeas

    Edited Problem

    I find a problem in connection reset or http time out in my browser. pls anybody help me...
  • Member Avatar for pritaeas
    pritaeas

    Edited [win32] - WM_KEYUP\WM_KEYDOWN: how test if was alt\control\shift keys?

    using the WM_KEYUP, can i see if the shift\control\alt keys was uped too?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in ASP.NET MVC5 Identity

    Your post led me to [this post](http://blog.markjohnson.io/exorcising-entity-framework-from-asp-net-identity/) eventually, which is basically what I want. So let's see if I can get this running.
  • Member Avatar for pritaeas
    pritaeas

    Gave Reputation to Traevel in ASP.NET MVC5 Identity

    I've merely dabbled in ASP.NET, wrestling with its quirks and most notably Entity Framework and the use of existing databases. It would have been nice if during my first steps …
  • Member Avatar for pritaeas
    pritaeas

    Edited how we can display records

    how we can display records 1-5 for 1 user. for 2nd user, we can display 2-6 for 3rd user, we can display 3-7 so on...
  • Member Avatar for pritaeas
    pritaeas

    Began Watching ASP.NET MVC5 Identity

    I'm looking for a user login (or identity) tutorial/example on MVC5 that uses an existing SQL Server database and user table, so NOT code first, and NOT using Entity. Can't …
  • Member Avatar for pritaeas
    pritaeas

    Created ASP.NET MVC5 Identity

    I'm looking for a user login (or identity) tutorial/example on MVC5 that uses an existing SQL Server database and user table, so NOT code first, and NOT using Entity. Can't …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in PHP Team development platform

    Use a CVS (like GitHub or BitBucket, VisualSVN for example). You have access to the master branch, others create and check in their work/changes. Every change can be reverted, and …
  • Member Avatar for pritaeas
    pritaeas

    Edited Link Building Necessary

    Is Link Building necessary to rank no 1 on google.is their any other way to rank website on google top position for certain keywords with out doing much of linkbuilding …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Good book for MySQL

    http://dev.mysql.com/doc/index-topic.html What do you want to learn? Most book are on specific topics, e.g. administering or query language.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Need to connect a database for the given code

    > That is my task So... what have you tried so far?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in What are the books I will Need to become a Software Engineer/Developer(or G

    https://www.daniweb.com/software-development/cpp/threads/70096/c-books
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Date of birth not showing in database

    Date format for databases is usually `yyyy-mm-dd`
  • Member Avatar for pritaeas
    pritaeas

    Edited Isaac Newtons theory about the earth falling to the sun.

    I know this sound weird but What will happen if the earth fell into the sun some kids say why does the moon not fall down well thats a beautiful …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in buyer & seller table structure

    What do you have so far?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Which Cloud Storage do you like?

    > I store all my code samples on DropBox For code I use GitHub, BitBucket and Visual Studio Online. At least you get some decent versioning then.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Alan Zavacky Greetings

    Welcome to DaniWeb.
  • Member Avatar for pritaeas
    pritaeas

    Edited Publishing Application Visual Studio

    Hello guys, I create a software in vb.net to consulte my database (mysql) with table adapter and connections string, normal and simple application. Now I need to make a publishing, …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Error Message - Connection must be valid and open

    Line 54 perhaps.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Error Message - Connection must be valid and open

    I see a `mConnection.Close()`, but no `mConnection.Open()`
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Where is My Post ?

    I'll leave this for Dani, because I can't see a post. I think it was never posted correctly, somehow.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Where is My Post ?

    I don't see any, nor any deleted posts. Something must have gone wrong.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in plz tell me this answer

    What do you have so far?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Need help on creating simple pagination snippet

    There are many such samples in this forum. Did you try a search for pagination?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in how to do work on ext js?

    You mean you want to use ExtJs? http://www.sencha.com/products/extjs/up-and-running
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Urgent update profile querry

    What have you done, and what doesn't work? Be more specific.

The End.