Satya Prakash

28 Followers
2 Blog Followers
2 Blog Reviews
Following: 11
Following Blogs: 20

Latest Activity

YUI Seed Files – yui.js, yui-base.js and yui-core.js – YUI3 Tutorial

Satya Prakash posted an article on - Jan 27, 2012, 9:14 am
YUI3 has three kind of seed files: yui.js, yui-base.js and yui-core.js. In this you may have used yui.js file always. () I just thought to read about other kind of seed files and its pros and cons. YUI main...
Comment - Like

Photographs directly from Lalbaug, Bangalore Flower show, 2012

Satya Prakash posted an article on - Jan 22, 2012, 9:29 am
I have posted few photographs I have captured from Lalbaug, Bangalore Flower show, 2012 on my general blog. Please follow the link to view all those photographs and few more which I have not posted but given link at the end to Flickr album. Related posts: Images from Sankey Tan...
Comment - Like

CSS: Z-index Not Working

Satya Prakash posted an article on - Jan 16, 2012, 4:09 am
If you are tired of correcting z-index and it is still not working then check the following points in your CSS code: 1. z-Index only works for positioned elements: So, value with position:absolute, position:relative, or position:fixed will respond to z-Index. 2. If you are setting z-i...
Comment - Like

Easy Reading Online Article on Web Page

Satya Prakash posted an article on - Jan 11, 2012, 7:10 am
Make reading easier online article on web pages with reader plugins. These plugins are available on both Firefox and Chrome browsers. I have found two plugins for reading pages with lots of data easier. One is iReader and another is just Reader. iReader is good one. It wi...
Comment - Like

YUI3 Tutorial: YUI Attribute Selector. Working with Attribute Selector

Satya Prakash posted an article on - Jan 11, 2012, 1:20 am
Here is a separate article on attribute selector. The attribute selector was not working in flexible way. I was facing problem is excluding some some tag based on attribute differences. Here is the HTML snippet I was using and I will use here for Attribute selector example: &...
Comment - Like

Learn YUI3: Mouseover, Mouseout, Mouseenter and Mouseleave events with Examples

Satya Prakash posted an article on - Jan 11, 2012, 12:48 am
These events (Mouseover, Mouseout, Mouseenter and Mouseleave) requires two modules: 1. event-hover module - Adds a "hover" event which binds to two callbacks, one for the start, and one for the end of a mouse hover. 2. event-mouseenter module - Adds "mouseenter" and "mouseleave" ...
Comment - Like

Learn YUI3: Accessing Attributes of Element and changing it

Satya Prakash posted an article on - Jan 10, 2012, 2:28 am
Here we will play with element's attribute. We will access attributes and change it. It is a part of YUI node learning series. Change Image attributes (src, width and...
Comment - Like

Learn YUI3 – Create new Element/Node and Apply CSS

Satya Prakash posted an article on - Jan 6, 2012, 6:44 am
I am continue on learning YUI and posting it here for all to read as part of YUI3 tutorial. This post is a part of YUI node under YUI tutorial series. Creating new Element using YUI3: The below example will create DIV, SPAN and P and present different different scenarios.… (Continue) ...
Comment - Like

Learn YUI3: Working with Node – Part 2. AddClass, RemoveClass, ToggleClass, …

Satya Prakash posted an article on - Jan 5, 2012, 7:49 am
Here is second article on YUI3 node series. This article is going to talk about addClass, removeClass, toggleClass, replaceClass and hasClass. We will need HTML to work with. So here is the HTML that is used for example JavaScript code using YUI3. Example- Dynamically assigning...
Comment - Like

Google Webmaster Site Performance

Satya Prakash posted an article on - Jan 4, 2012, 12:01 pm
Google has a webmasters site where you can see many information about your site. Important metrics are search queries, crawl errors, sitemap information, and keywords. There are many other information you can find there. Just register your site and everything will be available once you visit there.....
Comment - Like

YUI3 Tutorial: Working with Node – 2. Dynamically Add, Remove and Toggle CSS Class

Satya Prakash posted an article on - Dec 21, 2011, 6:24 am
Here is another post for YUI3 Node. Here I am going to present examples for adding Class, removing class and toggle css class dynamically using YUI. YUI3 provides .addClass('foo'), .removeClass('foo'), .toggleClass('foo'), .hasClass('foo') and .replaceClass('foo', 'bar') for dynamically working...
Comment - Like

YUI3 Tutorial: YUI Node with Examples – 1

