Web Update 24

  • About webupdate24
  • Advertise
  • Contact
  • Home
  • Privacy Policy
  • Terms of Service
Illustration of a bird flying.
  • Changing HTML with JavaScript

    Changing html with javascript is very simple but tricky, one can use InnerHTML javascript property to do that. Below I will show you how to do this step by step. <html> <body> <div id=”target”>will change this html</div> <script> document.getElementById(“target”).innerHTML=”here is the new html”; </script> </body> </html> Our goal is to change the html content of […]

    February 22, 2014
  • Top Hardware Technologies of 2013

    3D printers A 3D printer is a limited type of industrial robot that is capable of carrying out an additive process under computer control. The 3D printing technology is used for both prototyping and distributed manufacturing. Google Glass It’s surprisingly simple. Say “take a picture” to take a picture. Record what you see. Hands-free. Even […]

    December 28, 2013
  • Linux everyday

    Today i am going to share some very easy but useful Linux commands . I have been using Cent-Os last 2 years and found these commands in my everyday life . Some of the commands may need root user permission , if you find “permission denied” exception try to switch your user to root and […]

    December 27, 2013
  • How to configure Eclipse for JBoss Application Server and MySQL Database

    How to configure Eclipse for JBoss Application Server and MySQL Database To configure Eclipse with JBoss AS and MySQL Database you need Eclipse Indigo for J2EE developer , JBoss Application Server and MySQL Database connector . You can download those from the following links 1.Eclipse IDE for J2EE Developer : www.eclipse.org/downloads/ 2.JBoss http: //www.jboss.org/jbossas/downloads/ 3.MySQL […]

    November 24, 2013
  • On page seo search engine optimization blue book – Most important fact of SEO

    On page website optimization – A blue took about the most important fact of SEO

    July 8, 2012
  • Solution for Forbidden /phpmyadmin : You don’t have permission to access /phpmyadmin/ on this server

    Previously i had wamp version 2.0 and there it uses phpmyadmin 3.* version. Now i need to use wamp version 2.0c and it came up with phpmyadmin 2.* versions. After installing wamp 2.0c i could not access http:// localhost/phpmyadmin and it says 403 Forbidden You don’t have permission to access /phpmyadmin/ on this server I […]

    March 12, 2012
  • How to find multiple occurance of a string in a target text

    May be  all of you know the pros and cons of  strpos() function. Why we use this function? Actually sometimes we need to track the position of a search string in a long text or a paragraph. And  so we  use it. echo strpos($targetstring,$searched_string); And it it will  always show the first occurance of the […]

    October 7, 2011
  • JSF 2.0 and JBoss 4.2.0 Configuration Common Problems and Solutions for Begginers

    I almost spent 3 days in creating a new project in Java Server Faces (JFS 2.0 ) in the  JBoss AS 4.2.0 .I made some very small mistakes but atlast after 3 days of hard work i understood the problems and now able to succesfully run a JSF 2.0 project in JBoss AS 4.2 . […]

    October 6, 2011
  • How to configure your grub after making a partition in your PC

    Sometimes you can not boot in your PC after making a partiton . And you get stuck in a black window at the boot time .This happens because after making the partition in your Hard disk the location of grub from which the OS loads may change . To solve this problem and to boot […]

    September 23, 2011
  • How to make Windows your default boot-able OS when dual booting

    After installing Ubuntu along with Windows Ubuntu becomes the default boot-able Operating System. However You can make Windows the default boot-able OS . To do this you have to follow the following Commands : Step 1 .Boot with your Ubuntu OS Step 2. Open up a terminal and write : $ cd /boot/grub Step 3. […]

    September 23, 2011
←Previous Page
1 2 3 4 5 … 11
Next Page→

Web Update 24

Proudly powered by WordPress