Wednesday, October 6, 2010
Wednesday, September 22, 2010
Asp.net website in minutes | create website online asp.net | create c# websites online | create new websites | create personal websites | create professional websites | create professional websites online
The second step is the main process in 4D where all the pages including Aboutus, Gallery, Contact Us, Feedback and more are created. The user shall customize the contact us form and feedback form by placing several controls like text-box, text-area, check-box and radio buttons. There is no limit on creating controls. On contact us form the user can place their address to locate them on Map, also the email sending portion are configurable. The email can be send using your SMTP server or even you shall configure with gmail mail server. All the configurations and developments are done on simple button clicks.
User Shall also create their own photo gallery by use of admin panel which was secured by user-name and password. User shall create unlimited photo albums with unlimited photos. All the photos and comments are can be edited and deleted, and even the albums are deletable too. The preview of all your work can be instantly previewed by clicking the preview button on the top left. All the menus links are editable and can also be disabled.
The third step is where the user shall deploy the final edited code on their server by just entering their ftp URL, user-name and password but this shall be skipped if the user is not interested. The ftp details are securely processed by StesCodes and we wont store your ftp login information's. And the final step is download where you shall download your final source code. The project which you created on 4D will be available and shall be accessed only for 15 days by using your email id.
Sunday, September 12, 2010
Friends Inviter Twitter Facebook and more using Asp.net, VB.net
- Stescodes uses no exe’s
- StesCodes uses no user redirection for permission
- StesCode source code will work both in shared and dedicated servers
- StesCodes provides code update
- Uses no OAuth
Wednesday, August 25, 2010
Fetch Contacts from mail servers | Fetch contacts from Social networks | fetch contacts from desktop applications
Sometimes uses will have difficulty in integrating DLL with their code, in order to help them for those situations we provide web service to help in grabbing service. We have contact grabbing services for many social networking sites like Facebook, Myspace, Orkut and more. Example to fetch contacts can be found here.
How it works:
StesCodes provides DLL or webservice for fetching contacts, all you have to do is just add the reference of those and then pass the username and password to appropriate functions and the return type is collections which contacts contacts.
1. Stescodes uses no exe’s
2. StesCodes uses no user redirection for permission
3. StesCode source code will work both in shared and dedicated servers
4. StesCodes provides code update
5. 100% UI customizable
6. Uses no AOth
Tuesday, August 10, 2010
Contact Grabber for .net WinForm and WebService
Wednesday, July 21, 2010
StesCodes Contact Grabber Version 3 - Asp.net & VB.net
Featured Services:
1. Goggle Wave
2. Opera
3. Orkut
4. Evite
5. Kodak Gallery
6. BigString
7. Mail2world
Note: Featured services will be live in 2 days.
Wednesday, July 14, 2010
Grab Facebook Contacts, export facebook contacts asp.net c# or import facebook contacts asp.net
Yes its
StesCodes facebook contact grabber can be used in import facebook contacts feature, send invite to all your facebook contacts feature and so on. And you shall also customixze it. StesCodes provides the source code with a dll and with few instructions on how to implement this feature.
Click http://www.stescodes.com/grabcontacts.aspx to view the link
Note: Since Facebook is not providing this service, we use the yahoo importing feature to import contacts. So some times facebook will ask you for authorization while you access your contacts, and you know this activity is familiar because you tried for importing your contacts so just go to facebook and identify yourself and click "familiar i recognize it", from the second time it wont ask that.
Thursday, July 1, 2010
Grab Outlook, AIM, Mail.com, Indiatimes contacts using Asp.net & VB.net
Click here to download the source code http://www.stescodes.com/grabcontacts.aspx
| |
| |
| |
Sunday, June 6, 2010
LinkedIn, MySpace, Plaxo, RediffMail and FastMail Contact Grabber asp.net C#
StesCodes presents the code to grab contact email address LinkedIn, MySpace, Plaxo, RediffMail and FastMail from external/your website using Asp.net/C#. Stescodes uses no EXE's or WebService to grab contacts, so this code will work in all server even its a shared or dedicated and easy to implement and no postback required. All you have to pass username and password to function by referring an DLL. Its very easy and the loading time to grab the contacts is very less. View online demo here or http://www.stescodes.com/grabcontacts.aspx
Click here to download source code
| | | |
| | | |
|
Saturday, May 15, 2010
How to set a div automatically scroll to bottom using javascript
View demo here
Friday, May 7, 2010
StesCodes - CAPTCHA using Asp.net and C#
Click here for demo
StesCodes process this CAPTCHA so securely. The text or number in image is so clearly visible so that user can able to submit they presence easily. Reattempts can also be done. StesCodes CAPTCHA is nothing but a character recognition procedure to validate the human from software.
Click here to download the source code
Wednesday, April 28, 2010
How to set MouseOver Color and background color for listbox dynamically
Click here to see demo and to download source code
Wednesday, April 21, 2010
Retrive Gmail, Yahoo, AOL, MSN, Hotmail contacts
StesCodes presents the code to grab address contacts of Gmail, Yahoo, AOL, MSN and Hotmail from external website using Asp.net/C#.
- No DLL's required
- No EXE's required
- Works in shared and dedicated server too
- Easy integration
- Able to extend the code easily
View online demo here
Monday, April 19, 2010
Grab Contacts Gmail, Yahoo, AOL, MSN and Hotmail using Asp.net and C#
Now a days in all Opensocial Networks they use a feature
StesCodes Recurring Payment - website payment pro using Asp.net
When you use PayPal Subscriptions and Recurring Payments, your customers can purchase automatically recurring subscriptions from your website. StesCodes provides the easy way to integrate code for PayPal Subscriptions and Recurring Payments using Asp.net. StesCodes provides the source code for performing the website recurring payment from you own website. So inorder to setup recurring payment paypal the first thing is to get a paid service with paypal called website standard pro, after that the next step is to get the username, password and signature which you can see after you activated the API |
The diagram shown above works by, when a customer uses credit card the first step is to get a token from the PayPal server. Once the token is received the next step is to get all the credit card details and the shipping details from customer. Then we need to pass all the information to PayPal through SOAP API. PayPal will send the response about the recurring with a profile ID. The profile ID is the key, so its better to store it somewhere may be in database. Because we are not doing direct payment but recurring, so we will receive two response from PayPal later. The first response is regarding the recurring profile creation completion and the second is the activation of the recurring profile. All these two response will be notified through a process called IPN where PayPal will send response to a particular url which we have to specify in the PayPal website settings and the IPN settings should be ON. The next step is to capture the IPN notification from our website which contains the profile id, amount and all details about the recurring payment, by using those details we can match the profile id with the profile id which we store before and process according to that, for example activation of the customer account etcs. |
Click here to download the source code |
StesCodes Encryption / Decryption Algorithm Using Asp.net
This algorithm follows the concept of data compression method, the below is the diagrammatic representation |
Encryption is the process of transforming information or data using an algorithm to make it unreadable to anyone except those who implements it, usually referred to as a key. In our case in order to add more security we add with a constant number. The output of encryption process is called ciphertext. In order to make the unreadable encrypted text to eadable text we use a process called decryption which is a reverse process of encryption technique. Stescodes encryption / decryption algorithm which was developed for Asp.net, C# and VB.net. In stescodes algorithm it uses a algorithm technique which is called compression techniqe and shift operations, finally adding with a key value inorde to add more security. In the part of decryption stescodes uses the same technique in reverse order that is minus with the key value and decompress. |
click here to view demo |
click here to download Source Code |
Online iPhone Wallpaper Converter for FREE
Using StesCodes’s Online iPhone Wallpaper Converter you can easily customize your photos taken from your digital camera or from other photo source in to iPhone wallpaper. StesCodes provides you a wonderful option to crop the uploaded image so that you can able to select the best spot for wallpaper and for the users don’t like to crop can use the original image as wallpaper!
Finally it's very easy to download the wallpaper by clicking the download button or by Right click on the image --> click on "Save target as" or "Save image as" to download.
Enjoy downloading and converting iphone wallpapers.
SegalTube Player-A customized YouTube
Online iPhone/iPod Wallpaper Converter
Segal Tube Player
- Plays videos in repeat Loop
- Create Multiple play list
- Plays whole playlist videos in loop
- New Look and feel
- Fast & reliable