jQuery basic introduction in Hindi

jquery basic introduction in hidn

Post Views: 695 jQuery introduction What is Jquery? Jquery क्या है? Javascript Example: Jquery Example: jQuery को कैसे add करे अपने webpage में! Download करके अपने project folder में file create करके Direct link via CDN(content delivery network) Download करके अपने project folder में file create करके ProjectName/ ├── css/ | └── style.css ├── js/

Read More

CSS basic introduction in Hindi

Post Views: 132 CSS introduction css syntax: Example: css को लिखने के लिए सामान्य rules ऊपर में देख सकते है|| Selector : selector यानि की webpage का element name, class , id name ये सभी हो सकते है|| perticuler element पे css की effect set करने के लिए class , id name और खुद element

Read More

PHP math functions in Hindi

php math functions in hindi (1)

Post Views: 718 php math functions introduction php abs() function abs() function का इस्तेमाल करके हम php में किसी बी number का absolute value प्राप्त कर सकते है|| ऊपर के example में देख सकते है abs() function सभी negative numbers को positive numbers में change कर देता है|| php sqrt() function sqrt() function का इस्तेमाल

Read More

WordPress installation steps for beginners in Hindi

wordpress installation steps for beginners

Post Views: 564 WordPress download पहले की प्रक्रिया हिंदी में! step-1: wordpress installation/download basic introduction wordpress एक open-source software है वह internet पे free में available है|| wordpress को अपने machine यानि laptop,computer में सेट करने के लिए wordpress software को wordpress की official website से download करना होता है || download किया गया wordpress

Read More

Php string functions in Hindi

php strings function in hindi

Post Views: 935 Php string function in Hindi php में string के लिए कई सारे function है वह string function core php का एक भाग है| string के सभी functions का इस्तेमाल के लिए किसी प्रकार की installation की जरुरत नहीं है|| strlen() function in hindi string की length find करने के लिए| strlen() function

Read More

Javascript introduction in Hindi

javascript introduction in hindi

Post Views: 333 Javascript basic introudction in hindi Javascript एक lightweight interpreted scripting language है| javascript एक client-side, open-source, cross-platform और object-oriented scripting language है| javascript के मदद से हम हमारे webpage को ज्यादा interactive बना सकते है| javascript file का extension html और php की तरह .js है| javascript का इस्तेमाल करके client-side pages

Read More

What is Laravel in Hindi? Laravel क्या है? हिंदी में|

what is laravel introcution of laravel in hindi

Post Views: 2,100 Introduction of laravel Laravel एक framework है जिसे Php का इस्तेमाल करके बनाया गया है। Laravel को Taylor Otwell ने July 2011 में develop किया था laravel एक MVC ( Model-View-Controller ) architectural pattern follow करता है। laravel एक open-source और most popular PHP framework है। What is laravel? What is framework

Read More

Php introduction in Hindi

php introduction in hindi

Post Views: 399 Introduction of php in Hindi php एक most popular server-side scripting language है और php का उपयोग web developmentके लिए किया जाता है|php को के साथ start or close कर सकते है| file में php का code लिखने के लिए php start or close लिखना जरुरी होता है|php का उपयोग करके कई

Read More

What is WordPress in hindi? WordPress क्या है?

what is wordpress and how its works

Post Views: 567 WordPress Introduction in Hindi WordPress एक most popular CMS (Content Management System) है. अगर बात की जाये WordPress की तो जीतनी बी website बन रही है या internet पे चल रही है उसमे से ज्यादा तर WordPress में बनायीं गई website ज्यादा है | internet पे 36% से ज्यादा WordPress में बनी

Read More

HTML input attributes के बारे में हिंदी में जाने!

Post Views: 651 HTML input attributes The type attribute type attribute value <input>element का निश्चित type specified करता है| अगर type attribute value निश्चित नहीं करते है तो वह by default “text” value होती है| syntax: यह HTML form में दो input field है एक text field है और दूसरा radio button है| The value attribute

Read More