UI और UX क्या है ?

UI और UX, UI फुल फार्म User Interface किसी भी वेबसाइट या फिर Apps का बाहरी व्यू या आप ये कह सकते है की किसी भी वेबसाइट का Appearance, वो डिजाईन जो किसी कन्टेन्ट को यूजर तक पहुचाने में मदद करता है वो यूजर इंटरफ़ेस कहलाता है I UX का फुल फार्म User Experience होता

Web Design in Photoshop in Hindi

Guys here you will learn , how to get ready web layout in Photoshop, this Course will help you to get a job.. this is very good course from the beggining to advance. and here you will also get complete video course so visite on youtube and search dkwebtech and find web design in photoshop

2D Transforms in CSS

CSS transforms allow you to translate(move), rotate, scale, and skew, change shape, size and Position of an any elements. There are two types transformations in CSS 2D Transfrom 3D Transform in this post we will talk about 2D transform translate(xpx, ypx) rotate(xdeg) scale(x, y) skewX(xdeg) skewY(ydeg) matrix(scaleX(),skewY(),skewX(),scaleY(),translateX(),translateY()) please watch this video, you will understand everything

Pure HTML CSS Slide Show

In this post you will learn how can you create a image slide show using HTML, CSS not other language it’s too easy guys firstly you should have to copy HTML code and create a index.html file, open it with notepad++ or other code editor and paste it over there. same work you will have

How to use Gradients in CSS?

Using CSS gradients you can make a smooth transitions between two or more specified colors, you can make a best background for your website. CSS defines two types of gradients. Linear Gradients – down/up/left/right/diagonally Radial Gradients – Defined by their Center for further info watch this complete tutorial…..

What are vendor prefixes in CSS?

Some of the latest CSS features doesn’t support some browsers, so that we use some vendor’s prefixes in CSS, like -webkit-, -ms-, -o-, -moz- , I am explaining which prefix you can use for particular browser so let’s start. -webkit- : Safari, Google Chrome, Android, iOS -ms- : Internet Explorer -o- : Opera -moz- :