Jump to content
xisto Community

imbibe

Members
  • Content Count

    68
  • Joined

  • Last visited

1 Follower

About imbibe

  • Rank
    Member [Level 1]
  • Birthday 07/30/1983

Contact Methods

  • Website URL
    http://www.ramansingla.info

Profile Information

  • Location
    Den
  1. This looks like either the file called cookie.txt needs to be manually created and proper permissions assigned or if file exists then permissions are not correct. Kindly check if this file exists and is writable. cookie.txt If you are unable to determine where to look for this file then check the PHP script that references it. index.php
  2. I am very surprised to see Adobe Acrobot on the list as it is FREE. And no MS products - that's shocking.
  3. Do you want to use a single DB or multiple ones. This can be done both ways. Just copy the SMF files to the directory, Modify the CONFIG file to include DB details and admin user details & run your own DB Creator script. You can study the SMF Installer Script install.php for hints. If you want to use the same DB for multiple installations make sure you set different object prefixes for DB objects in the CONFIG file of the SMF and the DB itself for each installation EXAMPLE: Installation 1: Object Prefix: i1 Object Names: i1_ Installation 2: Object Prefix: i2 Object Names: i2_
  4. Microsoft is bowing to the pressure of the Open-Source community. That's not by will but because of environment and licensing still exists for corporates. Microsoft clearly sees the threat posed by the Open-Source world. This move is aimed at bringing more developers to the Windows platform from the Open-Source arena.It will be interesting to see, What Next?
  5. Sorry, I don't have the time to make the tutorial. I used that code in one of my projects. I am attaching that project to help you out.Actually I wrapped that code in a control. You only need to set a few properties like the ICON to be displayed in the notification area, the TOOLTIP etc. You can then handle the LEFT-MOUSE-CLICK or RIGHT-MOUSE-CLICK events on the ICON (in the notification area).Wall_xp.zip
  6. you can use SFTP for this purpose. Forum members can help you better if you can elaborate a bit on how are they currently uploading files.
  7. I am attaching a control that you can study to place an icon in the tray area that show tooltips.So you can provide notification. The screenshot you posted has ballon tips. I will see if I can do it & will do a Tutorial if possible.If you can't understand the code then I'll try to do the Tutorial tomorrow.TrayArea.txt
  8. Are you doing this with VB.NET or VB6. This thing is possible with both. in VB6 you need to call the Windows API & in .NET this functionality is in-built.
  9. Do look the folder structure on your server through CPanel or FTP as pointed out by others. The site isn't displaying correctly on FF.
  10. I will say only one thing. AJAX is working superbly. Though I have a 2 Mbps line still I think the response was awesome.
  11. You can't see the manipulated code after AJAX calls as the browsers make changes to the Document Object Model and render the changes. I'm not sure but DOM viewers might help you. Free DOM viewers are available for both IE & Firefox.
  12. I submitted it here so that a Mod can see if it's correct to post something like this. If not kindly remove it. Pixel: Today's systems divide the display screen into millions of small dots, arranged in rows and columns. A pixel (Picture Element) is the tiniest dot that makes up the picture on the computer screen. The color and intensity of each dot is individually chosen. (Pixels are square in Pictures and rectangular in Videos) Texture: The feel of a surface or a fabric. Texel: A Texel (Texture Element) is the base unit of some texture. Polygon: A closed plane figure made up of several line segments that are joined together. Rendering: The process by which the image is generated as pixels from some high-level language. Texture Mapping: By this some texture is applied to a 3-D surface like a wall, sky to give them realism. Antialiasing: By this the jaggies are reduced from the rendering being generated on a computer graphics system. Alpha Blending: This technique helps to produce effects like smoke, glass or water in a 3-D environment. Today's graphics hardware supports 32-bit colors; three color components (red, green and blue) and an alpha component. The alpha component determines how much transparent the pixel would be. Anisotropic Filtering: This is an advanced technique to improve the quality of far away objects. For example, a road that extends to the horizon. Bump Mapping: A shading technique that gives roughness and wrinkles to the 3-D surface. The sea & water waves are possible because of this technique. Mipmapping: Multiple versions of 3-D textures are generated with varying detail levels. Before the image is displayed on screen a version is choosen and applied to the corrosponding 3D object depending on the size of the object on the final rendered image.. Transform & Lighting: Lighting adds to the realism of some scene. Without proper lighting a sunny day would appear dark. Transforms are needed because 3D objects like a person has movement & perspective. Hardware based Transform and Lighting engines are a must for today's gamer.
  13. Simple Machines Forum too has a virtual Money System though it's not as good as Xisto's.
  14. And one more important pointEmail works as a connection-less service. What this means is that when mail is transferred from sender to receiver no connection is established between the two parties. And so you never know whether your mail got delivered or not
  15. Any Content Management System will help you out. I personally prefer Drupal. Joomla is also good one. Try searching HotScripts.com for something better. Or better try opensourcecms.com for online Demo of popular Free scripts.
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.