Some valuable points in Yii

Here I want to share some valuable points which may helpful for Yii developer. 1.Getting current theme in Yii Ans: Yii::app()->theme->name 2. Getting base URL in Yii: Ans: Yii::app()->getBaseUrl(true);
Here I want to share some valuable points which may helpful for Yii developer. 1.Getting current theme in Yii Ans: Yii::app()->theme->name 2. Getting base URL in Yii: Ans: Yii::app()->getBaseUrl(true);
1. How to get value and text of a selected element from Dropdown by jQuery ? Ans: value=$(‘#selectid option:selected’).val(); text=$(‘#selectid option:selected’).text(); e.g. <select id=”myselect”> <option value=”1″>Label 1</option> <option value=”2″ selected=”selected”>Label 2</option> <option value=”3″>Label 3</option> </select> […]
Here I want to share for my developers and designer friends , what I found to help us to create a better website . 1. To find technology of a website : Some times we […]
Here I want to discuss about Responsive Image Galleries build with CSS , jQuery. Now , every sites are responsive to view in a proper way of different devices. I tried to gather some of […]
When you are creating WordPress website you should have the following plugin in your hand to make the site ready and launch in public . This plugin are related to security, performance , enhancement . […]