Tuesday, May 25, 2010

Art Designers: Want to EARN Royalties on your Designs?


A friend of mine has established a business along with his partners and will be launching their company this May 29, 2009.

The company's name is GoFlip (Philippine Based). I don't want to spoil or spill things un-necessary so the only thing I'll be revealing is that your designs could earn you royalties in the near future with their company.

Click THIS for the details of the invitation.

They will have an upcoming contest which involves a big prize for the winner and one of their judges will be Joel Torre (the actor Joel Torre - I think). Details will be given on the said event.

If you think you have what it takes then this is one great opportunity you don't want to miss.

When you go there, please look for Waltz Dacanay. You can tell him that you saw the event invitation here from Noel Ablon (me).

Oh by the way, please think -- WORLDWIDE!
Noel Ablon Web Developer

I am Noel Ablon. A father of two wonderful kids. A loving husband to a wondeful wife. A Bible believing Christian. A web developer / graphics artist / programmer or a fullstack web developer.

Friday, May 21, 2010

My AdPTC's Continuing Success!


I have only been a member of this 2 years old PTC this last March 2010 yet I have seen the greater potential for it to beat NEOBUX out of it's current top rank. Sadly, my Neobux account isn't making much money than my AdPTC. To think I am a premium member of NeoBux yet I am making more money with my standard account at AdPTC makes me feel regretful in my decision to upgrade at Neobux. And it's even easier to gain refs at AdPTC.

I have 200 refs at AdPTC now and I keep on gaining more refs. I am still studying things at Neobux and AdPTC and I am already thinking a good strategy (Atleast that is what I think so). Anyways, my PTC just became more interesting because of this two PTCs.

A friend told my that I just started with bad refs at Neobux but if things get better I'll make more income with Neobux. I'll be the judge of that.

By the way, I think this two PTCs are still the best and still the most honest paying PTCs.

JOIN AdPTC and earn income online too.
Noel Ablon Web Developer

I am Noel Ablon. A father of two wonderful kids. A loving husband to a wondeful wife. A Bible believing Christian. A web developer / graphics artist / programmer or a fullstack web developer.

Tuesday, May 18, 2010

C#.Net: Dynamic Gridview Header from Resource


Here is something helpful for you guys. I modified the solution that I found on the web since what I found used a different method of setting the column headers. Here is the scenario:

You have a Gridview which is populated dynamically by databinding it to a dataset and you have a resource file (we will call it fielders) which consists of the list of field names used in the dataset. The question is how you can related them to each other? Here are the steps:

Select your Gridview and look for the event RowDataBound and double click on it.
Type the following code.

if (e.Row.RowType == DataControlRowType.Header)
{
     foreach (Tablecell tc in e.Row.Cells)
     {
          tc.Text = Resources.fielders.ResourceManager.GetString(tc.Text);     }

}

Hope this helped you guys. Remeber to put this code in your Gridview's RowDataBound.
Noel Ablon Web Developer

I am Noel Ablon. A father of two wonderful kids. A loving husband to a wondeful wife. A Bible believing Christian. A web developer / graphics artist / programmer or a fullstack web developer.

Monday, May 10, 2010

Visual C#.Net: Optional Parameters


I've been developing desktop applications in VB6 before and been using the OPTIONAL class where a parameter is not totally required in your function. However, upon developing applications in Visual C#.Net, I didn't find that option. After googling around I found out that you can also do optional parameters on your function. Here is how you can do it.

in the declarations, add this:

using System.Runtime.InteropServices;

After doing it, you may be able to use Optional class like how I used it below;

public string WhatsUp (string UrMessage, [Optional] string Name)
{
     if (Name != "")
     {
          return UrMessage + ", " + Name;
     }
     else
     {
          return UrMessage;
     }
}


Enjoy developing applications people.
Noel Ablon Web Developer

I am Noel Ablon. A father of two wonderful kids. A loving husband to a wondeful wife. A Bible believing Christian. A web developer / graphics artist / programmer or a fullstack web developer.

Thursday, May 6, 2010

My 2nd AdPTC payout


This will simple and straight-forward. I have been paid and I am very thankful. Thank you very much AdPTC for a great and honest service. They have been in PTC business for 2 years and still counting.

JOIN NOW and experience the same joy in earning money online.
Noel Ablon Web Developer

I am Noel Ablon. A father of two wonderful kids. A loving husband to a wondeful wife. A Bible believing Christian. A web developer / graphics artist / programmer or a fullstack web developer.

Tuesday, May 4, 2010

Developers, Want Weather Forecast for your App?


Since I am also a developer, I want to spice up things in my application and realized "What if I can add a weather forecast in my application?". So bearing that question in my mind, I decided to google it and found a few considerables. I'll try it once I finish the web application that I am doing to add some spice to it. It is easy to just snap it on the front page so I'll just make it my last priority. So here are the sites I found that gives free weather forecast:

WEATHER.com - You need to register first to get the FREE forecast.
WORLDWEATHERONLINE - need to register as well.
WEATHER.gov - It is kinda detailed and I don't wanna initialize on reading anything but there's good news, there is a site that provides a tip on how to pretty much make use of Weather.gov's weather forecast - check it HERE (there is a sample php code that the author has made available in his site, gotta check it out guys - as for me I have to re-code it to C#.Net).

Enjoy developing apps guys.
Noel Ablon Web Developer

I am Noel Ablon. A father of two wonderful kids. A loving husband to a wondeful wife. A Bible believing Christian. A web developer / graphics artist / programmer or a fullstack web developer.

Saturday, May 1, 2010

Neobux, Celebrates it's 3rd Year


Neobux is now 3 years old, yes 3 years and they are still growing. In fact, they have just redesigned their site. It was a great upgrade in its design. Thanks to their honest, determined and very reliable administrator for paying so much attention to its detail in their service and commitment to giving people an option gain income at the comfort of their home.

Currently, they are still the number one brand in the PTC business. They have been the number one reference with regards to PTC business and they are planning on making their product more known to attract more people in joining and earning more money from them. Check out the details of my payout from them from my past post in this blog.

CONGRATULATIONS NEOBUX!

JOIN THEM NOW!
Noel Ablon Web Developer

I am Noel Ablon. A father of two wonderful kids. A loving husband to a wondeful wife. A Bible believing Christian. A web developer / graphics artist / programmer or a fullstack web developer.