Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to traverse a Multidimensional array in PHP?

Multidimensinal array is the array of arrays. You can store multidimensional array as follows: $arr=array( array(1,"demo1","demo2"), array(1,"demo3","demo4"), array(1,"demo5","demo6"), array(1,"demo7","demo8") ); To traverse a multidimensional arr

File handling basics in Java

Hi there, This blog is to get you familiarize with Java file handling using java.io package. Suppose you need to read the content of your file and need to do operation on that data, in that situation you can opt to use file handling to access the da

How to Delete Stored Passwords in Firefox

    In September 2002, Mozilla Foundation developed a free, open-source and cross platform graphical interface Web Browser, known as Mozilla Firefox. Now, it’s the most popular open- sourced internet web browser around the whole

How to detect mobile device in website using PHP

If you want to know any mobile device is accessing your website, Then the easy way to detect device is to run a php code. Lets see the code below :- <?php $useragent=$_SERVER['HTTP_USER_AGENT']; if(preg_match('/(android|bb\d+|meego).+mobile|av

20 Technology Logo Concept That Stand Out and Inspire

Technology companies are mushrooming fast everywhere especially as they are doing business through the web. There are hardware and software companies, which are competing in a tough business environment. Therefore, marketing plans become all the m

Stack in C++

The std::stack class is a container adapter that gives the programmer the functionality of a stack - specifically, a FILO (first-in, last-out) data structure. The class template acts as a wrapper to the underlying container - only a specific set of

An Animated Wifi Symbol using CSS3

Hello readers, In today's blog I have tried to make An animated WIFI symbol using CSS3 properties. As using CSS3 animation and transform rotate property , I have created an animated wifi symbol showing the increase and decrease in the signals wi

String Literals and Character Classes of regular expression

String Literals: The string literals is the most basic form of pattern matching of regular-expression. For example if regular-expression is srinivas and input string is srinivas then match will succeeds. Enter the regex: srinivas Enter input stri

Will Tech Overpower Other Discoveries in This World

  Today, everything we do is to ensure that we have a good life in the end. We have seen many discoveries in every field, with tech being one of them. Every individual is always trying new things each day because this life demands it. Tech ha

5 Ways to Improve Workflow and Business Productivity in Your IT Office

  As a business leader, you should always strive towards improving the overall efficiency in your office. The main principle of every perspective business is to grow, and especially so if you’re in the IT business – a world of tec

1 28 481
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: