Showing posts with label Technical Post. Show all posts
Showing posts with label Technical Post. Show all posts

29 January 2010

Generating Calendar With Rails

Download the source code from GitHub

Working on a Rails CMS based project using BrowserCMS, there was a requirement to have a page which would display a calendar for the current month and onClick of each date, it has to make an Ajax request to query the database table and update a portion on the same page.

Everything is fine with the requirement, but a Rails calendar with each date sending an Ajax request to the controller?

My initial move was to look for some Rails plugin which would serve this purpose. Had a thorough Google search on this. Time was ticking, I managed to find one or two Rails calendar Plugin, but when tried on my project, it did not serve the exact purpose of each date sending the Ajax request. No much help was there on this in any Rails based forum as well.

This finally made me to think of writing the code for generating the calendar of my own. It was indeed going to be a tough task. But I had no other choice left in-front of me.

I have shared the code for the same through my GitHub account.

There in the GitHub repository you will find only a controllers folder and a views folder. Well that's all we need to get this done. If you have a Rails project up and running, you can go ahead and generate this Calendar Controller and use the code and modify it, style it as per your own requirement.

Here what I have done is, in the "calendar index" page you can see the calendar for the current month, with links for next and previous months, so that you can have a view of all the months. When you click on the next/previous links, the months partial is being updated. Similarly, onClick of each date will update a test "div" with the value of month and date. You can apply any logic here and make it work for your purpose.


Ruby/Rails Tips for the day:

=>How to get the starting day of the month ?

Loading development environment (Rails 2.3.5)
>> date = Date.today
=> Fri, 29 Jan 2010
>> start_date = Date.parse "#{date.year}-#{date.month}-01"
=> Fri, 01 Jan 2010

=>How to get the last day of the month ?

>> last_date = (start_date >> 1)-1
=> Sun, 31 Jan 2010

=>How to get the weekday of a particular date?

>> start_date.wday
=> 5

Special thanks to Nithin Bekal who helped me in getting this work done in no time.
If anyone uses this code for their application, please share with me the improvements made.

26 January 2010

Custom Blog Post Reordering In WordPress

Wordpress is no doubt one of the best CMS around and with the awesome community out there contributing in all ways to make it the best of the best is really appreciative.

Well, few days back working on a wordpress project for a client, The client came up with some requirement and that was like, he would like to manually rearrange the Posts the way he wants and not the default date ordering of Wordpress.

But I had never heard about custom post order ever before untill the client mentioned about it and that made me look for the right plugin which would make this work out for me. And guess what, I came up with nearly 3 plugins which would serve the purpose.

I installed it on my test domain and checked it out. Whohooo! they worked and I settled with a plugin named Blog Reordering.

Installed it in the client's domain and then on client request documented the best way to use this plugin to reorder the posts and drafted a mail to him. Here's the mail which I prepared for the client:

As you want the posts to be reordered manually and do not want them to show up according to the date and time settings, We have a plugin named Post Reorder which will help us to the stuff of custom reordering of posts as we want.

Well, As it gives you the freedom to custom reorder the posts, Its kind of a manual work to reorder the posts as well.

And here's how you can achieve it:

1.Navigate to Blog Reordering section which is at the very bottom Settings in admin page of the wordpress.

2.Here you can find options such as "Blog reordering Settings", "Quick reorder by field" and "Blog reordering"

3. Let the first two option be as it is.

4. We need to worry only about the third option and that is where all reordering stuff takes place.

5.Here you can find all the posts listed down with the "ordering" numbed 1,2,....etc to the latest post you have up to date.

6.Now its all manual task, where you have to identify the right posts of each category and number them in the order you want.

For example:

You have 25 posts in personal category and all the 25 are randomly ordered and ordering number is also random according to the order they were posted.

Well, you need not worry about the random order each of the 25 posts of "personal" category has got, you can just go ahead and number them from 1 to 25 in the order you want them to display and that's it. When you check out the personal category page, all the 25 posts will be ordered the way you have set them. Now that's called absolute freedom!

Well, if there is no name to each of your posts, then it is kind of hectic knowing which posts is which one and the only option is to identify them via their ID's.

That's all about it. Did I miss anything relevant about this plugin ? Please do share it with me.

Thanks

25 January 2010

Share Source Code Using GitHub- It's Social Coding!

Done writing the codes of your current project? And is excited about it and want the whole developer community to know about your latest project? Then Lets Git It!

Yes, I am also equally excited about my latest project and I wanted it to share with the developer community through GitHub-Social Coding!

The application was developed using Ruby On Rails and hence the hosting provider is HostingRails. So I have my application running up there. So all I had to do was commit the source code from HostingRails into the GitHub repository.

I will be explaining the exact procedure that I followed to commit the source code of my application into GitHub repository directly from HostingRails.
I use PuTTy which is an open source telnet and SSH Client for the Windows and Unix platforms.

Since my application was hosted in HostingRails, I logged into it via PuTTy and I was taken into my root folder. If you are not aware of PuTTy interface, then I would say it is just a Unix Terminal for you to work on. So from the root folder I had to get in my project folder which I did using CD command.

