NFL 2013 Prediction College Football 2013 Prediction
Predict Football 2013
Random Photos
Back to साझा Techies
CHAT with others with similar interests



~   साझा Techies ~
  Recently I was working on some projects ...[ne0]       09-19-10 [12:19 PM]
   How many of you have checked out JQUERY? ...[ne0]       09-19-10 [4:38 PM]
     nEo the stuff you have created for ramjh ...[walkahead]       09-19-10 [8:54 PM]
      Hi Walkahead,After you unzip the zip fil ...[ne0]       09-20-10 [7:13 AM]
       thankz Neo ...[walkahead]       09-20-10 [8:51 AM]
        Important: ASP.NET Security Vulnerabilit ...[ne0]       09-20-10 [9:54 AM]
         http://www.blogohblog.com/cool-javascrip ...[ne0]       09-21-10 [2:45 PM]
          A new project called Diaspora has been i ...[ne0]       09-28-10 [1:26 PM]
           First, My thanks go to Neo, I finall ...[Geology Tiger]       01-05-11 [10:54 PM]
            Thanks Mav for not understanding. Actual ...[Geology Tiger]       01-22-11 [8:29 PM]
             Is there any way to greet the user with ...[default061]       01-22-11 [9:48 PM]
              if login was successful use the username ...[prankster]       01-24-11 [1:53 PM]

Welcome to all Techies & Web Junkies;

There are a lot of resourceful Nepali techies who are very good at what they do. There are many aspiring techies who are very quick to learn new things. Internet is a vast resource of knowledge and many times one small pointer makes or breaks someones jeal to learn, produce and benefit in some way. This resource is provided by sajha to everyone interested in technology, programming, designing, creating and learning. Please be sure to check a sub category of your posting so that it's easy to navigate for others who can benefit from it.

In addition, this interest group has been created in the interest of helping out general computer users who have problems with their computers and have very little knowledge on how to tackle it.

ne0 19-Sep-10 12:19:20            Login in to Rate this Post:     0       ?        
Posted under: JAVASCRIPT RELATED

Recently I was working on some projects and found some really cool stuff that is easy to learn and implement. So I decided to create a new kind of interest group like Chautari where people interested in Technology can share, post and learn from each other.

First thing I wanted to share was cool photo album code that you can utilize quickly to make great looking photo albums.

For example you can take a look at the upgraded RAMJHAM photo album of ANA Fashion show. You can click here to check it out.

In the internet and technical world, you are as good as what you can find. For that, you need to know what to search for since there are millions of sites out there!

For this tool, I searched for Jquery photoalbums and found many cool tools but the one I implemented on ramjham was from site: http://galleria.aino.se/

I had thought of having a hangout place for techies in sajha but never got to it, thanks to dekchidriver for giving a nudge.

Last edited: 19-Sep-10 01:03 PM
ne0 19-Sep-10 16:38:27            Login in to Rate this Post:     0       ?        
Posted under: JAVASCRIPT RELATED

How many of you have checked out JQUERY? It is absolutely amazing for those interested in web design. It's a framework of javascript where everything is made 10 times easier to do. Just have to get used to few syntax and then smooth sailing. You can get started at http://jquery.com

walkahead 19-Sep-10 20:53:07            Login in to Rate this Post:     0       ?        
Posted under: WEB TECHNOLOGIES

Do you have any tool for the creation of same kind of Photo Album in asp.NET??

walkahead 19-Sep-10 20:54:57            Login in to Rate this Post:     0       ?        
Posted under: ASP/ASP.NET

nEo the stuff you have created for ramjham was really kool.. I don't know JavaScript.. if there any kind of coding tutorial for same kind of functionalities in ASP.NET

ne0 20-Sep-10 07:13:42            Login in to Rate this Post:     0       ?        
Posted under: ASP/ASP.NET

Hi Walkahead,

After you unzip the zip file, go to Demo folder and rename classic-02.html to index.aspx. Then in this file clear out the div tag with ID galleria. So the div container now looks like following.

