Using Javascript to display text from file on server
This is a example of how to get a file from the same domain using Javascript. It’s simple but works.
All IT: AI, Linux, Programming, Tech Stuff & more.
This is a example of how to get a file from the same domain using Javascript. It’s simple but works.
This is how to make each line in a listview have a different color. The listview in this example is named “lv”.
This is a simple guide about how to download a websites source code with Visual Basic. This piece of code will put the source code from example.com in a textbox called TextBox1.
This is a bit of very badly written PHP code that will add a link under each post.When clicking on “Delete Post” the post will instantly get deleted. Only when you’re logged in as a administrator you’ll see the link.Add this to your themes index.php file somewhere inside the loop. if (current_user_can(‘administrator’)) { global $post; … Read more
When making applications in VB.net I often use a Listbox to give the application user some kind of status updates when a application have to loop through a huge amount of data. It’s a nice way to be able to tell if it’s still working and doesn’t seem like a non-responding application that have crashed. … Read more