Well before we do anything , a GitHub account is necessary or else where are we going to commit all our source code! So I did create a GitHub Account and I am all set for Social Coding.

Next I had to create a New repository.(See Images)








Once I provided all the information for creating the repository, I hit create-repository. And that's all. After I created the repository, I was redirected to the new repository page which had the basic information on how to commit the source codes.

here's what i did for committing the source code for my application.

In PuTTy, as i was already in my application folder:

email@email.com [~/rails/My_Project]#

Next i had to initialize the git in my application:


email@email.com [~/rails/My_Project]#git init
Initialized empty Git repository in /home/fedenac/rails/testing/.git/

Once initialized, I had to include all the folders and files.

email@email.com [~/rails/My_Project]#git add .

And after that commit it


email@email.com [~/rails/My_Project]#git commit -m 'any message here'

Then I had to add the remote origin


email@email.com [~/rails/My_Project]#git remote add origin git@github.com:techslam/test.git

In the above command "git@github.com:techslam/test.git" is the URl which we find at the top of the page after successfully creating the repository.(See Image)



And finnaly we push it:


email@email.com [~/rails/My_Project]#git push origin master

And that's it. When I checked my repository all my source code was ready to be shared with the wonderful development community out there.

So Folks, what's your say on GitHub feature. I am really enjoying it and is going to explore it deeper and deeper.

02 November 2009

iPod-Genius: October statistics


Hi


October month was a high traffic month for iPod Genius blog. Since it's launch this was the best month in-case of traffic. Compared to other months October month saw immense traffic from various countries, yet again US visitors leading the chart. have a look into the statistic image and let me know what do you feel about it.

30 August 2009

iPod Technical Support

iPod Technical Support  is my yet another blog where I write about iPod troubleshooting steps. Mostly i write to the questions posted by my visitors. I started this blog at around mid of April. After starting this blog I never wrote any article. Actually I was thinking whats the use of this particular blog. later in the month of June I saw a comment in that blog from an iPod user and she was requesting a help. I was very much surprised thinking, how come a person comment on a blog which had any article or posts about iPod. I replied to that comment by writing a neat article on how that particular issue can be fixed. I think it was around July end that I must have written that post and one of my friend suggested to make use of Google Analytic to get the accurate stats of the blog. So on July 29th I decided to install Google analytic and from then on there was no looking back. I am very proud to say that 80% of my visitors come from various search engines. and I get many requests through comments and through personal emails to help on various iPod issues. Though I give help for FREE, i decided why not I include a PAYPAL DONATE button so that in-case any visitor is really happy about my help, he can donate me and I did not have to wait too long that one of my visitor was so happy with my help that he donated me some dollars and I was really happy for this achievement.
This is my one month Google Analytic statistics:

18 August 2009

Adobe Auto Updates.... I Hate Them :x

Hi Friends.

You must be thinking, why should I hate automatic updates from Adobe. Infact I would hate all kind of automatics updates which happen over the internet. The only reason behind this is my bandwidth limit provided to me by my ISP. It is just 1.5GB per month. That means per day 50MB.

Now most of the applications does allow us to prevent the automatic updates by changing it in their settings. But I never found any settings to stop Adobe automatic updates for all adobe applications. Finally I found the hidden trick to kill Adobe automatic updates.

Follow the step by step instructions below and you too can get rid of adobe auto updates.(Only for Windows OS)

1. Open the C drive, Go to Program files, Open Common Files folder,

2.There you find Adobe folder, open it.

3.There you find Updater5 folder, open that.

4.Double click on AdobeUpdater.exe, it will check for available updates, then after that you will find preferences option, There you find a check box to cancel auto updates. Just cancel it and click OK. You are done.

So now I can save some of my bandwidths. Yeahooooo :)

03 September 2008

Google's Web Browser- Google Chrome


Google has come up with a new web browser named Google Chrome(Beta) for the Windows.If Google has come up with something,then its worth giving a try,simply because Google rocks.And friends,so is the Google Chrome.
The browser looks is as simple as the Google web page.This is what Google team is saying about this new browser:

"Google Chrome is a browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier."


Well the design is very simple as I have already said and the browsing experience when compared with Firefox is quite better.Though my internet speed is not quite good,but still I could observe pages loading quite faster in Google Chrome than Firefox.I actually started loving it.To Download Google Chrome Click HERE
I have listed down various features provided by Google Chrome.Click READ FULL POST below to view its cool features.

