• Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Rich text editor

    Why don't you check how an editor like TinyMCE does it? Removing formatting can be a pain, it could be HTML, XML or RTF.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Get paid to answer questions

    Just a quick question, which might be a bug. Just received an email that I gained 500+ points, but nothing is showing in my reward page (0 points in the …
  • Member Avatar for pritaeas
    pritaeas

    Marked Solved Status for Layout with attached image

    http://www.daniweb.com/web-development/php/threads/480556/listbox-onchange-event-to-trigger-php-function In Opera and IE11 the image is pushing the code to the right.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Layout with attached image

    Interesting. Here too now... Case closed.
  • Member Avatar for pritaeas
    pritaeas

    Created Layout with attached image

    http://www.daniweb.com/web-development/php/threads/480556/listbox-onchange-event-to-trigger-php-function In Opera and IE11 the image is pushing the code to the right.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Rich text editor

    > I have a rich text editor Which one?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in print one by one

    > SELECT FROM articles WHERE id='$id' SELECT * FROM articles WHERE id='$id'
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in What happened to my tutorial?

    Perhaps a non-admin changed something to it? Just a guess, because mods cannot (couldn't?) create tutorials, so if there was an edit, it might have been reverted to a thread.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Technology that will change and affect your career

    Quantum computing. http://www.theregister.co.uk/2014/06/13/quantum_computing_contextuality_magic_states_university_waterloo/
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Get IP address in a Network

    > you don't have access to the internal IP.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Get IP address in a Network

    Are you referring to the IP address PHP is showing you? It's showing the IP address of the gateway, you don't have access to the internal IP.
  • Member Avatar for pritaeas
    pritaeas

    Edited modem drivers

    i am having a bsnl wll phone model no ct800p with a usb port for connecting the same with my computer operating with windows 7 and while i am trying …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in How print following structure in java

    http://www.daniweb.com/software-development/java/code/476537/homework-pyramid
  • Member Avatar for pritaeas
    pritaeas

    Edited Learning About Web Services & API's etc

    Hi All, Im new to programming and am trawling through Python as we speak. API & web services type stuff is of real interest to me but not sure how …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Git - is it possible?

    http://blog.shvetsov.com/2013/04/using-git-with-dropbox.html Read the comment here: https://gist.github.com/nvk/2422780 There are a lot more of these to find.
  • Member Avatar for pritaeas
    pritaeas

    Created Tags

    Was updating tags, at some point I got to this: http://www.daniweb.com/tags/tables Is this a caching issue? It's showing "usability" and "excel". I do come across tags in the tagclouds, where …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in HTML Select tag works in XP (IE7) but alignment is wrong in Windows 7(IE11)

    > Please advice. Try jsfiddle, see what that does. I think the problem is with the w3schools site.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Login problems

    Disable the button (while processing).
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Postback Still happening with UpdatePanel for Checkbox event inside item te

    > AutoPostBack="true" That is why you get postbacks. If you disable it, I don't think the OnCheckedChanged will be called. So decide which you need most.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Which forum to post to for database help

    > ODBC configuration in Windows http://www.daniweb.com/hardware-and-software/microsoft-windows/99 Would be my choice.
  • Member Avatar for pritaeas
    pritaeas

    Edited help

    i am creating a software for using acceess database but not configuratuion please help me
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Record navigation in PHP

    Assuming the code is still as above, try: $pageResult = mysql_query($sql); $rows = mysql_num_rows($pageResult); for ($i = 0; $i < $rows; $i++) { $description = mysql_fetch_array($pageResult); echo "\$description = $description[nId]<br>\n"; …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Record navigation in PHP

    > but here is not any form submission That's why I suggested to remove the onClick... ...and you still haven't shown me the output HTML.
  • Member Avatar for pritaeas
    pritaeas

    Edited New application program

    Hi I need to create a desktop application for a small scale firm.Its more of an inventory managemnt sort of app. I need to keep a tab on various parameters-some …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Migration from TortoiseHg (Mercurial) to TFS 2013

    Perhaps you've seen this one? http://stackoverflow.com/questions/12466816/moving-code-from-mercurial-to-tfs
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Associate String With Socket From External Application?

    > can't find a way to associate a name with a socket I don't think you can. Just send the username as the first data.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Basic question about LINQ

    Don't know how your list looks, but it should be something like this: var a = 1; // your dropdown value var result = list.Where(item => item.A == a).Select(item => …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in php error

    Line 21 is a bracket, not a curly one. Line up your curly brackets, then you'll see the problem.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Hopeless with these reputation points and community skills

    > when does someone become eligible for it. As soon as you have posts.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Hopeless with these reputation points and community skills

    > when can one get the skill endorsements Anytime, when someone thinks you are good enough in one of the topics/forums you are posting in.
  • Member Avatar for pritaeas
    pritaeas

    Edited guidances system for lawn mower(manipulation of obstacle)

    @ mike2000 i m really impress with the material so far,i have to study all this you sent very well,but i needed the existing MODEL for it,pls can have access …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in guidances system for lawn mower(manipulation of obstacle)

    Closed. Please add this as a reply to your original thread.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in OracleCommand Object in C# brings back 1 less row

    Show your code.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in how to sum columns in ms access and display it in a textbox in vb.net

    One of the records contains a NULL value. Before adding, check if it's NULL and only add if it's not.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in microsoft windows 7 not genuine

    Enter a valid license key.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in 4K file size?

    The KiB notation dates from '98, long after we were taught...
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in how to sum columns in ms access and display it in a textbox in vb.net

    > it is showing an error What error exactly?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Hello All, I am ehsan

    Welcome to DaniWeb.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Display value using javascript

    Give an example. What you are asking is not clear.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Record navigation in PHP

    > | 0 | | 1 | | 2 | Next Show the generated HTML for this. Try what happens if you remove the Javascript (onClick).
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Home Page Not Working

    It's back up it seems.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Home Page Not Working

    I sent a PM to Dani about it an hour ago. Happened last week too. Some Javascript issue.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Record navigation in PHP

    Show the HTML of the generated pagination links.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in undefined index for dropdown using pdo

    Typo on line 16.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in SQL SYNTAX

    > $database = mysql_select_db(DB_DATABASE) That returns a resource. > $database->sql_query($sql); This implies an object. Where did you get that code? I think you are mixing up different solutions. Check the …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Paging

    Search this forum for "pagination", you'll find many examples.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in plz solve this

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

    Replied To a Post in print_r to storable values

    Show the output of line 5.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Convert php-mysql app into a desktop app

    See the link above to server2go.
  • Member Avatar for pritaeas
    pritaeas

    Edited i need practice..

    guys u know any web/apps to practice my programming skill ??

The End.