Satya Prakash posted an article on - Dec 21, 2011, 4:50 am
YUI has a node utility for creating, collecting and manipulating node. Each node represent DOM node. It helps in managing style, subscribing to events, and dynamically loading content and many more things. We can use Y.one() for single node, Y.all() for multiple node (nodeList) and node.o...
Comment - Like

Experience Kindle for free from your Laptop/Desktop

Satya Prakash posted an article on - Nov 1, 2011, 3:01 pm
Want to experience Kindle (Software) by Amazon without purchasing Kindle (hardware) from Amazon! You can download Kindle for PC from Amazon. It will provide kindle software which you can use to read ebook, purchase ebook made for kindle and others. Though only lightweight hardware can give you joy.....
Comment - Like

Online Marketing Importance; Inbound vs. Outbound Marketing

Satya Prakash posted an article on - Nov 1, 2011, 1:35 am
Importance of online marketing is increasing day by day. I maintain two blogs so little bit of information I also maintain about online marketing. Because of online marketing, spending on online media is also increasing by advertisers on online ads and therefore publishers are getting better chance....
Comment - Like

Intel Chip with Login Protection

Satya Prakash posted an article on - Oct 31, 2011, 1:22 pm
Intel chip can protect your login credential in websites. It is defense in depth. You will login with your regular login and password on a website then it will ask for if you want to go for Identity protection technology! If you agreed then it assign a unique number to… (Continue)
Comment - Like

Blog Web Scripting's Vital Stats

Satya Prakash posted an article on - Oct 30, 2011, 3:46 am
Time has come again for vital stats about the blog "Web Scripting -  A web development blog". I have taken snapshots from Google Analytics tool. I will present monthly visitors, OS wise share of visitors to this blog, Web Browsers share of visitors to this blog and new in the… (Continue) ...
Comment - Like

Ubuntu 11.10 reviewed

Satya Prakash posted an article on - Oct 29, 2011, 2:18 pm
Ubuntu has released V 11.10 codenamed Oneiric Ocelot this month. Here are few changes in the recent Ubuntu release: Unity shell usages has matured a little. It is Ubuntu's user interface shell. Unity is released with version 11.04 but it has lots of problem due to design decision etc........
Comment - Like

Blogging With WordPress

Satya Prakash posted an article on - Oct 26, 2011, 8:04 am
WordPress is a very popular, widely used platform for blogging. It's powerful, has an easy-to-use administration panel and can even serve as a full-fledged content management system (CMS) should you have the need. It's friendly to search engine optimization (SEO). Many free, excellent plug-ins are.....
Comment - Like

nth-Child and Two class selector

Satya Prakash posted an article on - Oct 26, 2011, 6:00 am
I recently used nth-child() selector and two class selector. Uses of nth-child() is simple. Just need to remember the small syntax. The below CSS will make table's row alternate in color. Table's id is poslist as used here. #poslist tr:nth-child(even) {background: #DDD;} #poslist tr:...
Comment - Like

PHP Image Info Function. View Exif info of Images

Satya Prakash posted an article on - Oct 26, 2011, 3:41 am
Using PHP information function, you can write small script to review your camera setting at the time of image capture. Here is small script to view images in a folder with few important settings. Sample Output: If you want more information for each image then un-comment the line... &...
Comment - Like

Finding Publisher for your Book became easy

Satya Prakash posted an article on - Oct 20, 2011, 11:20 am
Now, no need to worry about finding publishers because you are a new author. One of the most trusting brand has come to help you on this. Its reach is world wide and you know this brand from long time. Amazon has started signing authors directly. Read more about Amazon… (Continue)
Comment - Like

Live in Present, Live like Everything is Permanent

Satya Prakash posted an article on - Oct 8, 2011, 4:09 am
I read an excellent article about lifestyle. It is about living in present and that is said in different manner as well. That is live as everything is permanent and enjoy everything there. Do be carried away by future and future. If we do that then our happiness be become… (Continue)
Comment - Like

Opera 11: Show and Hide Menu Bar

Satya Prakash posted an article on - Oct 7, 2011, 3:03 pm
  Just installed Web Browser Opera again. Many times I installed other browsers and went back to Firefox. This time too I have uninstalled Firefox as I was feeling it slow from few days. There were few Java API crash and that was disabled (due to crash automatically, etc) and… (Continue) ...
Comment - Like

IBM's Market Value is more than Microsoft

Satya Prakash posted an article on - Oct 1, 2011, 10:15 am
After 15 yrs, IBM is again better positioned in market value than Microsoft. IBM's market value is $ 214 billion and Microsoft's market value is $ 213.2 billion. You may all have learnt about IBM during Computer Science study. It once has a near-monopoly in computing. Apple is biggest in…... ...
Comment - Like