FEATURES:
1.ONE BOX FOR EVERYTHING:To navigate the web or do a search,start typing into the address bar.It will suggest popular sites,searches,and even pages that you early visited.
2.NEW TAB PAGE:Every time you open a new tab, you'll see a visual sampling of your most visited sites, most used search engines, and recently bookmarked pages and closed tabs.
3.APPLICATION SHORTCUT:Use web apps without opening your browser. Application shortcuts can directly load your favorite online applications.
4.DYNAMIC TABS:You can drag tabs out of the browser to create new windows, gather multiple tabs into one window or arrange your tabs however you wish -- quickly and easily.
5.CRASH CONTROL:Every tab you're using is run independently in the browser, so if one application crashes it won't take anything else down.
6.INCOGNITO MODE:Don't want pages you visit to show up in your web history? Choose incognito mode for private browsing.
7.SAFE BROWSING:Google Chrome warns you if you're about to visit a suspected phishing, malware or otherwise unsafe website.
8.INSTANT BOOKMARKS:Want to bookmark a web page? Just click the star icon at the left edge of the address bar and you're done.
9.IMPORTING SETTINGS:When you switch to Google Chrome, you can pick up where you left off with all the bookmarks and passwords from your existing browser.
10.SIMPLER DOWNLOADS:No intrusive download manager; you see your download's status at the bottom of your current window.

26 August 2008

SYNTEL Inc- BOOKS FOR TRAINING

Hi Friends and students who are placed in SYNTEL Inc,A US based growing IT firm in INDIA.Here am listing down links for downloading study materials useful for Syntel Training.I hope everyone would find it useful.
Thank You.
~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*

1.SOFTWARE ENGINEERING

2.XML Bible (2nd Edition)

3.HTML 4 for Dummies, Fourth Edition

4.Wiley_-_SQL_Bible_-_2003

5.CoreJava

6.Enterprise Java Beans, Third Edition

7.EJB2.0

8.Core Servlets and Javaserver Pages

9.Struts Fast Track: J2EE/JSP Framework

10.JavaFramework


CLICK "READ FULL POST" BELOW FOR MORE DOWNLOADS.(Only when In Home Page)

11.Job Control Language :A control language used to identify a job to an operating system and to describe the job's requirements.

12.COBOL in 21 Days

13.DOT NET BOOKS

14.Mainframe Basics : Getting Started with RACF-(New Addition)
-->Coverage includes:

*Mainframe basics: logging on, allocating and editing data sets, running JCL jobs,
*using UNIX System Services, and accessing documentation
*Creating, modifying, and deleting users and groups
*Protecting data sets, UNIX file system files, databases, transactions, and other resources
*Manipulating profiles and managing permissions
*Configuring the mainframe to log security events, filter them appropriately, and create usable reports
*Using auditing tools to capture static configuration data and dynamic events, identify weaknesses, and remedy them
*Creating limited-authority administrators: how, when, and why


~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*
Links collected from Syntel Orkut Community(Thanks to Mr.Arun)
I hope these downloads would help students placed in various software companies.
Please leave your comments below to let me know your view about this blog and this post.All The Best

22 July 2008

New FRAUD strategies - Keyboard


Attention Please

PLEASE BE CAREFUL WHENEVER YOU'RE USING A PC AT A PUBLIC PLACE (Like INTERNET CAFES..ETC).
CHECK THE BACK OF THE PC AND SEE IF THE BELOW DEVICE IS THERE..IF SO..DO NOT USE IT!!!!








New storing device fits at the end of the keyboard cable connecting to the PC specialized to save all typed keys in it…
Mostly could be used in net cafes, exhibitions, hotels and airports therefore be careful especially the people who use the internet in these places to enter their bank accounts online or any other important sites.
After you enter the bank account and leave the PC it will be easy to open your account again as all what you have typed has been saved in the Black device.
Therefore, you should check the PC for any suspicious piece behind it before using the net in public places for important sites.

26 June 2008

Fast Dial: A Firefox Add-on


Am back once again with a feature on Firefox.This time not with any version blah-blah.lolzzz
But recently i downloaded a new add-on for Firefox 3.0. This add-on is called as FAST DIAL.
Its really an amazing add-on i have come across.Once the add-on is installed,next time you open a new Firefox window/tab,the default about blank window will be replaced by so many thumbnails.Now the question arises what are these thumbnails.At the beginning these thumbnails are blank and need to be configured by you.Actually these thumbnails represent for the websites that you visit regularly.You can save all the websites that you visit most often as a thumbnail for fast dialing.There are many other options provided to you by fast dial.
from the snapshot above it must be clear to you freaks how a new window/tab will be looking like.Click "READ_MORE" below to know about FAST DIAL add-on in detail


ADD FAST DIAL TO FIREFOX


*Fast Dial replaces "about:blank" page with a panel of thumbnails of your favorite sites. Click on an empty cell, assign a site URL, click OK - a thumbnail will be generated for a site. You can also add sites opened in browser or existing bookmarks by right-clicking them and choosing "Add to Fast Dial" from context menu.
*By checking "Group" checkbox in thumbnail properties you can create groups of nested thumbnails.

*You can change thumbnail's position by drag-n-dropping it. (Hold Ctrl while dragging to move thumbnail into a group.)
*Left click on a thumbnail title opens "Properties" dialog. Middle click on thumbnail title runs thumbnail refresh.
*Alt+number keyboard shortcut opens assigned site.
*If you move mouse over thumbnail's top, a panel of graphic buttons appears.
*To view zoomed image press left mouse button and hold it for a moment.
* You can customize Fast Dial page colors & font in Preferences.

