Check alle échte Black Friday-deals Ook zo moe van nepaanbiedingen? Wij laten alleen échte deals zien
Toon posts:

[featurerequest] smallcode ipv code om de layout te sparen

Pagina: 1
Acties:
  • 26 views sinds 30-01-2008

Verwijderd

Topicstarter
ik stoor me een beetje aan regels die met de tag [code] gebruikt worden omdat die vaak de layout verneukt. ik heb de tags small en code naast mekaar geprobeerd wat dus niet werkt.

ik zou heel blij zijn met code in de grootte van [small] lettertjes. dus wel witte achtergrond zoals code met regelnummertjes maar met kleinere letters zoals bij small.

zou dat mogelijk zijn? zou de layout ten goede komen.... code kan echt wel een stapje kleiner dan nu is en toch leesbaar blijven....

hieronder volgen 2 voorbeelden om wat te laten zien....

reactie op hieronder: dus niet he, als ik ze beide hierin had gezet was de hele post sowiezo verneukt en niet te zien hoeveel verschil er is, vandaar 2 afzonderlijke postjes ;)

[ Voor 15% gewijzigd door Verwijderd op 25-10-2004 03:32 ]


  • pasta
  • Registratie: September 2002
  • Laatst online: 12-01 14:16

pasta

Ondertitel

In de nieuwe layout zit iets ingebouwd waardoor het automatisch binnen de grootte blijft. :)
edit:
Dat had je ook in je TS kunnen zetten hoor. ;)

[ Voor 18% gewijzigd door pasta op 25-10-2004 03:28 ]

Signature


Verwijderd

Topicstarter
zo zou smallcode moeten uitzien:

1. First download the .NET framework v1.1 re-distributable package, and run "dotnetfx.exe" with the "/C" switch (to extract contents).
2. Then download the .NET fw v1.1 SP1 update, and run "NDP1.1sp1-KB867460-X86.exe" with the /XP" switch (to extract contents).
3. A dialog box asking you where to save the MSP (update patch) comes up, choose where you want to save it (size 18,760 KB).
4. Rename that MSP to SP1.MSP, and place the extracted contents of dotnetfx.exe (.NET framework installer) in the same directory.
5. Clean the directory so sp1.msp, data1.cab, and netfx.msi are the only files (3 files) in the directory.
6. Run the following commands (from a command prompt):

CODE
msiexec /a netfx.msi TARGETDIR="c:\netfx"
msiexec /p sp1.msp /a c:\netfx\netfx.msi

7. Your c:\netfx directory should have 3 items in it after this operation: 2 directories - Program Files & Win, and netfx.msi.
8. Now you can compress it to SFX (if compressed it will be just 17.5 MB, if left uncompressed it is 56.2 MB). And set it to silently extract.


;The comment below contains SFX script commands

Setup=Netfx.msi /qn /norestart
TempMode
Silent=1
Overwrite=1

With WinRAR:
Choose SFX with best compression.
Copy the above into the comment window. (last tab)
Then ok to create a 17.5 Mb SFX.

Contents (already patched with sp1.msp):
netfx.msi
\Program Files
\Win

[ Voor 4% gewijzigd door Verwijderd op 25-10-2004 03:29 ]


Verwijderd

Topicstarter
en zo ziet code eruit met exact zelfde tekst...

code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1. First download the .NET framework v1.1 re-distributable package, and run "dotnetfx.exe" with the "/C" switch (to extract contents).
2. Then download the .NET fw v1.1 SP1 update, and run "NDP1.1sp1-KB867460-X86.exe" with the /XP" switch (to extract contents).
3. A dialog box asking you where to save the MSP (update patch) comes up, choose where you want to save it (size 18,760 KB).
4. Rename that MSP to SP1.MSP, and place the extracted contents of dotnetfx.exe (.NET framework installer) in the same directory.
5. Clean the directory so sp1.msp, data1.cab, and netfx.msi are the only files (3 files) in the directory.
6. Run the following commands (from a command prompt):

CODE 
msiexec /a netfx.msi TARGETDIR="c:\netfx"
msiexec /p sp1.msp /a c:\netfx\netfx.msi 