Linux Email from Command Line with Attachment

Satya Prakash posted an article on - Sep 28, 2011, 9:09 am
Today I was looking for sending attachment from command line. I use bash shell prompt and I wanted to use that so that I do not need to configure email client on my Linux (RedHat) system. I have found very good command line tool to send emails with or without… (Continue)
Comment - Like

Images from Sankey Tank, Bangalore, India

Satya Prakash posted an article on - Sep 19, 2011, 12:38 pm
Here are few images I took in Sankey Tank. It is a park spread over many acres. I have taken it in weekend. It is good to use camera time to time. It is fun doing photography. Visit Picasa to see all pictures in big size. It is free to… (Continue)
Comment - Like

Make your Visitors Stay Longer

Satya Prakash posted an article on - Sep 17, 2011, 4:11 am
Here are few points to make your visitors stays longer. Whatever you write and share with your visitors are worth only if you visitors stays there on your blog and read it.   Write posts with your own content with your community content: You write your own original content with...
Comment - Like

Linux: Shell Script for Printing Full Path with Filename

Satya Prakash posted an article on - Sep 16, 2011, 2:47 pm
Here is a shell script for printing full path with filename. Suppose you have given your shell script a file name=realpath then It will work like this: $realpath filename.txt /home/satya/filename.txt $realpath folderName /home/satya/f1.txt /home/satya...
Comment - Like

Writing Shell Script in Linux/Unix

Satya Prakash posted an article on - Sep 16, 2011, 2:06 pm
Today I have tired with shell script which are meaningful and it is something I will remember as well.  Lets first discuss about writing sample shell script! 1. Decide about a place to place your shell scripts. Usually it can be /home/yourUserDir/bin (/home/satya/bin) So, create a d...
Comment - Like

Google acquires Zagat; List of Google's Acquisition to Date

Satya Prakash posted an article on - Sep 10, 2011, 6:18 am
Google acquires Zagat to help in local offerings. Zagat will help Google in local offering and help it compete with Foursquare and Yelp. Google's Acquisition to Date: dMarc Broadcasting - Ad company - $ 102 million On2 Technologies - Video Compression - $133 million S...
Comment - Like

WordPress Plugin Simple Tags was the culprit in crashing my blog on Submit

Satya Prakash posted an article on - Aug 21, 2011, 10:35 am
Simple Tags By Amaury Balmer was the culprit in crashing my blog on Save. Whenever I tried to save anything, I used to see blank page on Admin side after update to WordPress version 3.2.1. Simple tags plugin is for adding Extended Tagging for WordPress 3.1 : Suggested Tags, Mass… (Continue) ...
Comment - Like

Your Public Profile on Facebook, Make it Useful and look Good

Satya Prakash posted an article on - Aug 21, 2011, 3:51 am
How your public profile looks on Facebook? Here is my Facebook profile, I just created: Now, you may be guessing why I am telling you all this! I want to tell you to have a look of your Facebook Public profile. When someone try to search you then s/he can… (Continue)
Comment - Like

Popularity Contest – A WordPress Plugin disabled

Satya Prakash posted an article on - Aug 21, 2011, 2:33 am
I need to disable a WordPress plugin called Popularity Contest. It send post request on each page view to collect the popularity of a web page. The plugin uses JQuery code to do that. jQuery.post("index.php",{ak_action:"api_record_view", ids: AKPC_IDS, type:"'.$type.'"}, false, "json"); W...
Comment - Like

Facebook Security Issue: Save yourself from Bad Applications

Satya Prakash posted an article on - Aug 13, 2011, 10:41 am
Facebook has many applications you might tempt to use. One such application is the application which claims to show how many visitor visiting to your profile. Control yourself from using these kind of application. Check on net before using any application or don't use them. Even after controlli...
Comment - Like

Important Linux Vi/Vim Editors commands for Programmers – 2

Satya Prakash posted an article on - Aug 6, 2011, 4:42 pm
Here is a collection of only Vi/Vim Editor related commands. It is only a collection of important commands that you can afford to remember and do all important and usual task a programmer need to do while writing scripts. If you got to work on vi/vim editor for long enough… (Continue)
Comment - Like

JavaScript: Global Variable

Satya Prakash posted an article on - Jul 22, 2011, 1:34 pm
We use global variable to share something across functions in JavaScript. Here is an example script showing - How the global variable behaves in JavaScript, - How we can create global variable, and - How we can use it? // A global variab...
Comment - Like

HTTP Header for email – List-Unsubscribe