FAQ: http://telega.phpnet.us/fastdial/faq.php

Support:
- English: http://forums.mozillazine.org/viewtopic.php?t=586147
- Russian:
http://forum.mozilla-russia.org/viewtopic.php?id=19463
- Author: telega gmail com, blog: http://telega2.blogspot.com
-Works with: Firefox: 2.0 – 3.0.*



22 June 2008

FireFox 3.0


Initially I wasn't much used to Mozilla Firefox.I dint know the user friendliness of it.One of my friend introduced me to this wonderful browser.From then on I have been into it completely.Slowly I came to know about most of its features and many features are yet to be explored.It has best themes/addons which gives it the best and the cool look.Currently am using the theme called "NASA NIGHT LAUNCH". I liked this theme very much because of its dark look.Recently Mozilla have come out with its latest version Mozilla 3.0. I have downloaded it and it's really cool.Believe me u gotta love it.Click "Read More" below to know more about MOZILLA 3.0

DOWNLOAD MOZILLA 3.0

Firefox 3.0

The award-winning Web browser is better than ever. Browse the Web with confidence. Firefox protects you from viruses, spyware and pop-ups.

Enjoy improvements to performance, ease of use and privacy. It's easy to import your favorites and settings and get started.

The latest version delivers easier navigation for everyone, including those who are visually or motor-impaired. Firefox is the first browser to support DHTML accessibility, which, when enabled by Web authors, allows rich Web applications to be read aloud. Users may navigate with keystrokes rather than mouse clicks, reducing the tabbing required to navigate documents such as spreadsheets. Firefox is also the first browser to meet US federal government requirements that software be easily accessible to users with physical impairments.


31 May 2008

Yahoo Messenger : New target for Hackers

Hackers have found a new target after e-mails. Instant messenger’s are the new target for hackers as they are not treated as vulnerable and hacker attractor’s by most of the people compared to e-mails.


Eweek has reported multiple vulnerabilities in Yahoo Messenger which hackers can use to remotely execute code.

“Upon learning of the issue, we began working on a fix,” Yahoo! spokesperson Terrell Karlsten tells eWEEK. She declined further comment until she had more details.



A Yahoo! spokesperson confirmed the company is looking into a buffer overflow issue in an Active X control. The company also said the vulnerabilities, which have obtained a rating of “high” by eEye Digital Security, were reported to Yahoo! on June 5 but are not known to have been exploited. Version 8.x of Yahoo! instant messaging (IM) client is at risk.

In addition, officials from security research firm Secunia say, a boundary error within the Yahoo! Webcam Upload (ywcupl.dll) ActiveX control can be exploited to cause a stack-based buffer overflow by assigning an overly long string to the ‘Server’ property and then calling the ‘Send()’ or ‘ Receive ()’ method.

A study by Akonix Systems in San Diego (May 2007), a provider of instant messaging security and compliance products, uncovered 170 IM threats—an increase of 73 percent when compared to the number the company found between January and May of 2006.

What is an ActiveX

According to wikipedia

ActiveX is Microsoft Technology used for developing reusable object-oriented software components. ActiveX is an alternate name for OLE automation, not a separate technology is incorrectly assumed by many. While the term “Automation” refers to the overall technology, “ActiveX” refers to the objects that can be created and manipulated using Automation.

Due to Internet Explorer and Visual Basic’s popularity in the late 1990’s, many people incorrectly assume that all of ActiveX is related to ActiveX controls. An ActiveX control is a special type of ActiveX object that is designed to be used similar to a plugin. The most common use of ActiveX controls is to build plugins for Internet Explorer.

09 May 2008

Understand Bank Guarantee Process Before Joining Satyam

I am writing this for those of my Satyamite Colleagues who have not understood the bank guarantee process.

WHAT THE GUARANTEE IS:
If you are going to join Satyam Computer service as a fresher,then you will have to show a bank guarantee of Rs.2 Lakhs for first two years of joining.If you leave satyam before the mandatory period(2 years) then your money is handed over to satyam.

HOW TO GET A BANK GUARANTEE:
This bank guarantee is available from SBI.Humaun Nagar branch,Hyderabad.
To avail the bank guarantee of two lakhs you can do--->

1)Fixed deposit of Rs. 2 Lakhs in SBI for 2 years
OR
2)Take a loan of Rs 2 Lakhs from SBI

(Bank guarantee charges Rs.2500)

IF OPTED FOR FIXED DEPOSIT

If you have rs 2 Lakhs in your hands. then you can go for this option.
Just collect a bank draft in favor of, SBI, Humaun Nagar Branch, Hyderabad of rs. 2,02,500/- Rs.2500 extra for bank guarantee charge] & submit it in the destination bank.you will get a Sealed Envelope from that bank official.You will have to submit that envelope to Satyam while reporting.


