• Member Avatar for castajiz_2
    castajiz_2

    Began Watching How to efficiently collect data on news site

    For the last 5 months I've tried to organize myself and my friends in order to collect some relevant information on news sites (information about global warming, pollution, ecology etc.) …
  • Member Avatar for castajiz_2
    castajiz_2

    Stopped Watching How to efficiently collect data on news site

    For the last 5 months I've tried to organize myself and my friends in order to collect some relevant information on news sites (information about global warming, pollution, ecology etc.) …
  • Member Avatar for castajiz_2
    castajiz_2

    Edited How to efficiently collect data on news site

    For the last 5 months I've tried to organize myself and my friends in order to collect some relevant information on news sites (information about global warming, pollution, ecology etc.) …
  • Member Avatar for castajiz_2
    castajiz_2

    Edited How to efficiently collect data on news site

    For the last 5 months I've tried to organize myself and my friends in order to collect some relevant information on news sites (information about global warming, pollution, ecology etc.) …
  • Member Avatar for castajiz_2
    castajiz_2

    Created How to efficiently collect data on news site

    For the last 5 months I've tried to organize myself and my friends in order to collect some relevant information on news sites (information about global warming, pollution, ecology etc.) …
  • Member Avatar for castajiz_2
    castajiz_2

    Began Watching How to efficiently collect data on news site

    For the last 5 months I've tried to organize myself and my friends in order to collect some relevant information on news sites (information about global warming, pollution, ecology etc.) …
  • Member Avatar for castajiz_2
    castajiz_2

    Created PHP data to javascript/html

    Hi there, I' ve got some data in my database and I' m using PHP to fetch it and would like to transport it to client side via JSON. The …
  • Member Avatar for castajiz_2
    castajiz_2

    Began Watching PHP data to javascript/html

    Hi there, I' ve got some data in my database and I' m using PHP to fetch it and would like to transport it to client side via JSON. The …
  • Member Avatar for castajiz_2
    castajiz_2

    Began Watching how we can bind DataRows value into list<string>detail

    how we can bind DataRows value into list<string>detail sir i am binding values from database then how we can use list<string> for example dr["field"].tostring();
  • Member Avatar for castajiz_2
    castajiz_2

    Replied To a Post in how we can bind DataRows value into list<string>detail

    On what platform are you building your app? Are yout trying to move your data from the datagrid into a list or from a list to a datagridview?
  • Member Avatar for castajiz_2
    castajiz_2

    Gave Reputation to overwraith in Better than Split()?

    So I was recently working on a string program where the strings were easily megabytes long, and I ran into problems with there being out of memory exceptions etc. So …
  • Member Avatar for castajiz_2
    castajiz_2

    Began Watching How to divide image into blocks of 8x8 pixels in c#?

    Hello everyone! I am trying to divide image into blocks of 8x8 pixels and applying DCT Transform in each blocks. But I don't know how to divide the image. Thanks …
  • Member Avatar for castajiz_2
    castajiz_2

    Replied To a Post in How to divide image into blocks of 8x8 pixels in c#?

    Have a look at this link: http://tech.pro/tutorial/620/csharp-tutorial-image-editing-saving-cropping-and-resizing
  • Member Avatar for castajiz_2
    castajiz_2

    Replied To a Post in Is it moral to switch from one Q&A to another one

    > But, make sure you hold on to your sanity and don't become detached for reality like many of those uber-intense SO members. Your last sentence is absolutely true. I …
  • Member Avatar for castajiz_2
    castajiz_2

    Replied To a Post in Is it moral to switch from one Q&A to another one

    Tnx to all of you for replying to my post. @Dani, I'm aware of the reward points and the money, but I can't help myself. StackOverflow (StackExchange) just took me.... …
  • Member Avatar for castajiz_2
    castajiz_2

    Gave Reputation to deceptikon in Is it moral to switch from one Q&A to another one

    > Should I be ashamed of myself Certainly not. I spent a number of years on cprogramming.com before moving to Daniweb. The choice was obvious: cprog had a lot of …
  • Member Avatar for castajiz_2
    castajiz_2

    Created Is it moral to switch from one Q&A to another one

    I've started here at DANIWEB almost 3 years ago. Helped a lot of people altough most of them did not give any feedback (votes, mark question solved ect.). I must …
  • Member Avatar for castajiz_2
    castajiz_2

    Began Watching Is it moral to switch from one Q&A to another one

    I've started here at DANIWEB almost 3 years ago. Helped a lot of people altough most of them did not give any feedback (votes, mark question solved ect.). I must …
  • Member Avatar for castajiz_2
    castajiz_2

    Created Open Source (Visual Studio 2013-2015)

    I believe everyone heard the news from November the 11th-"Opening up Visual Studio and .NET to Every Developer, Any Application: .NET Server Core open source and cross platform, Visual Studio …
  • Member Avatar for castajiz_2
    castajiz_2

    Began Watching Open Source (Visual Studio 2013-2015)

    I believe everyone heard the news from November the 11th-"Opening up Visual Studio and .NET to Every Developer, Any Application: .NET Server Core open source and cross platform, Visual Studio …
  • Member Avatar for castajiz_2
    castajiz_2

    Began Watching Spliting string and get date

    Hi guys, I have a number of files within a directory which are named Log-2014-01-21.txt and similar. What I’m trying to do is write a program that will archive these …
  • Member Avatar for castajiz_2
    castajiz_2

    Replied To a Post in Spliting string and get date

    This could as well help you http://www.dotnetperls.com/datetime-parse
  • Member Avatar for castajiz_2
    castajiz_2

    Began Watching Linq to DataTable Dbnull issue

    I am using Linq and keep getting a DBNull error since my datatable contains DBNulls. I have: var Sum = (from dt in dt1.AsEnumerable() where (dtCutOffDate.Subtract(dt.Field<DateTime>("Date")).Days) >= iStartRange && dtCutOffDate.Subtract(dt.Field<DateTime>("Date")).Days …
  • Member Avatar for castajiz_2
    castajiz_2

    Replied To a Post in Linq to DataTable Dbnull issue

    Instead of where (dtCutOffDate.Subtract(dt.Field<DateTime>("Date")).Days) >= iStartRange && dtCutOffDate.Subtract(dt.Field<DateTime>("Date")).Days <= iEndRange Just add a '?' character. where (dtCutOffDate.Subtract(dt.Field<DateTime?>("Date")).Days) >= iStartRange && dtCutOffDate.Subtract(dt.Field<DateTime?>("Date")).Days <= iEndRange You should avoid the exception now.
  • Member Avatar for castajiz_2
    castajiz_2

    Gave Reputation to hericles in Fetching HTML data from a website

    I'm assuming the app reaches out to the website directly. If you were concerned about the extra usage your app was going to inflect you could have your app call …
  • Member Avatar for castajiz_2
    castajiz_2

    Created Fetching HTML data from a website

    Hi, I have developed a application for students that retrieves data (eating menus) from a official eating website of the whole University (13 restaurants located around the city). Actually I …
  • Member Avatar for castajiz_2
    castajiz_2

    Began Watching Fetching HTML data from a website

    Hi, I have developed a application for students that retrieves data (eating menus) from a official eating website of the whole University (13 restaurants located around the city). Actually I …
  • Member Avatar for castajiz_2
    castajiz_2

    Replied To a Post in Knowing programming?

    Thank you Mike for putting so much effort to answer my question!
  • Member Avatar for castajiz_2
    castajiz_2

    Created Knowing programming?

    For the past 3-4 years I can say that I m very active in programming (programming on daily bases and trying to compesate my education wich is not 100% related …
  • Member Avatar for castajiz_2
    castajiz_2

    Began Watching Knowing programming?

    For the past 3-4 years I can say that I m very active in programming (programming on daily bases and trying to compesate my education wich is not 100% related …
  • Member Avatar for castajiz_2
    castajiz_2

    Began Watching Extracting data from web

    Hello, I want to create an application that downloads a table (containing a schedule) from a specific website and stores it in a text file. Then it reads the text …
  • Member Avatar for castajiz_2
    castajiz_2

    Replied To a Post in Extracting data from web

    What you want to achieve can sometimes be highly complicated. I recently made a useful aplication for students which allows them to see the current eating menu. other people tried …
  • Member Avatar for castajiz_2
    castajiz_2

    Created App advertising (Windows phone, Android)

    Hi, I was wondering if anybody is willing to share some information on how much can you earn from implementing add ons to your application? I know that I can …
  • Member Avatar for castajiz_2
    castajiz_2

    Began Watching App advertising (Windows phone, Android)

    Hi, I was wondering if anybody is willing to share some information on how much can you earn from implementing add ons to your application? I know that I can …
  • Member Avatar for castajiz_2
    castajiz_2

    Began Watching Room Booking Form Help

    using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace JonesJAsign9 { public partial class frmReservation : Form { const int PRICE_PER_DAY = …
  • Member Avatar for castajiz_2
    castajiz_2

    Replied To a Post in Room Booking Form Help

    Try to google first if you are having any problems. The code is quite large... When you get stuck wiht some piece of code that repost and everybody will be …
  • Member Avatar for castajiz_2
    castajiz_2

    Began Watching SQL Query only returns one item (rather than complete list) - asp.net mvc

    I have an SQL query within ASP.NET, but it only seems to return 1 result rather than filling the list with 4 as it should (as the query itself is …
  • Member Avatar for castajiz_2
    castajiz_2

    Replied To a Post in SQL Query only returns one item (rather than complete list) - asp.net mvc

    You should be following the advice of Oxiegen and see the behaviour after the iteration. Otherwise, please post a little bit more of the actual code. Also on every postback …
  • Member Avatar for castajiz_2
    castajiz_2

    Marked Solved Status for Appropriate name for mobile sliding action

    I would like my app to go to another page when i slide it horizontaly. I don't know the appropriate name of such an action and therefore am not able …
  • Member Avatar for castajiz_2
    castajiz_2

    Replied To a Post in Appropriate name for mobile sliding action

    Correct!, I've found what I needed. [Click Here](https://code.msdn.microsoft.com/windowsapps/Grid-Manipulation-In-9c2b495b)
  • Member Avatar for castajiz_2
    castajiz_2

    Created Appropriate name for mobile sliding action

    I would like my app to go to another page when i slide it horizontaly. I don't know the appropriate name of such an action and therefore am not able …
  • Member Avatar for castajiz_2
    castajiz_2

    Began Watching Appropriate name for mobile sliding action

    I would like my app to go to another page when i slide it horizontaly. I don't know the appropriate name of such an action and therefore am not able …
  • Member Avatar for castajiz_2
    castajiz_2

    Began Watching Button click error in Developing android project.

    Hey guys, I'm trying to make an app where if I press a button an audio plays I use android studio The code compiles and all but, if I press …
  • Member Avatar for castajiz_2
    castajiz_2

    Replied To a Post in Button click error in Developing android project.

    Try with putting the Listener_button event in the OnResume() method, and then see if it works...
  • Member Avatar for castajiz_2
    castajiz_2

    Replied To a Post in Operand Calculator

    I'm sure You will figure it out with in depth given explanation. Have an attempt and then if you are still not sure and if you still get errors, come …
  • Member Avatar for castajiz_2
    castajiz_2

    Began Watching Operand Calculator

    I need a form that accepts two operands and an operator from the user and then performs the requested operation. Specifications Before performing the calculation, the application should check that …
  • Member Avatar for castajiz_2
    castajiz_2

    Replied To a Post in Operand Calculator

    1. Error--> I do not see a method called IsString 2- Error--> Method IsWithinRange accepts only four arguments so you have to assign 4 arguments once you call your method, …
  • Member Avatar for castajiz_2
    castajiz_2

    Began Watching How to make an online database?

    Hello, I have a website. I'm making a cafe management system. It's about to be ready. It can lock computers, unlock them for some time, use username and passwords, but …
  • Member Avatar for castajiz_2
    castajiz_2

    Replied To a Post in How to make an online database?

    Use the free packet and download a sql server managment studio. https://somee.com/default.aspx Once you create your webiste you can you use login information from the website and manipulate with the …
  • Member Avatar for castajiz_2
    castajiz_2

    Replied To a Post in Search datatable from readline

    I'm sorry I thought that you have a database involved. Just use a for loop and inside your for loop check if the id matches the user-input, if it does …

The End.