• Member Avatar for AleMonteiro
    AleMonteiro

    Replied To a Post in JavaScript Help

    To check if a var is a number you should use if ( Number(a) === a ) { // It's a number! } else { // It's not a number …
  • Member Avatar for AleMonteiro
    AleMonteiro

    Replied To a Post in Prototypal Inheritance

    Yeah Dave, sorry for not letting it clear. JSON.stringify is ment to serialize only data properties. I use it a lot for my AJAX requests and results. But it's quite …
  • Member Avatar for AleMonteiro
    AleMonteiro

    Began Watching creating confirm message before delete the post

    Hello friends! I want the script when user clicks the Delete botton to delete that post, a confirm message appears and ask if the user is sure to delete that …
  • Member Avatar for AleMonteiro
    AleMonteiro

    Replied To a Post in creating confirm message before delete the post

    The confirmation box is quite simple: $(".btn_dlt").click(function(){ if ( ! confirm('Are you sure you want to delete this?') ) { return; } var btn_dlt = $(this); $.ajax({ type: "POST", url: …
  • Member Avatar for AleMonteiro
    AleMonteiro

    Replied To a Post in Form

    Ivan, you won't be able to create it in only one input. You need a select for the country DDI a input:text for the number itself. Take a look at …
  • Member Avatar for AleMonteiro
    AleMonteiro

    Replied To a Post in C# Directory Browser / Indexing

    Thanks for the replay, I'll take a look at Index Servers. The search at first will be only by name and file type. I'd like to add *tags* too, but …
  • Member Avatar for AleMonteiro
    AleMonteiro

    Replied To a Post in Prototypal Inheritance

    I don't really bother analysing the built-in functions of browsers or IDEs. The basic commands are all(happily) the same, but each browser may have it's own built-in functions. The same …
  • Member Avatar for AleMonteiro
    AleMonteiro

    Replied To a Post in C# Directory Browser / Indexing

    Meanwhile I found this [DbfDotNet](http://dbfdotnet.codeplex.com/ ). Any toughts?
  • Member Avatar for AleMonteiro
    AleMonteiro

    Replied To a Post in Prototypal Inheritance

    gnarly... just learned a new word! And you're right about it, my concept of JavaScript is not entirely rational. But just let me try to make my point: I've been …
  • Member Avatar for AleMonteiro
    AleMonteiro

    Gave Reputation to Reverend Jim in yahoo

    I strongly suggest you read [this](https://www.daniweb.com/software-development/vbnet/threads/424836/please-read-this-before-posting). It's titled **Please Rest This Before Posting** for a reason. Point 2 says, in part Create a meaningful title for your question. Your thread …
  • Member Avatar for AleMonteiro
    AleMonteiro

    Created C# Directory Browser / Indexing

    Good night dani people. I'm current developing a project that needs an web API to list all directories and files, and also provide a method to search by name. I …
  • Member Avatar for AleMonteiro
    AleMonteiro

    Began Watching C# Directory Browser / Indexing

    Good night dani people. I'm current developing a project that needs an web API to list all directories and files, and also provide a method to search by name. I …
  • Member Avatar for AleMonteiro
    AleMonteiro

    Began Watching Joining two tables from different Databases

    Hello, Is it possible to join two tables from two different databases? I have the following query whereas the table named "calendar" is in a separate database than the table …
  • Member Avatar for AleMonteiro
    AleMonteiro

    Replied To a Post in Joining two tables from different Databases

    If both databases are at the same server(MySQL Instance) you can just prefix the tables with the database name. FROM database_1.calendar AS C LEFT JOIN database_2.history AS H Make sure …
  • Member Avatar for AleMonteiro
    AleMonteiro

    Replied To a Post in Prototypal Inheritance

    As I understand it, the purpose of the closure when defining the object is just about code organization and keeping some desired functions hidden from the global context. The objects …
  • Member Avatar for AleMonteiro
    AleMonteiro

    Replied To a Post in Form

    Ivan, if you want people to type the e-mail and mobile number you need to use an input text instead of a select. Selects are only a drop down to …
  • Member Avatar for AleMonteiro
    AleMonteiro

    Replied To a Post in Prototypal Inheritance

    > But than, why would he need "Animal"? It's just about the code specific for Cat inside Cat function. And all the code for Animal inside the Animal function. The …
  • Member Avatar for AleMonteiro
    AleMonteiro

    Replied To a Post in XP64 HTML desktop software

    RealDesktop seems cool, gonna try it sometime. Just a curiosity about Xubuntu, is it based on Ubuntu or Debian? I tought Ubuntu has been discontinued, what about Xubuntu?
  • Member Avatar for AleMonteiro
    AleMonteiro

    Replied To a Post in yahoo

    Alright, I might got a detail wrong, but 5 one-line posts for someone with 5 posts, it's pretty weird in my opnion. Nontheless, hope u get ur answers.
  • Member Avatar for AleMonteiro
    AleMonteiro

    Replied To a Post in Dynamically created table rows disappearing on post-back

    mrkm, did you check the ViewState?
  • Member Avatar for AleMonteiro
    AleMonteiro

    Replied To a Post in Form

    Show us what you tried. Nobody is here to code for you. We just help.
  • Member Avatar for AleMonteiro
    AleMonteiro

    Began Watching Which is the top social networking site after facebook?

    Any one can tell me that Which is the top social networking site after facebook?
  • Member Avatar for AleMonteiro
    AleMonteiro

    Replied To a Post in Which is the top social networking site after facebook?

    No gamers here? [Steam](http://steamcommunity.com/)! Steam community it's huge! It's almost only about gamming, but there's a few design group as well. Lot's of forum threads, messages, videos, images, you name …
  • Member Avatar for AleMonteiro
    AleMonteiro

    Gave Reputation to kkermally in Google Is doing Something Big

    Google 2015, Google is Rooling out an Update on 21st of April and the Information we got is for Mobile Friendly Websites. R U Mobile Friendly?? If Yes.. Have you …
  • Member Avatar for AleMonteiro
    AleMonteiro

    Replied To a Post in Most suitable Linux for server that only needs to receive (and process)data

    Sorry that I can't help you with it, those are languages that I know very little about. Hope somebody will come and guide you. I'm curious.
  • Member Avatar for AleMonteiro
    AleMonteiro

    Began Watching XP64 HTML desktop software

    so I've got XP x64 edition, and apparently active desktop was removed, meaning my interactive html desktop background that told me a bunch of things from the internet is no …
  • Member Avatar for AleMonteiro
    AleMonteiro

    Replied To a Post in XP64 HTML desktop software

    Did you find an alternative?
  • Member Avatar for AleMonteiro
    AleMonteiro

    Began Watching What is the most powerful programming language?

    Aside from the Assembly Language, what is the most powerful language?
  • Member Avatar for AleMonteiro
    AleMonteiro

    Replied To a Post in What is the most powerful programming language?

    What do you mean by powerfull? Most secure? The one you have most control over memory management and hardware? The one with the best performance? The most dynamic? The one …
  • Member Avatar for AleMonteiro
    AleMonteiro

    Gave Reputation to Reverend Jim in Why does Windows XP refuse to die?

    If you use [Markdown Pad](http://markdownpad.com/) instead of Notepad then you can see what the formatted post will look like.
  • Member Avatar for AleMonteiro
    AleMonteiro

    Replied To a Post in DaniWeb Icon

    Oh Dave, you joker! But I pracited a little more of PS, so it's all good =P Anyway, I went with the first option on [my site](http://www.alemonteiro.com.br). You can see …
  • Member Avatar for AleMonteiro
    AleMonteiro

    Replied To a Post in What IP I should use?

    Ok, so you'll need to use the external IP from your home. If you go to https://www.whatismyip.com/ you'll see your external ip. Be aware of: 1. If you have firewall …
  • Member Avatar for AleMonteiro
    AleMonteiro

    Began Watching How to get text value from inner datalist in outer datalist

    I am not able to get value from inner datalist in outer datalist .
  • Member Avatar for AleMonteiro
    AleMonteiro

    Replied To a Post in How to get text value from inner datalist in outer datalist

    What's inner datalist? What is outter datalist? What language are you using? What are you trying to do? Where's your code?
  • Member Avatar for AleMonteiro
    AleMonteiro

    Began Watching SQL Question / Stuck !!

    SQL Gurus, help !! I have a table with 3 fields, ID, Answer_5, Answer_6. Answer_5 & Answer_6 both hold a date value, but the fields are defined as string (for …
  • Member Avatar for AleMonteiro
    AleMonteiro

    Replied To a Post in SQL Question / Stuck !!

    I'd go with something like this: SELECT id, answer_5, CASE WHEN answer_6 = 'Now' THEN cast(GETDATE() as date) WHEN answer_6 IS NULL THEN cast('1990-01-01' as date) ELSE cast(answer_6 as date) …
  • Member Avatar for AleMonteiro
    AleMonteiro

    Began Watching Any good free proxy server

    Hello, I ususally browse internet using google chrome. OS is windows XP. Can anybody tell me any free and safe proxy server? Whenever I search for any online shop, my …
  • Member Avatar for AleMonteiro
    AleMonteiro

    Replied To a Post in Any good free proxy server

    As Slavi said, [Tor](https://www.torproject.org/) will give you some anonimity and it's really easy to setup and use. I've been using it for a couple of weeks and it does the …
  • Member Avatar for AleMonteiro
    AleMonteiro

    Replied To a Post in Prototypal Inheritance

    Troy, I may be wrong, but I think Dave was only trying to wrap all of Cat's code inside the Cat function. And there's a way of doing something similar …
  • Member Avatar for AleMonteiro
    AleMonteiro

    Began Watching Suggestion and ideas needed

    I like this menu and how it's done: http://www.peterstone.com/ Does somebody has any idea and suggestion, how the easiest way is, to realize this kind of main nav they have? …
  • Member Avatar for AleMonteiro
    AleMonteiro

    Replied To a Post in Suggestion and ideas needed

    Hi Simon, I can't suggest you one specific cause I've never used one similar to what you want. But I can say there's hundreds of jQuery Menu plugins that can …
  • Member Avatar for AleMonteiro
    AleMonteiro

    Replied To a Post in Dynamically created table rows disappearing on post-back

    @JorgeM, good question... I actually assumed it was on server side because the post is on ASP.NET Forum, but who knows, right?!
  • Member Avatar for AleMonteiro
    AleMonteiro

    Began Watching computer shuts off after 15 min

    I am working on a clients computer and his computer turns on runs fine then after 15 min shuts down. It does not have a overheating problem. I've cleaned it …
  • Member Avatar for AleMonteiro
    AleMonteiro

    Replied To a Post in computer shuts off after 15 min

    At this point I'd go with JorgeM suggestion, it should exclude some options for your problem. There's lots of linux live distro, the last one that I used was Kali …
  • Member Avatar for AleMonteiro
    AleMonteiro

    Began Watching yahoo

    how to Auto Reply pm in Yahoo Messenger in vb.net?
  • Member Avatar for AleMonteiro
    AleMonteiro

    Replied To a Post in yahoo

    zakn, it seems that you created 5 posts with one-line question in each one that actually are about the same project, that you probably didn't search about at all. If …
  • Member Avatar for AleMonteiro
    AleMonteiro

    Began Watching What IP I should use?

    Hello again. as some of you may know Im creating a software based on SQL dataserver, every code I use is good and work and I use this connection string …
  • Member Avatar for AleMonteiro
    AleMonteiro

    Replied To a Post in What IP I should use?

    So where are your database going to be? Each client will have it's own DB? Will there be only one DB on the web for all clients? The IP you …
  • Member Avatar for AleMonteiro
    AleMonteiro

    Began Watching Form

    Hi , I try to create form , but it should be like this on image, So I need : 1. Country image + Country number (eg. +381) + mobile …
  • Member Avatar for AleMonteiro
    AleMonteiro

    Replied To a Post in Form

    You tried and...?

The End.