AFTER 2 YEARS YOU WILL GET:- Rs 2 lahks+intrest ~ Rs.2,36,000

IF OPTED FOR A LOAN

If you don't have that money( Rs. 2lakhs),then you have to go for this option.Just find a person whose income is more/equal to 2 lakhs/annum and agree to sign as guarantor.
Then just do the following:-



STEP 1:-

Go to nearby SBI Branch with all the documents along with the guarantor.
Click "READ FULL POST" below to access the full post

DOCUMENTS NEEDED:-
1.Bank guarantee format (just get a soft copy and get the print out)
2.Identification and address proof of self and the guarantor(xerox with original)
a)you and guarantor have to show VOTER ID CARD or PASSPORT or PAN CARD or DRIVING LISCENCE .....as identification proof.
b)you and guarantor have to show VOTER ID CARD or PASSPORT or PAN CARD or DRIVING LISCENCE or TELEPHONE BILL or ELECTRICITY BILL...as address proof.
3.latest salary certificate and form 16 of guarantor....as income proof of guarantor
4.passport size photograph of both you and guarantor.
5.Demand draft of Rs.2500/-

STEP2:-

The local SBI bank official will verify the documents and attest with bank seal,his signature.........etc on the form 1(page 4) and will hand over the entire document to you


STEP 3:-

Submit the documents in the destination branch, SBI ,Humaun Nagar Branch,Hyderabad.
there the bank official will give you the sealed envelope


STEP 4 :-
Submit the sealed envelope to Satyam at the time of reporting.


now your bank guarantee formality is done


EMI(Every Month Installment) SCHEME FOR LOAN

There are a number of EMI schemes.The most popular schemes are:

(1)You can chose to pay Rs. 5,460/- P.M.
In such case you will get back Rs. 1,20,000/- at the end of 2 years.

(2)You can choose to pay RS. 2,500/- P.M. for 24 months at the end of 2 years you will get back Rs. 36,000/-

(3)You can also opt for payment of RS. 1250/- but at the end of 2 years you will not get any thing.

Note:-Dear friends, I have written this on the basis on what have understood after reading the main bank format. You can verify yourself if you have any doubt. I hope my effort will be fruitfull

29 April 2008

Chaos Chaos Everywhere!!!


Chaos Chaos Everywhere..This isn't any phrase from any poem.it is something which is related to we engineering final years.The final countdown has begun.Final semester exam dates has been announced.project presentation and demonstration dates has been announced.Various postponed tests are going on.Nothing is going well.A lot of task to be completed in a limited time available.Well confused on what the header is all about. It has to do something with my groups final year project work.Being an electronics student I always was interested in developing some system related to communication field.So when we had to select a project for our sixth semester course,which is just a mini project work,my group of five members decided to develop a system related to communication.Our search finally ended on a paper which discussed about sending data's through lasers.It sounded quite interesting.Sending information using LASER BEAM as a communication channel..Yeppie...sounds cool na...but we made up our mind to take this as a challenge and work on this project..It was really a tough task to completely accomplish this task of sending data's through laser beams.there were many issues which was needed to be resolved.but at the end of the semester we were successfully in developing a tranciever system which was able to transmit text files between two computers at a distance of few kilometers.but due to the time constraint we were not able to configure the system to transmit various kinds of data such as mp3 files,word files pdf files etc..Also we successfully developed a software for our communication system which was actually written in C language.The purpose of this software is to build an interface for making a real time chat possible between two computers using the laser beam as the channel for data transmission.It was all fun chatting through our system.It was like our dream come true.this was the story of my groups mini project work.Main project was yet to come.Main project was required to be completed in a time period of two semesters.Our search for a main project ended when our Project Co-coordinator suggested a communication system using chaotic signal as a carrier.Sounded cool.Chaotic Signal..Hearing it for the first time.
We referred some of the journal on the chaotic signal.it sounded really interesting.So finally we settled on this particular project named "FPGA BASED CHAOTIC COMMUNICATION"..It was really fun during the entire project phase.We enjoyed and learned a lot.We were able to learn FPGA kits available in lab.Generation of chaotic signal was a tough task.We chose to write VHDL codes for generating the chaotic signal.Our project guide and an external guide helped us through to successfully write the codes for the chaotic signal generator system and also the entire transmitter system.But due to the time constraints we were forced to restrict ourself to developing only transmitter section of the communication system.And we were successfully able to develop the transmitter system using Xilinx ISE tool and the simulation was too successful.But due to a lot of semester exams interfering in between the project works we couldn't implement the system on FPGA board.But after final semester exam our group is planning to configure the logic Analyzer available in our VLSI Lab and implement the system on FPGA board.Also our project guide (also the department HOD) has asked us to submit the paper about our project to some national & international paper presentations.
So a part of our group is also working hard to bring this into reality.

20 April 2008

Search-within-search by Google


