Recent content by andre_sentro

  1. A

    Closed Nag loloko ngayon tnt

    Yep ganon na behavior nya. Chinat ko si TnT FB page seenzone ako
  2. A

    Closed Parameter and variable

    var a = 123; <-- variable function abc(param){ <-- parameter haha = param; <-- variable assignment print(haha); } Ang variable any placeholder/reference ng value or object, while yung parameter is ung data na needed ng function/method.
  3. A

    Closed Mga master ano po ang pwede pamalit sa delete kapag gagawa ka ng information system.

    Don't remove the delete function nung system. Actually yung problem mo is more of a UX problem. Ang iniiwasan lang naman nila is to prevent accidental deletion of a student. To prevent such, this should come as standard na rin, is to give more friction bago maperform yung certain function, like...
  4. A

    Closed Programming tutorials? (phpmysql)

    Maraming tutorials sa YøùTùbé. Pero isa sa pinakaunderrated na tutorial site siguro yung mismong site ng PHP, yung http://php.net. Super concise ng mga examples na nandun. Matututo ka talaga sa site na yun. Pero kung may specific problems/needs ka sa code tsaka ka manghingi ng help sa SO...
  5. A

    Closed Comment system by parent id

    php ba? Meron akong Github repo na may comments etc. in PHP. Pero medyo magulo yon. Kung need mo ng logic and basic codes pwede kitang turuan.
  6. A

    Closed Need help on making quiz.

    Bakit parang medyo magulo yung pagkakastructure ng JSON haha :)
  7. A

    Closed Php tutorial for beginners (basic understanding)

    Outdated na yung mysql. Mysqli na yung ginagamit or better kung PDO.
  8. A

    Closed Help sa mga nag weweb dev diyan

    Edi aralin mo kung pano magmanipulate ng DOM (document.getElementById etc.). Standard yun na dapat alam ng bawat developer. Usually yung mga accreditation exams ng Google etc. required ka din na di gumamit ng framework so dapat alam mo yung mga various browsers API. Ok na din atleast magagamit...
  9. A

    Closed Guys tanong lng po about html/css

    Pwede naman yan :) isesetup mo lang na password protected yung directory mo sa Apache. Simpleng directives etc. lang yan. :) http://httpd.apache.org/docs/current/howto/auth.html
  10. A

    Closed Mga programmer pasok!

    Panong website? :)
  11. A

    Closed Pahelp po mga master

    May mali siguro sa PHP script or sql query mo.
  12. A

    Closed Website notification

    Sa Github po marami
  13. A

    Closed Website notification

    edi mag add ka ng addtl na column na magsstore ng url kung saan mapupunta yung notif pagkinlick. <a href="$url">$notif_content</a>
  14. A

    Closed Web to android

    https://developer.chrome.com/multidevice/webview/gettingstarted
Back
Top