7. Your c:\netfx directory should have 3 items in it after this operation: 2 directories - Program Files & Win, and netfx.msi.
8. Now you can compress it to SFX (if compressed it will be just 17.5 MB, if left uncompressed it is 56.2 MB). And set it to silently extract.


;The comment below contains SFX script commands

Setup=Netfx.msi /qn /norestart 
TempMode
Silent=1
Overwrite=1

With WinRAR:
Choose SFX with best compression.
Copy the above into the comment window. (last tab)
Then ok to create a 17.5 Mb SFX.

Contents (already patched with sp1.msp):
netfx.msi
\Program Files
\Win

[ Voor 5% gewijzigd door Verwijderd op 25-10-2004 03:29 ]


Verwijderd

Topicstarter
pasta schreef op 25 oktober 2004 @ 03:25:
In de nieuwe layout zit iets ingebouwd waardoor het automatisch binnen de grootte blijft. :)
ok, maar tot die tijd? zou dit geen mooie tussen oplossing zijn? vergelijk de 2 postjes eens?

  • pasta
  • Registratie: September 2002
  • Laatst online: 12-01 14:16

pasta

Ondertitel

Ehm, de [norml]
code:
1
[/]tag gebruiken waar ie voor bedoelt is? Als ik je voorbeeldje zo bekijk, had je het ook zo kunnen doen.[q]
  1. First download the .NET framework v1.1 re-distributable package, and run "dotnetfx.exe" with the "/C" switch (to extract contents).
  2. Then download the .NET fw v1.1 SP1 update, and run "NDP1.1sp1-KB867460-X86.exe" with the /XP" switch (to extract contents).
  3. A dialog box asking you where to save the MSP (update patch) comes up, choose where you want to save it (size 18,760 KB).
  4. Rename that MSP to SP1.MSP, and place the extracted contents of dotnetfx.exe (.NET framework installer) in the same directory.
  5. Clean the directory so sp1.msp, data1.cab, and netfx.msi are the only files (3 files) in the directory.
  6. Run the following commands (from a command prompt):
    code:
    1
    2
    
    msiexec /a netfx.msi TARGETDIR="c:\netfx"
    msiexec /p sp1.msp /a c:\netfx\netfx.msi
  7. Your c:\netfx directory should have 3 items in it after this operation: 2 directories - Program Files & Win, and netfx.msi.
  8. Now you can compress it to SFX (if compressed it will be just 17.5 MB, if left uncompressed it is 56.2 MB). And set it to silently extract.
    code:
    1
    2
    3
    4
    5
    
    ;The comment below contains SFX script commands
    Setup=Netfx.msi /qn /norestart 
    TempMode
    Silent=1
    Overwrite=1


    code:
    1
    2
    3
    4
    
    Contents (already patched with sp1.msp):
    netfx.msi
    \Program Files
    \Win

[ Voor 8% gewijzigd door pasta op 25-10-2004 03:32 ]

Signature


Verwijderd

Topicstarter
dit was zomaar een voorbeeldtekst hoor... had ook andere tekst kunnen pakken.

deze bijv? [rml]hp38guser in "[ XP] Unattended Install CD Deel 3 (was: ..."[/rml]

kan nog wel 1000 voorbeelden voor je zoeken hoor, maar ik ga horizontaal :z

[ Voor 26% gewijzigd door Verwijderd op 25-10-2004 04:01 ]


  • pasta
  • Registratie: September 2002
  • Laatst online: 12-01 14:16

pasta

Ondertitel

Mjah, dat is inderdaad een beter voorbeeld. :)

Maar de nieuwe layout zal er spoedig aankomen, (althans dat hoop ik :P) dus ik denk niet dat crisp er nog iets aan wil gaan doen. ;)

Signature


Verwijderd

Topicstarter
er staat HET IS KLAAR!! maar erboven staat 6 maart of zo.... dus eh... na ja, ik dacht een gat in de markt gevonden te hebben... en nu ga ik echt horizontaal....

  • crisp
  • Registratie: Februari 2000
  • Laatst online: 15:48

crisp

Devver

Pixelated

De nieuwe layout wordt momenteel zwaar getest, en het heeft dus inderdaad weinig zin om hier in de huidige layout nog iets aan te gaan doen...

Intentionally left blank

Pagina: 1

Dit topic is gesloten.