Satya Prakash posted an article on - Jul 10, 2011, 6:35 am
I have noticed a header in use these days. It is "List-Unsubscribe". When this header is used in sending email then email client can use this to unsubscribe you from the mailing list. Here is how it is coming on Gmail on show details: I have another desktop email client… (Continue...
Comment - Like

PHPEd Version 6 is ready to get released

Satya Prakash posted an article on - Jun 5, 2011, 1:15 pm
A major version of PHPEd (v6), an IDE for PHP is ready to come into market. Many of you may know about PHPEd. It is good IDE but only not so good thing is that it is not open source. New features in PHPEd 6 are greatly improved php code… (Continue)
Comment - Like

Important Linux Commands for Developers

Satya Prakash posted an article on - Feb 27, 2011, 9:34 am
Here are few Linux/Unix commands useful for developers in day-to-day work. If you worked on Linux system then you may have used these commands but you may just be very basic on those command to stand out. You may need a little brush up with commands so that you can… (Continue)
Comment - Like

Window 7 (Win7) Shortcut keys – WinKey Usages

Satya Prakash posted an article on - Feb 27, 2011, 7:09 am
Here are few window shortcut keys that are useful for day to day work and those that are not much known to many. These keys are important but commonly unknown to many window users. WinKey + Tab key = to see all open application tiled. Press and leave the Tab… (Continue)
Comment - Like

Facebook Profile View Tracker Or Profile Visitors

Satya Prakash posted an article on - Feb 21, 2011, 10:15 am
Today I saw message regarding Facebook profile views through my connections on Facebook. I generally do not subscribe to application without checking a little. If a Facebook application is very important then I use that thinking - ok, after all Facebook is for fun! This application... ...
Comment - Like

Market trends report on Social Media marketing and others

Satya Prakash posted an article on - Feb 14, 2011, 11:03 am
DoNanza has published a report using its data. DoNanza is a largest search engine to work-from-home and freelance job as they claim. Recently they have published a combined data using its search term stats and people's response it gets on their site. According to its report, social media marke...
Comment - Like

Data Structure in PHP: Quicksort

Satya Prakash posted an article on - Jan 20, 2011, 12:23 pm
Quicksort is one of the best method in sorting algorithm. It has best and average case performance as O(n Log n). It means for 100 element, sorting can take around 660 iterations whereas in bubble sort it will take around 10000 iteration. In the example below, which has eight elements,…... &#...
Comment - Like

Data Structure in PHP: Bubble Sort

Satya Prakash posted an article on - Jan 18, 2011, 12:02 pm
Here is the code for a data structure items in PHP. It is about Bubble Sort. Bubble sort is the way of sorting data. This is regarded as bad algorithm due to its worst case performance O(n2). Average case performance is also same as O(n2). But this sorting algorithm is… (Continue)
Comment - Like

Few things to Do or we can Do at the Start of New Year

Satya Prakash posted an article on - Jan 1, 2011, 12:06 am
What should I do at the start of first year. Is there something I should do to make the whole year a successful year both professionally and personally? Here are the list I wished to prepare which will mention the basic TODO list and some of the other things that… (Continue)
Comment - Like

JavaScript: The Good Parts Book review

Satya Prakash posted an article on - Dec 28, 2010, 3:18 pm
I am reading the Book  JavaScript: The Good Parts By Douglas Crockford. I read somewhere that it is good for those who already have some knowledge of JavaScript. I have found that feedback correct. I have purchased the book because I thought that I have some knowledge of JavaScript and…... ...
Comment - Like

Easiest way to Track Links click and Usage

Satya Prakash posted an article on - Dec 25, 2010, 9:22 am
There are various tools and applications available for tracking outgoing link tracking or tracking which link used how many times. Few methods for tracking link clicks are mentioned in my old post. Here is the simplest method I feel to track the click and usage of any link on your… (Continue) ...
Comment - Like

Advantages and Disadvantages of working for a Small IT organization

Satya Prakash posted an article on - Dec 25, 2010, 7:05 am
I have written an article highlighting advantages and disadvantages of working in small IT organization. It is based on experience working at various places and in different organizations. There can be more advantages and disadvantages other than I have mentioned there. You are requested to share......
Comment - Like

About Me

I work on PHP platform and I am doing this from past 5.5 yrs.

More about me:
Programming - http://www.satya-weblog.com
General - http://only-your-views.blogspot.com

Satya Prakash's Blogs:

Satya Prakash's Followers

Satya Prakash is Following

Invite Your Friends

Invite your contacts to blogged from:
gmail yahoo