Now,Google is taking a greater role in helping users search within particular sites.The company has introduced a search-within-search feature that lets users stay on Google to find pages on popular sites like those of Wikipedia.NewYork times etc.The search box appears when some one enters the name of certain web addresses or company names-say "best buy"-rather than entering a request like 'cellphones'.
The results of search are almostall individual company..pages.
The problem is that when someone enters a term into that secondary search box,Google will display ads for competing sites,thereby profiting from ads it sells against the brand.Though the feature helps users save step,there are trade-offs for web publishers and retailers.While the service could help increase traffic.

14 April 2008

DOWNLOAD LINKS FOR ADHYAYAN/BANK GUARANTEE/VIRTUE ID

Links for your needs...
.
.
In .rar format

>for Adhayan material : h**p://rapidshare.com/files/103899528/Adhyayan_Rar.rar

>for Bank Guarantee : h**p://rapidshare.com/files/103901116/Bank_Guarantee_Process_Rar.rar

>for VirtueID pictures : h**p://rapidshare.com/files/103902147/Atul_Rar.rar


In .zip format

>for Adhayan material : h**p://rapidshare.com/files/103900862/Adhyayan_Zip.zip

>for Bank Guarantee : h**p://rapidshare.com/files/103901240/Bank_Guarantee_Process_Zip.zip

>for VirtueID pictures : h**p://rapidshare.com/files/103902543/Atul_Zip.zip


>for Book List : h**p://rapidshare.com/files/103901772/Satyam_Books.doc


Replace h**p by http and enjoy downloading your needs.
Anything else you want COMMENT BELOW...
Have a nice time

FURTHER READINGS:-

SATYAM FRESHERS HELP_DESK:-

HELP_DESK PART 1


HELP_DESK PART 2


HELP_DESK PART 3


VIRTUE DETAILS AND E-SUPPORT HELP

For Satyamites:- e-support or virtue ID details

N.B :-(* i credit Atul Baldi (satyamite...joinin in 2007) for this research n posting these answers)**this material is taken frm "satyam" community...for our help...

FURTHER READINGS:-
FRESHERS HELP_DESK:-PART 1

FRESHERS HELP_DESK:-PART 2

FRESHERS HELP_DESK:-PART 3

DOWNLOAD LINKS FOR ADHYAYAN MATERIALS/BANK GUARANTEE DETAILS/VIRTUE PICS


Mistakes done while filling details can’t be corrected if submitted once, but don’t worry you can correct these mistakes at the time of reporting.
Almost every new joinee faces so many confusions while filling it, so I want to clear those confusions.
First of all, you will get your virtue ID and password, within 2-3 days of receiving your OL else you can mail helpdesk with your ref. no. and ask them to send ID and password. To access e support, open https://esupport.satyam.com and sign in then accept offer, yea always do this thing as soon as you can after receiving ID and password, I have heard some cases of postponement of joining in case not accepting it, even in neutral cases too i.e. you don’t click on any, accept or reject. Now turn to fill all details, you can do this thing anytime, as once you have replied regarding acceptance of offer, you don’t need to worry, but better to complete all formalities well in time .
Mistakes done while filling details can’t be corrected if submitted once, but don’t worry you can correct these mistakes at the time of reporting, but try to submit details only when you are confirmed about things filled by you and you have checked it twice atleast.
One more thing, so many joinees face problem regarding e support like some message and not opening, in that case you need to do a mail to helpdesk mentioning the problem and you will get your problem solved.


1. Associate Details:
~
1.1 Personal Annexure: It’s as simple as it seems . Fill information asked there.
~
1.2 Personal Details: It’s again as straight as above one, however some joinees face confusion regarding address, so you have to fill Permanent address same as written in Ration card, Passport, Voter ID card, in case of all differing, choose address written in Passport and then Present address isn’t a big deal.

2. HR Records:
~
2.1 Educational Details: First of all fill Secondary (10th std.) details, then Higher Secondary (here you have to fill +2 details i.e. 11th and 12th) and then Graduation details and Post graduation (if you have done it).
[Percentage in Higher Secondary is calculated by averaging %age of 11th and 12th and time period is sum of both.]
~
2.2 Family Details:
2.3 Passport Details:
2.4 Driving License Details:

These all details are too simple.
~
~
2.5 Skill Details: In this section you have to fill your skills in which you have work already in past or have some knowledge or working proficiency. To know more about primary, secondary, trained and project acquired skills click on skills details , which is written there in last column of table. However as much as I heard from seniors, Satyam doesn’t consider this detail of yours in allotting field and project .



3. Nomination forms:
Nominees are persons, who will get all your salary dues, insurance and other claims, gratuities, in case something accidental happens with you. Generally you can opt either of your parents or both. As nominees may ask to come at Satyam office so it depends on you whom you want to opt (thus generally joinees opt Father as only nominee), and regarding to percentage you can give any percentage to any nominee (if you opt more than one) but sum must be equal to 100.

I hope my efforts will guide new joinees a lot.( all the best)

SATYAM FRESHERS COMMON QUERIES:- PART 3

PLEASE READ HELP:-PART 1

PLEASE READ HELP:-PART 2

