UX Design means User Experience Design Syllabus Photoshop for Beginners Illustrator for Beginners Desktop UI Design App UI Design Sketch for Beginners RECOMMENDING: ————————– HTML/CSS Responsive Design JavaScript & JQuery ELECTIVES —————– Freelance Professional Usability and Accessibility
Category: Internet
Internet news and tips,tricks
10 Google Interview Questions shared by an engineer who attend the test
1. What is the opposite function of malloc() in C? Answer: free(). 2. What Unix function lets a socket receive connections? Answer: listen(). 3. How many bytes are necessary to store a MAC address? Answer: six. 4. sort the time taken by: CPU register read, disk seek, context switch, system memory read. Answer: CPU register…
How To stop autoplay of Facebook Videos
Simple Steps to disable auto play of Facebook Videos 1. Click on the down arrow icon at the top-right of your Facebook homepage 2. Go to Facebook settings 3. Take Video tab 4. Select Auto-play Video Option and choose ‘off’ option Finished Video Tutorial of stop autoplay of Facebook Videos
Resetting forgotten phpmyadmin password
Simply change or reset your MySQL root password by doing the following: Run the following commands in Terminal Step 1 :Stop the MySQL server sudo service mysql stop Step 2 : Start mysqld sudo mysqld –skip-grant-tables $; Step 3:Login to MySQL as root mysql -u root mysql Step 4 :Change MYSECRET with your new root…