<div id="galleria">
</div>

You have to use the VBscript to loop through you images and thumbnails now. You can either put all image names and path in database table and loop through it or you can put it in a folder and have vbscript loop through the folder content.

Your final div will look like following:

        <div id="galleria">

       <!-- Pseudo Code -->
      < START Looping through your files and thumbnails and output it as following>
            <div>
                <a href="[Main File Location]">
                    <img src="[ThumbNail Location]">
                </a>
                <!-- you can add html captions like this : -->
                <strong>[Add caption for looped image or it can be the same for whole album you can even add other html tags like links here]</strong>
            </div>
        <END OF LOOP>
        </div>

Then as long as you have all  files published to web server, it should work. Good luck!

 

walkahead 20-Sep-10 08:51:24            Login in to Rate this Post:     0       ?        
Posted under: ASP/ASP.NET

thankz Neo

ne0 20-Sep-10 09:54:48            Login in to Rate this Post:     0       ?        
Posted under: ASP/ASP.NET

Important: ASP.NET Security Vulnerability

A few hours ago we released a Microsoft Security Advisory about a security vulnerability in ASP.NET.  This vulnerability exists in all versions of ASP.NET.

This vulnerability was publically disclosed late Friday at a security conference.  We recommend that all customers immediately apply a workaround (described below) to prevent attackers from using this vulnerability against your ASP.NET applications.

What does the vulnerability enable?

An attacker using this vulnerability can request and download files within an ASP.NET Application like the web.config file (which often contains sensitive data).

At attacker exploiting this vulnerability can also decrypt data sent to the client in an encrypted state (like ViewState data within a page).

READ REST OF THE STORY HERE

ne0 21-Sep-10 14:45:40            Login in to Rate this Post:     0       ?        
Posted under: JAVASCRIPT RELATED
http://www.blogohblog.com/cool-javascript-tricks/
Last edited: 21-Sep-10 02:47 PM
ne0 28-Sep-10 13:26:50            Login in to Rate this Post:     0       ?        
Posted under: WEB TECHNOLOGIES

A new project called Diaspora has been in the works. It is an open source Facebook clone. I wonder how many new facebook clones will open up? A lot of effort will be wasted because why would you want to try to reinvent the wheel?

http://www.joindiaspora.com/2010/09/15/developer-release.html

Geology Tiger 05-Jan-11 22:54:25            Login in to Rate this Post:     1       ?         Liked by
Posted under: HTML/CSS
First,

My thanks go to Neo, I finally solved my problem.

Now, I have another one.

This is basically related with bloggin. So I am not sure I chose the right category. 

I have to write a long post for one particular event involving many people. As related with the same event, I can't post multiple times for different persons. So is there any way to tag the different parts of the same post with different labels?
Geology Tiger 22-Jan-11 20:29:12            Login in to Rate this Post:     1       ?         Liked by
Posted under: WEB TECHNOLOGIES
Thanks Mav for not understanding. Actually, most of the time I also don't understand what I am understanding and what not. 

I need to ask San dai how I can create such an application to tag different part of the same posting with different labels.

And I am still coming here with more problems, problems in understanding. This time my problem is related with font. Is there any kind of html coding for web page which will enable nepali font to appear independent of operating system or whatever. Bascially how I can make the nepali font that I used in my web page to appear in every other computer without any problem?

Looks like I need to join some sort of web designing course instead of geology!  
default061 22-Jan-11 21:48:52            Login in to Rate this Post:     0       ?        
Posted under: WEB TECHNOLOGIES
Is there any way to greet the user with his name/id  when he revisits the website ?

Conditions: session is closed and cookies are disabled.



prankster 24-Jan-11 13:53:40            Login in to Rate this Post:     0       ?        
Posted under: WEB TECHNOLOGIES
if login was successful use the username from the username field?

Viewed 25534 times
Sajha.com Privacy Policy

Like us in Facebook!

↑ Back to Top
free counters