DOWNLOAD INFORMATION:- DOWNLOAD LINKS FOR ADHYAYAN MATERIALS/BANK GUARANTEE DETAILS/VIRTUE PICS

8. Pretraining Studies:

This is the question asked by so many joiners coz they have lot free time between their joining and last exams of Grad or some try to be sincere with starting of their career, but luckily here answer is enjoy your holidays , yeah, you just need to study only those 4 basic subjects mentioned at Adhayan i.e. C, DS, OS & DBMS. Because you don’t know in which you will be trained, it’s a procedure which decides your further working field, A number game e.g. they have 3 fields...C (given no. 1), C++ (no. 2) & Java (no. 3) and you have to choose one of the numbers between 1-3 (here you don’t know which no. stands for which field) and hence you get your training and working field, However if you wish you can exchange your field (Obviously if one of the your fellow in that field is ready to replace you), keep in mind can’t be changed only exchange is possible. So you know now how to prepare for Satyam and in which field.

8. Regarding Dress Code:

For Guys & Gals

Guys:

Mon-Fri: Tucked-in Light Color Shirt (preferably plain OR very light lines/checks), Dark Trouser, Dark color sox (white sox not allowed at all), Leather Shoes (Black / Brown) - no slip-ons.
On Tuesday: Neck Tie is mandatory.
Saturday : Informal/Casuals, which includes Tucked-in Shirts & T-shirts (only collared), Trousers, Jeans (NOT with tears & ragged edges), Leather shoes, sport shoes(no sandals, chappals, slippers).

Gals:

Mon-Fri: Indian Formals: Salwaar Suits, Saree, sandals.
Western Formals: Trousers, Formal Shirts, Full Skirts, Leather Shoes.
On Tuesday: Saree OR Western Formals are mandatory for Gals.
Saturday: Full Skirts, Top, Trousers, Collared T-Shirts, sandals (+ Gents informal attire)

Hope this info is useful...

Yes, during seminars, associate has to come with Tuesday attire (even on Saturdays)


9. Bench period:

First of all let me explain, what is Bench-Period?? It’s the time period between End of your training period and allotting you a group with project...I hope you get, yeah you don’t immediately get project work just after finishing of your training, you have to wait for it, as much as I heard about Satyam, Its average bench-period is 3-4 months...starting from 1-2 days up to 7-8 months, depends on your luck mainly, field and availability of project in that field and few more which are not in your hand.
Generally people call this period as Honeymoon period at Satyam, However I haven’t experience it and wish not to have it. In this honeymoon... period, you have to go office daily as all employees do and give your attendance and have to sit there around 1-3 Hrs. and then you can go back to home or some times they can ask you to sit there and do studies at Satyam Learning World (SLW), and no doubt you get same package here as if you are in any project team else incentives.... So better work hard during training period and too pray hard to the God...

SATYAM FRESHERS COMMON QUERIES:- part 2

Please Read HELP PART 1

Continue With HELP PART 3

DOWNLOAD LINKS FOR ADHYAYAN MATERIALS/BANK GUARANTEE DETAILS/VIRTUE PICS

6. Regarding Medical test :

However you can give the Medical test at HYD too, but if u get it done at else where (Satyam has mentioned 8 centers through out India in your OL) you just have to get it at least 2 days before joining. Its very simple procedure and as much as I know either free or with a very nominal charges. If by chance you failed to this test they call you some time later and again take your test...On the basis of failure Satyam don’t throw out any one, your joining may be postponed until you get it clear.

7. Regarding Bank Guarantee (BG):

Here again Satyam is no tension company... ..bond is just to ensure tat u will stay @ Satyam atleast 2 yrs and nothing hidden there behind it...however if u leave Satyam midway...it may become a complex procedure....else not to worry at all...and I am sure this post going to relieve all a lot...its most wanted information... ...However reading Bank format can help you a lot...although I am writing few main points here...

So there are 2 methods for BG: Either deposit 2 lakhs cash as FD or you can take loan...

1. Payment of full Deposit money of Rs. 2,00,000/-.
If you deposit / or bring DD for Rs. 2,00,000/- along with Rs. 2,500/- BG Commission.
BG will be issued by SBI at Hyderabad.
At the end of 2years you will get back approximately Rs. 2,36,000/-
No need to do any formalities at your place. Only fill up Form NO. III and being DD / or FD Receipt. One day before to place of reporting (Place of reporting only). i.e., if you place of reporting is Chennai you bring that to Chennai Satyam Office and if it is Hyderabad, then to any one of the addresses given in the Format.

Regarding Bank Guarantee...contd...
2. If you can not bring Rs.2.00 lakhs, you can take a loan of Rs. 2,00,000/-
For This You need to identify one Guarantor who is good for Rs. 2,00,000/-
Or Two guarantors each one is good for Rs. 1,00,000/-
The Guarantor can be any body , Uncle / Parents / or Friend .

Guarantor should have
i) Form 16 OR IT Return OR Sufficient proof of Income.
ii) Photo Identity
iii) Address Proof

The Guarantor need not come to the place of reporting. If the Guarantor can not come to place of reporting
a) He should be taken to the nearest SBI in your town.
b) That SBI Branch will attest the signature of the Applicant and Guarantor on Form No. I.
If you face any difficulty at the branch, please contact
99490 98401/ 9949322692/ 9848604639
9989502346/ 9989502347/ 9989502348
they will talk to that SBI Branch.
c) That Branch will give back the Forms by putting in a cover.
The candidate should bring that cover to the place of reporting one day before along with Rs. 2500/- DD favoring S.B.I.
BG will be issued at the place by of reporting.
Loan / FD/ BG will be given at the place of reporting only.

d) The loan can be repaid as under:
You can chose to pay Rs. 5,460/- P.M.
In such case you will get back Rs. 1,20,000/- at the end of 2 years.
You can choose to pay RS. 2,500/- P.M. for 24 months at the end of 2 years you will get back Rs. 36,000/-
You can also opt for payment of RS. 1250/- but at the end of 2 years you will not get any thing.
Hence, we suggest you to opt for Rs. 2,500/-




Now...Not many people know this but bank guarantee from any nationalized bank is allowed. You can call the helpdesk and confirm it. For e.g. If you go to bank of India and they can issue you the bank guarantee for just a deposit of 50,000, that is 25% of the guarantee value. BUT not all banks may agree to do this, if u have goodwill with some bank or your father works there or you know the manager then the bank may give it for 25%. Mostly banks take full deposit but it’s up to your contacts. 25% is the minimum that a manager can do with his powers but you need some goodwill or such thing. ANY NATIONALIZED BANK IS ALLOWED. Format of bank guarantee is IBA format (INDIAN BANKER's ASSOCIATION format) if you go to any other bank than SBI just tell them this thing...

SATYAM FRESHERS COMMON QUERIES:-part 1

Hello Friends,
here I have arrange all information for new joiners like me, because repeatedly there is a confusion in every new joiners mind. Get solution to your problems instantly....this all information is right to best of my knowledge but in case of serious matters better to ask someone official...... I don’t have any practical experience till now...but this is all which get from ORKUT communities and seniors...

NB:-(* i credit Atul Baldi (satyamite...joinin in 2007) for this research n posting these answers)**this material is taken frm "satyam" community...for our help...

CONTINUE WITH HELP:-PART 2

CONTINUE WITH HELP:-PART 3

FURTHER READING:- E-SUPPORT & VIRTUE DETAILS

DOWNLOAD LINKS FOR ADHYAYAN MATERIAL/BANK GUARANTEE/VIRTUE PICS

1. Regarding Offer Letter (OL):
Leave comments if you have any querry.
Once you got selected for Satyam means your name has been declared in final list at your selection drive, then you need not to be worry about your Offer letter at least for 2-3 months and then Satyam sends you, your OL through mails only and generally to complete batch so if your batchmates start getting OLs and even after about 1-2 months passing of that you don’t get your OL, you must contact to help desk at helpdesk@satyam.com or call to 1800 345 4004 Satyam help desk extension is 5 for joining helpdesk that will solve your problem surely...and keep this in mind Satyam gives OL through mails, i.e. only soft copy...hard copy will be given to you at the time of reporting..., so All the Best.

2. E-support & related formalities:

Generally you get your Virtue-Id with OL or very soon after receiving your OL. By this Virtue-Id you can log on to www.esupport.satyam.com , where you have to fill a lot information about you...if don’t do that, no worry at all you will have to fill all these things at the time of your joining... , yeah on the joining day you get forms, which are directly printouts of record of your these accounts so better to feel a bit comfortable there fill them at home......here again if you facing any problem regarding virtue-Id...Its better to contact helpdesk...and you are advised to contact them between 10 AM-1 PM on work days for getting quick response...
More On This Post-
4. Regarding Advancing & postponing DOJ
5. Regarding Adhayan I-d & password.

3. Package:

Now about package, Although Satyam mentions your package in your OL with full details you must refer to it and another thing is that at Satyam, people have same package in training duration too and what you will get in hand depends on your designation and salary mentioned in OL...coz Salary offered to you depends on your designation and your Institute’s band in Satyam (i.e. IITs, NITs, Others)...

4. Regarding Advancing & postponing Date of joining (DOJ):

However acc. to best of my knowledge advancing DOJ is not possible, yeah but you can get it postponed. For this you have to contact HR person mentioned in your OL or any other and then you can tell him/her proper reason for postponing your DOJ, how’s simple it is??...

5. Regarding Adhayan I-d & password:

Adhayan is Satyam’s online study centre, containing notes of some basic subjects like C, DS, OS & DBMS. To access it at http://svl.satyam.com/Adhyayan , you need I-d & password, which you will get through mail, about 1-2 months after receiving your OL. There they calculate your time spend on site and have a record of it and you have some online tests too, to evaluate yourself, you can give at most one test a day and they keep the track of your test scores too...but, but the thing is that it never gonna affect you at Satyam else increment in your knowledge means it doesn’t matter in your joining.